Lines Matching refs:bufferFmt
576 static Color getBaseColor (const BufferFmtDesc& bufferFmt);
577 static Color getMainColor (const BufferFmtDesc& bufferFmt);
618 const BufferFmtDesc bufferFmt = getBufferFormat(m_clearType); in iterate() local
619 const Color baseColor = getBaseColor(bufferFmt); in iterate()
626 vector<deUint8> refData (width*height*bufferFmt.texFmt.getPixelSize()); in iterate()
627 vector<deUint8> resData (width*height*bufferFmt.texFmt.getPixelSize()); in iterate()
629 tcu::PixelBufferAccess refAccess (bufferFmt.texFmt, width, height, 1, &refData[0]); in iterate()
630 tcu::PixelBufferAccess resAccess (bufferFmt.texFmt, width, height, 1, &resData[0]); in iterate()
644 gl.renderbufferStorage(GL_RENDERBUFFER, bufferFmt.colorFmt, width, height); in iterate()
725 Color FramebufferClearCase::getBaseColor (const BufferFmtDesc& bufferFmt) in getBaseColor() argument
731 switch(bufferFmt.colorFmt) in getBaseColor()
743 Color FramebufferClearCase::getMainColor (const BufferFmtDesc& bufferFmt) in getMainColor() argument
749 switch(bufferFmt.colorFmt) in getMainColor()
796 const BufferFmtDesc bufferFmt = getBufferFormat(m_clearType); in render() local
797 const Color clearColor = getMainColor(bufferFmt); in render()