Lines Matching refs:format
32 ( ( format == PICA_DATA_COLOR_RGBA8_OES ) || in MakeCommand()
33 ( format == PICA_DATA_COLOR_GAS_DMP ) ) ? in MakeCommand()
35 format ); in MakeCommand()
52 *command++ = PICA_CMD_DATA_RENDER_BUFFER_DEPTH_MODE( format ); in MakeCommand()
107 format( PICA_DATA_COLOR_RGBA8_OES ), in ColorBuffer()
122 format( PICA_DATA_DEPTH24_STENCIL8_EXT ), in DepthStencilBuffer()
167 if ( colorBuffer.format == PICA_DATA_COLOR_RGBA8_OES ) in MakeClearRequest()
179 else if ( colorBuffer.format == PICA_DATA_COLOR_RGB5_A1 ) in MakeClearRequest()
190 else if ( colorBuffer.format == PICA_DATA_COLOR_RGB565 ) in MakeClearRequest()
198 else if ( colorBuffer.format == PICA_DATA_COLOR_RGBA4 ) in MakeClearRequest()
222 if ( depthStencilBuffer.format == PICA_DATA_DEPTH24_STENCIL8_EXT ) in MakeClearRequest()
229 else if ( depthStencilBuffer.format == PICA_DATA_DEPTH_COMPONENT16 ) in MakeClearRequest()
235 else if ( depthStencilBuffer.format == PICA_DATA_DEPTH_COMPONENT24_OES ) in MakeClearRequest()