Searched refs:computeQuadTexCoord3D (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp174 void computeQuadTexCoord3D (std::vector<float>& dst, const tcu::Vec3& p0, const tcu::Vec3& p1, const tcu::IVec3& dirSwz);
H A DgluTextureTestUtil.cpp1039 void computeQuadTexCoord3D (std::vector<float>& dst, const tcu::Vec3& p0, const tcu::Vec3& p1, const tcu::IVec3& dirSwz) function in namespace:glu::TextureTestUtil
/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp712 computeQuadTexCoord3D(texCoord, tcu::Vec3(0.0f, 0.0f, r), tcu::Vec3(1.0f, 1.0f, r), tcu::IVec3(0,1,2));
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp555 computeQuadTexCoord3D(texCoord, tcu::Vec3(0.0f, 0.0f, r), tcu::Vec3(1.0f, 1.0f, r), tcu::IVec3(0, 1, 2));

Completed in 399 milliseconds