Searched refs:getDistinctSamplerTypes (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 235 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) in getDistinctSamplerTypes() function 244 getDistinctSamplerTypes(dst, type.getElementType()); in getDistinctSamplerTypes() 250 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); in getDistinctSamplerTypes() 358 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type); in getSamplerTypes()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 171 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) in getDistinctSamplerTypes() function 180 getDistinctSamplerTypes(dst, type.getElementType()); in getDistinctSamplerTypes() 186 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); in getDistinctSamplerTypes() 312 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type); in getSamplerTypes()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 231 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) in getDistinctSamplerTypes() function 240 getDistinctSamplerTypes(dst, type.getElementType()); in getDistinctSamplerTypes() 246 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); in getDistinctSamplerTypes() 378 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type); in getSamplerTypes()
|