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

  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 68 struct UniformInfo
84 UniformInfo (VarType type_, ShaderStage declareLocation_, ShaderStage layoutLocation_, ShaderStage checkLocation_, int location_ = -1)
101 const vector<UniformInfo>& uniformInfo);
107 IterateResult run (const vector<UniformInfo>& uniformList);
108 static glu::ProgramSources genShaderSources (const vector<UniformInfo>& uniformList);
109 bool verifyLocations (const glu::ShaderProgram& program, const vector<UniformInfo>& uniformList);
110 void render (const glu::ShaderProgram& program, const vector<UniformInfo>& uniformList);
119 const vector<UniformInfo> m_uniformInfo;
150 const vector<UniformInfo>& uniformInfo
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramDataManager.h 60 struct UniformInfo {
69 typedef GrTAllocator<UniformInfo> UniformInfoArray;
GrGLProgramDataManager.cpp 23 const UniformInfo& builderUniform = uniforms[i];
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.h 273 typedef GrGLProgramDataManager::UniformInfo UniformInfo;
GrGLProgramBuilder.cpp 156 UniformInfo& uni = fUniforms.push_back();

Completed in 65 milliseconds