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

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp129 ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
149 TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
H A DglsTextureTestUtil.cpp66 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision) argument
70 , m_texCoordPrecision (texCoordPrecision)
280 TextureRenderer::TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision) argument
283 , m_programLibrary (context, log, glslVersion, texCoordPrecision)
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp116 void initializePrograms(vk::SourceCollections& programCollection, glu::Precision texCoordPrecision, const std::vector<Program>& programs);
275 initializePrograms(programCollection, m_testsParameters.texCoordPrecision, m_testsParameters.programs);
287 glu::Precision texCoordPrecision; member in struct:vkt::texture::util::TextureCommonTestCaseParameters
H A DvktTextureTestUtil.cpp149 void initializePrograms(vk::SourceCollections& programCollection, glu::Precision texCoordPrecision, const std::vector<Program>& programs) argument
212 params["PRECISION"] = glu::getPrecisionName(texCoordPrecision);
1771 , texCoordPrecision (glu::PRECISION_HIGHP)

Completed in 161 milliseconds