Lines Matching refs:TextureFormat
62 tcu::TextureFormat mapGLUnsizedInternalFormat (deUint32 internalFormat) in mapGLUnsizedInternalFormat()
64 using tcu::TextureFormat; in mapGLUnsizedInternalFormat()
67 case GL_ALPHA: return TextureFormat(TextureFormat::A, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
68 case GL_LUMINANCE: return TextureFormat(TextureFormat::L, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
69 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
70 case GL_RGB: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
71 case GL_RGBA: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat()
86 … getPixelFormatCompareDepth (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat textureFormat) in getPixelFormatCompareDepth()
90 case tcu::TextureFormat::L: in getPixelFormatCompareDepth()
91 case tcu::TextureFormat::LA: in getPixelFormatCompareDepth()
98 static tcu::UVec4 computeCompareThreshold (const tcu::PixelFormat& pixelFormat, tcu::TextureFormat … in computeCompareThreshold()
356 …onst char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const …
365 const tcu::TextureFormat m_texFormat;
392 …onst char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const … in TextureSpecCase()
626 tcu::TextureFormat fmt = m_texFormat; in createTexture()
668 tcu::TextureFormat fmt = m_texFormat; in createTexture()
717 tcu::TextureFormat fmt = m_texFormat; in createTexture()
766 tcu::TextureFormat fmt = m_texFormat; in createTexture()
807 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) in getRowPitch()
828 tcu::TextureFormat fmt = m_texFormat; in createTexture()
873 tcu::TextureFormat fmt = m_texFormat; in createTexture()
920 tcu::TextureFormat fmt = m_texFormat; in createTexture()
984 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1057 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1109 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1174 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1225 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1279 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1280 bool texHasRGB = fmt.order != tcu::TextureFormat::A; in createTexture()
1281 …HasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.or… in createTexture()
1327 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1328 bool texHasRGB = fmt.order != tcu::TextureFormat::A; in createTexture()
1329 …HasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.or… in createTexture()
1384 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1385 bool texHasRGB = fmt.order != tcu::TextureFormat::A; in createTexture()
1386 …HasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.or… in createTexture()
1459 tcu::TextureFormat fmt = m_texFormat; in createTexture()
1460 bool texHasRGB = fmt.order != tcu::TextureFormat::A; in createTexture()
1461 …HasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.or… in createTexture()