/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 445 … (Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthSt… in InvalidateFboRenderCase() argument 447 , m_colorFmt (colorFmt) in InvalidateFboRenderCase() 462 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); in render() local 464 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt); in render() 545 …readPixels(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lo… in render() 557 … (Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthSt… in InvalidateFboUnbindReadCase() argument 559 , m_colorFmt (colorFmt) in InvalidateFboUnbindReadCase() 575 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); in render() local 577 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt); in render() 583 GradientShader gradShader (getFragmentOutputType(colorFmt)); in render() [all …]
|
D | es3fFboMultisampleTests.cpp | 81 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFormat); in render() local 83 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt); in render() 86 GradientShader gradShader (getFragmentOutputType(colorFmt)); in render() 87 FlatColorShader flatShader (getFragmentOutputType(colorFmt)); in render() 224 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.loo… in render()
|
D | es3fFboRenderTest.cpp | 1544 deUint32 colorFmt = GL_RGBA8; in init() local 1549 …FboConfig config(GL_COLOR_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, colorType, colorFmt, stencilType, dept… in init() 1604 deUint32 colorFmt = GL_RGBA8; in init() local 1614 …DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[type… in init() 1680 deUint32 colorFmt = GL_RGBA8; in init() local 1690 …DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[type… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 246 ImageFormat colorFmt; member 270 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt, in tryCombination() 311 comb.colorFmt = *col; in iterate()
|
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 545 GLenum colorFmt; member 644 gl.renderbufferStorage(GL_RENDERBUFFER, bufferFmt.colorFmt, width, height); in iterate() 731 switch(bufferFmt.colorFmt) in getBaseColor() 749 switch(bufferFmt.colorFmt) in getMainColor() 768 retval.colorFmt = GL_RGBA16F; in getBufferFormat() 774 retval.colorFmt = GL_RGBA8I; in getBufferFormat() 779 retval.colorFmt = GL_RGBA8UI; in getBufferFormat() 784 retval.colorFmt = GL_RGBA8; in getBufferFormat()
|
D | glsTextureTestUtil.hpp | 282 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt); 283 …SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, …
|
D | glsTextureTestUtil.cpp | 184 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y… in SurfaceAccess() argument 186 , m_colorMask (getColorMask(colorFmt)) in SurfaceAccess() 194 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt) in SurfaceAccess() argument 196 , m_colorMask (getColorMask(colorFmt)) in SurfaceAccess()
|