Searched refs:bufferFmt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsScissorTests.cpp571 static Color getBaseColor (const BufferFmtDesc& bufferFmt);
572 static Color getMainColor (const BufferFmtDesc& bufferFmt);
613 const BufferFmtDesc bufferFmt = getBufferFormat(m_clearType); local
614 const Color baseColor = getBaseColor(bufferFmt);
621 vector<deUint8> refData (width*height*bufferFmt.texFmt.getPixelSize());
622 vector<deUint8> resData (width*height*bufferFmt.texFmt.getPixelSize());
624 tcu::PixelBufferAccess refAccess (bufferFmt.texFmt, width, height, 1, &refData[0]);
625 tcu::PixelBufferAccess resAccess (bufferFmt.texFmt, width, height, 1, &resData[0]);
639 gl.renderbufferStorage(GL_RENDERBUFFER, bufferFmt.colorFmt, width, height);
720 Color FramebufferClearCase::getBaseColor (const BufferFmtDesc& bufferFmt) argument
738 getMainColor(const BufferFmtDesc& bufferFmt) argument
791 const BufferFmtDesc bufferFmt = getBufferFormat(m_clearType); local
[all...]

Completed in 150 milliseconds