Lines Matching refs:CompressedTexture

50 using tcu::CompressedTexture;
86 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexture::Format compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
111 const CompressedTexture::Format m_compressedFormat;
134 , m_compressedFormat (CompressedTexture::FORMAT_LAST)
153 , m_compressedFormat (CompressedTexture::FORMAT_LAST)
167 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexture::Format compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height)
206 else if (m_compressedFormat != CompressedTexture::FORMAT_LAST)
216 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
247 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
472 CompressedTexture::Format format;
475 { "eac_r11", CompressedTexture::EAC_R11, },
476 { "eac_signed_r11", CompressedTexture::EAC_SIGNED_R11, },
477 { "eac_rg11", CompressedTexture::EAC_RG11, },
478 { "eac_signed_rg11", CompressedTexture::EAC_SIGNED_RG11, },
479 { "etc2_rgb8", CompressedTexture::ETC2_RGB8, },
480 { "etc2_srgb8", CompressedTexture::ETC2_SRGB8, },
481 { "etc2_rgb8_punchthrough_alpha1", CompressedTexture::ETC2_RGB8_PUNCHTHROUGH_ALPHA1, },
482 { "etc2_srgb8_punchthrough_alpha1", CompressedTexture::ETC2_SRGB8_PUNCHTHROUGH_ALPHA1, },
483 { "etc2_eac_rgba8", CompressedTexture::ETC2_EAC_RGBA8, },
484 { "etc2_eac_srgb8_alpha8", CompressedTexture::ETC2_EAC_SRGB8_ALPHA8, }
521 for (int formatI = 0; formatI < CompressedTexture::FORMAT_LAST; formatI++)
523 const CompressedTexture::Format format = (CompressedTexture::Format)formatI;