/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 470 const tcu::TextureCube& refTexture, 511 sampleTexture(tcu::SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params);
|
es2aTextureMipmapTests.cpp | 254 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); 255 const tcu::TextureFormat& texFmt = refTexture.getFormat(); 258 int texWidth = refTexture.getWidth(); 259 int texHeight = refTexture.getHeight();
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 479 const tcu::TextureCube& refTexture, 520 sampleTexture(tcu::SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params);
|
es3aTextureMipmapTests.cpp | 245 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); 246 const tcu::TextureFormat& texFmt = refTexture.getFormat(); 249 int texWidth = refTexture.getWidth(); 250 int texHeight = refTexture.getHeight();
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureMipmapTests.cpp | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureMipmapTests.cpp | 253 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); 256 const int texWidth = refTexture.getWidth(); 257 const int texHeight = refTexture.getHeight(); 391 refTexture, &texCoord[0], sampleParams); [all...] |
es2fVertexTextureTests.cpp | 544 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); 545 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight()); 871 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture(); 872 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize()); [all...] |
es2fUniformApiTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureMipmapTests.cpp | 297 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); 300 const int texWidth = refTexture.getWidth(); 301 const int texHeight = refTexture.getHeight(); 435 refTexture, &texCoord[0], sampleParams); [all...] |
es3fVertexTextureTests.cpp | 644 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); 645 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight()); [all...] |
es3fUniformApiTests.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureGatherTests.cpp | [all...] |
es31fProgramUniformTests.cpp | [all...] |