/external/deqp/modules/gles2/functional/ |
H A D | es2fFboCompletenessTests.cpp | 246 ImageFormat colorFmt; member in struct:deqp::gles2::Functional::FormatCombination 270 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt, 311 comb.colorFmt = *col;
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fFboMultisampleTests.cpp | 81 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFormat); local 83 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt); 86 GradientShader gradShader (getFragmentOutputType(colorFmt)); 87 FlatColorShader flatShader (getFragmentOutputType(colorFmt)); 224 readPixels(dst, 0, 0, m_size.x(), m_size.y(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias);
|
H A D | es3fFboInvalidateTests.cpp | 445 InvalidateFboRenderCase (Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthStencilFmt, deUint32 invalidateBuffers) argument 447 , m_colorFmt (colorFmt) 462 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); local 464 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt); 545 readPixels(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); 557 InvalidateFboUnbindReadCase (Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthStencilFmt, deUint32 invalidateBuffers) argument 559 , m_colorFmt (colorFmt) 575 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); local 577 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt); 583 GradientShader gradShader (getFragmentOutputType(colorFmt)); 812 InvalidateSubFboRenderCase(Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthStencilFmt, deUint32 invalidateBuffers) argument 829 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); local 913 InvalidateSubFboUnbindReadCase(Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthStencilFmt, deUint32 invalidateBuffers) argument 931 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); local 1210 const tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(colorFormat); local [all...] |
H A D | es3fFboRenderTest.cpp | 1544 deUint32 colorFmt = GL_RGBA8; local 1549 FboConfig config(GL_COLOR_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, colorType, colorFmt, stencilType, depthStencilFormats[fmtNdx].format); 1604 deUint32 colorFmt = GL_RGBA8; local 1614 FboConfig config(GL_COLOR_BUFFER_BIT|(depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depthStencilFormats[fmtNdx].format); 1680 deUint32 colorFmt = GL_RGBA8; local 1690 FboConfig config(GL_COLOR_BUFFER_BIT|(depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depthStencilFormats[fmtNdx].format);
|
/external/deqp/modules/glshared/ |
H A D | glsScissorTests.cpp | 545 GLenum colorFmt; member in struct:deqp::gls::Functional::__anon4786::BufferFmtDesc 644 gl.renderbufferStorage(GL_RENDERBUFFER, bufferFmt.colorFmt, width, height); 731 switch(bufferFmt.colorFmt) 749 switch(bufferFmt.colorFmt) 768 retval.colorFmt = GL_RGBA16F; 774 retval.colorFmt = GL_RGBA8I; 779 retval.colorFmt = GL_RGBA8UI; 784 retval.colorFmt = GL_RGBA8;
|
H A D | glsTextureTestUtil.cpp | 184 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, int height) argument 186 , m_colorMask (getColorMask(colorFmt)) 194 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt) argument 196 , m_colorMask (getColorMask(colorFmt))
|