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

  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 235 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type)
244 getDistinctSamplerTypes(dst, type.getElementType());
250 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
358 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 171 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type)
180 getDistinctSamplerTypes(dst, type.getElementType());
186 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
312 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 231 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type)
240 getDistinctSamplerTypes(dst, type.getElementType());
246 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
378 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
    [all...]

Completed in 151 milliseconds