Home
last modified time | relevance | path

Searched refs:getUniformByName (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.cpp203 const UniformSlot& ShaderProgram::getUniformByName (const char* name) const in getUniformByName() function in sglr::ShaderProgram
DsglrShaderProgram.hpp232 const UniformSlot& getUniformByName (const char* name) const;
/external/deqp/modules/gles2/functional/
Des2fDepthTests.cpp78 , u_color(getUniformByName("u_color")) in DepthShader()
Des2fStencilTests.cpp77 , u_color (getUniformByName("u_color")) in StencilShader()
/external/deqp/modules/gles3/functional/
Des3fDepthTests.cpp81 , u_color(getUniformByName("u_color")) in DepthShader()
Des3fFboTestUtil.cpp812 , u_minGradient (getUniformByName("u_minGradient")) in DepthGradientShader()
813 , u_maxGradient (getUniformByName("u_maxGradient")) in DepthGradientShader()
814 , u_color (getUniformByName("u_color")) in DepthGradientShader()
Des3fStencilTests.cpp80 , u_color (getUniformByName("u_color")) in StencilShader()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp825 const float u_coordScale = getUniformByName("u_coordScale").value.f; in shadeVertices()
826 const float u_colorScale = getUniformByName("u_colorScale").value.f; in shadeVertices()
DglsDrawTest.cpp1202 const float u_coordScale = getUniformByName("u_coordScale").value.f; in shadeVertices()
1203 const float u_colorScale = getUniformByName("u_colorScale").value.f; in shadeVertices()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp1244 , m_sampler (getUniformByName("u_sampler")) in VaryingOutputCountShader()
1245 , m_emitCount (getUniformByName("u_emitCount")) in VaryingOutputCountShader()