Lines Matching refs:width
89 *command++ = PICA_CMD_DATA_RENDER_BUFFER_RESOLUTION( width, height ); in MakeCommand()
95 *command++ = PICA_CMD_DATA_RENDER_BUFFER_RESOLUTION( width, height ); in MakeCommand()
109 width( 240 ), height( 400 ), in ColorBuffer()
123 width( 240 ), height( 400 ), in DepthStencilBuffer()
135 width( 240 ), height( 400 ) in FrameBuffer()
171 colorByteSize = colorBuffer.width * colorBuffer.height * 4; in MakeClearRequest()
183 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest()
192 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest()
202 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest()
224 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 4; in MakeClearRequest()
231 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 2; in MakeClearRequest()
237 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 3; in MakeClearRequest()