HomeSort by relevance Sort by last modified time
    Searched refs:refTexture (Results 1 - 13 of 13) sorted by null

  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 382 tcu::Texture2D refTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), TEXTURE2D_WIDTH, TEXTURE2D_HEIGHT);
384 refTexture.allocLevel(0);
385 tcu::fillWithComponentGradients(refTexture.getLevel(0), tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f));
393 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, refTexture.getWidth(), refTexture.getHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE, refTexture.getLevel(0).getDataPtr());
394 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, refTexture.getWidth(), refTexture.getHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE, refTexture.getLevel(0).getDataPtr())");
408 tcu::Texture3D refTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), TEXTURE3D_WIDTH, TE (…)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]
es31fProgramUniformTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 642 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture();
643 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight());
    [all...]
es3fTextureMipmapTests.cpp 296 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
299 const int texWidth = refTexture.getWidth();
300 const int texHeight = refTexture.getHeight();
434 refTexture, &texCoord[0], sampleParams);
    [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 541 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture();
542 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight());
859 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture();
860 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize());
    [all...]
es2fTextureMipmapTests.cpp 252 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
255 const int texWidth = refTexture.getWidth();
256 const int texHeight = refTexture.getHeight();
390 refTexture, &texCoord[0], sampleParams);
    [all...]
es2fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 252 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
253 const tcu::TextureFormat& texFmt = refTexture.getFormat();
256 int texWidth = refTexture.getWidth();
257 int texHeight = refTexture.getHeight();
es2aTextureFilteringTests.cpp 468 const tcu::TextureCube& refTexture,
509 sampleTexture(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params);
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 244 const tcu::Texture2D& refTexture = m_texture->getRefTexture();
245 const tcu::TextureFormat& texFmt = refTexture.getFormat();
248 int texWidth = refTexture.getWidth();
249 int texHeight = refTexture.getHeight();
es3aTextureFilteringTests.cpp 478 const tcu::TextureCube& refTexture,
521 sampleTextureMultiFace(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params);
523 sampleTexture(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params);

Completed in 532 milliseconds