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

  /external/swiftshader/src/OpenGL/libGL/
Shader.cpp 188 activeUniforms.clear();
Program.cpp 1296 const glsl::ActiveUniforms &activeUniforms = shader->activeUniforms;
1298 for(unsigned int uniformIndex = 0; uniformIndex < activeUniforms.size(); uniformIndex++)
1300 const glsl::Uniform &uniform = activeUniforms[uniformIndex];
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Shader.cpp 195 activeUniforms.clear();
Program.cpp     [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 73 typedef std::vector<Uniform> ActiveUniforms;
191 ActiveUniforms activeUniforms;
OutputASM.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 640 glw::GLint activeUniforms, maxLen;
645 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORMS, &activeUniforms);
648 for (int idx = 0; idx < activeUniforms; idx++)
    [all...]

Completed in 350 milliseconds