Lines Matching refs:height

103                 *command++ = PICA_CMD_DATA_RENDER_BUFFER_RESOLUTION( width, height );  in MakeCommand()
109 *command++ = PICA_CMD_DATA_RENDER_BUFFER_RESOLUTION( width, height ); in MakeCommand()
123 width( 240 ), height( 400 ), in ColorBuffer()
137 width( 240 ), height( 400 ), in DepthStencilBuffer()
149 width( 240 ), height( 400 ) in FrameBuffer()
185 colorByteSize = colorBuffer.width * colorBuffer.height * 4; in MakeClearRequest()
197 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest()
206 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest()
216 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest()
238 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 4; in MakeClearRequest()
245 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 2; in MakeClearRequest()
251 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 3; in MakeClearRequest()
292 colorByteSize = colorBuffer.width * colorBuffer.height * 4; in MakeClearRequestRaw()
304 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequestRaw()
313 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequestRaw()
323 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequestRaw()
345 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 4; in MakeClearRequestRaw()
352 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 2; in MakeClearRequestRaw()
358 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 3; in MakeClearRequestRaw()