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

  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 191 struct UniformSlot
218 inline UniformSlot (void)
232 const UniformSlot& getUniformByName (const char* name) const;
245 std::vector<UniformSlot> m_uniforms;
sglrShaderProgram.cpp 203 const UniformSlot& ShaderProgram::getUniformByName (const char* name) const
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.hpp 194 const sglr::UniformSlot& u_minGradient;
195 const sglr::UniformSlot& u_maxGradient;
196 const sglr::UniformSlot& u_color;
es3fDepthTests.cpp 60 const sglr::UniformSlot& u_color;
es3fStencilTests.cpp 112 const sglr::UniformSlot& u_color;
  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 60 const sglr::UniformSlot& u_color;
es2fStencilTests.cpp 109 const sglr::UniformSlot& u_color;
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 163 const sglr::UniformSlot& uniformSlot = m_uniforms[uniformNdx];
165 m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSlot.value).value();
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 305 milliseconds