Searched refs:getDistinctSamplerTypes (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp235 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) function in namespace:deqp::gles31::Functional
244 getDistinctSamplerTypes(dst, type.getElementType());
250 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
358 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp171 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) function in namespace:deqp::gles2::Functional
180 getDistinctSamplerTypes(dst, type.getElementType());
186 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
312 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp231 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) function in namespace:deqp::gles3::Functional
240 getDistinctSamplerTypes(dst, type.getElementType());
246 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
378 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type);

Completed in 160 milliseconds