Lines Matching refs:format

41                         ( ( format == PICA_DATA_COLOR_RGBA8_OES ) ||  in MakeCommand()
42 ( format == PICA_DATA_COLOR_GAS_DMP ) ) ? in MakeCommand()
44 format ); in MakeCommand()
66 *command++ = PICA_CMD_DATA_RENDER_BUFFER_DEPTH_MODE( format ); in MakeCommand()
121 format( PICA_DATA_COLOR_RGBA8_OES ), in ColorBuffer()
136 format( PICA_DATA_DEPTH24_STENCIL8_EXT ), in DepthStencilBuffer()
181 if ( colorBuffer.format == PICA_DATA_COLOR_RGBA8_OES ) in MakeClearRequest()
193 else if ( colorBuffer.format == PICA_DATA_COLOR_RGB5_A1 ) in MakeClearRequest()
204 else if ( colorBuffer.format == PICA_DATA_COLOR_RGB565 ) in MakeClearRequest()
212 else if ( colorBuffer.format == PICA_DATA_COLOR_RGBA4 ) in MakeClearRequest()
236 if ( depthStencilBuffer.format == PICA_DATA_DEPTH24_STENCIL8_EXT ) in MakeClearRequest()
243 else if ( depthStencilBuffer.format == PICA_DATA_DEPTH_COMPONENT16 ) in MakeClearRequest()
249 else if ( depthStencilBuffer.format == PICA_DATA_DEPTH_COMPONENT24_OES ) in MakeClearRequest()
288 if ( colorBuffer.format == PICA_DATA_COLOR_RGBA8_OES ) in MakeClearRequestRaw()
300 else if ( colorBuffer.format == PICA_DATA_COLOR_RGB5_A1 ) in MakeClearRequestRaw()
311 else if ( colorBuffer.format == PICA_DATA_COLOR_RGB565 ) in MakeClearRequestRaw()
319 else if ( colorBuffer.format == PICA_DATA_COLOR_RGBA4 ) in MakeClearRequestRaw()
343 if ( depthStencilBuffer.format == PICA_DATA_DEPTH24_STENCIL8_EXT ) in MakeClearRequestRaw()
350 else if ( depthStencilBuffer.format == PICA_DATA_DEPTH_COMPONENT16 ) in MakeClearRequestRaw()
356 else if ( depthStencilBuffer.format == PICA_DATA_DEPTH_COMPONENT24_OES ) in MakeClearRequestRaw()