Searched refs:getUniformByName (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp203 const UniformSlot& ShaderProgram::getUniformByName (const char* name) const function in class:sglr::ShaderProgram
H A DsglrShaderProgram.hpp232 const UniformSlot& getUniformByName (const char* name) const;
/external/deqp/modules/gles2/functional/
H A Des2fDepthTests.cpp78 , u_color(getUniformByName("u_color"))
H A Des2fStencilTests.cpp77 , u_color (getUniformByName("u_color"))
/external/deqp/modules/gles3/functional/
H A Des3fDepthTests.cpp81 , u_color(getUniformByName("u_color"))
H A Des3fFboTestUtil.cpp812 , u_minGradient (getUniformByName("u_minGradient"))
813 , u_maxGradient (getUniformByName("u_maxGradient"))
814 , u_color (getUniformByName("u_color"))
H A Des3fStencilTests.cpp80 , u_color (getUniformByName("u_color"))
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.h170 LinkedUniform *getUniformByName(const std::string &name) const;
H A DProgramBinary.cpp1955 LinkedUniform *linkedUniform = getUniformByName(fullName);
2547 LinkedUniform *ProgramBinary::getUniformByName(const std::string &name) const
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp857 const float u_coordScale = getUniformByName("u_coordScale").value.f;
858 const float u_colorScale = getUniformByName("u_colorScale").value.f;
H A DglsDrawTest.cpp1234 const float u_coordScale = getUniformByName("u_coordScale").value.f;
1235 const float u_colorScale = getUniformByName("u_colorScale").value.f;
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1227 , m_sampler (getUniformByName("u_sampler"))
1228 , m_emitCount (getUniformByName("u_emitCount"))

Completed in 2623 milliseconds