Home
last modified time | relevance | path

Searched refs:colorFmt (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/common/
DtcuSurfaceAccess.cpp28 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y… in SurfaceAccess() argument
30 , m_colorMask (getColorMask(colorFmt)) in SurfaceAccess()
38 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt) in SurfaceAccess() argument
40 , m_colorMask (getColorMask(colorFmt)) in SurfaceAccess()
DtcuSurfaceAccess.hpp53 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt);
54 …SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, …
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp445 … (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 …]
Des3fFboMultisampleTests.cpp82 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFormat); in render() local
84 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt); in render()
87 GradientShader gradShader (getFragmentOutputType(colorFmt)); in render()
88 FlatColorShader flatShader (getFragmentOutputType(colorFmt)); in render()
225 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.loo… in render()
Des3fFboRenderTest.cpp1546 deUint32 colorFmt = GL_RGBA8; in init() local
1551 …FboConfig config(GL_COLOR_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, colorType, colorFmt, stencilType, dept… in init()
1606 deUint32 colorFmt = GL_RGBA8; in init() local
1616 …DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[type… in init()
1682 deUint32 colorFmt = GL_RGBA8; in init() local
1692 …DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[type… in init()
/external/deqp/modules/glshared/
DglsScissorTests.cpp545 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()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp282 ImageFormat colorFmt; member
306 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt, in tryCombination()
347 comb.colorFmt = *col; in iterate()
/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.h191 AddrColorFormat colorFmt,
Daddrelemlib.cpp1080 AddrColorFormat colorFmt, ///< [in] surface format, read from register in PixGetExportNorm() argument
1089 PixGetColorCompInfo(colorFmt, numberFmt, swap, &formatInfo); in PixGetExportNorm()