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

  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 129 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);
glsTextureTestUtil.cpp 66 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision)
70 , m_texCoordPrecision (texCoordPrecision)
280 TextureRenderer::TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision)
283 , m_programLibrary (context, log, glslVersion, texCoordPrecision)
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 116 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;
vktTextureTestUtil.cpp 149 void initializePrograms(vk::SourceCollections& programCollection, glu::Precision texCoordPrecision, const std::vector<Program>& programs)
212 params["PRECISION"] = glu::getPrecisionName(texCoordPrecision);
    [all...]

Completed in 1559 milliseconds