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()
165 colorByteSize = colorBuffer.width * colorBuffer.height * 4; in MakeClearRequest()
175 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest()
184 colorByteSize = colorBuffer.width * colorBuffer.height * 18 / 8; in MakeClearRequest()
192 colorByteSize = colorBuffer.width * colorBuffer.height * 12 / 8; in MakeClearRequest()
213 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 4; in MakeClearRequest()
220 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 2; in MakeClearRequest()
226 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 3; in MakeClearRequest()