Lines Matching refs:TestTexture2D
469 class TestTexture2D class
472 …TestTexture2D (Context& context, const deUint32 internalFormatValue, const deUint32 transferForma…
473 ~TestTexture2D (void);
492 TestTexture2D::TestTexture2D (Context& context, const deUint32 internalFormat, const deUint32 trans… in TestTexture2D() function in deqp::gles31::Functional::__anonae90896a0111::TestTexture2D
521 TestTexture2D::~TestTexture2D (void) in ~TestTexture2D()
526 int TestTexture2D::getTextureUnit (void) const in getTextureUnit()
531 deUint32 TestTexture2D::getHandle (void) const in getHandle()
536 void TestTexture2D::bind (const int textureUnit) in bind()
543 void TestTexture2D::unbind (void) const in unbind()
797 typedef de::SharedPtr<TestTexture2D> TextureSp;
853 …TextureSp textureLinear(new TestTexture2D(m_context, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, getTestC… in Renderer()
856 …TextureSp textureSRGB(new TestTexture2D(m_context, GL_SRGB8_ALPHA8, GL_RGBA, GL_UNSIGNED_BYTE, get… in Renderer()
1059 …TextureSp texture(new TestTexture2D(m_context, fboConfigList[idx].textureInternalFormat, GL_RGBA, … in createFBOwithColorAttachment()