Searched refs:getDistinctSamplerTypes (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 215 static void getDistinctSamplerTypes(vector<glu::DataType> &dst, const glu::VarType &type) in getDistinctSamplerTypes() function 224 getDistinctSamplerTypes(dst, type.getElementType()); in getDistinctSamplerTypes() 230 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); in getDistinctSamplerTypes() 363 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type); in getSamplerTypes()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 157 static void getDistinctSamplerTypes(vector<glu::DataType> &dst, const glu::VarType &type) in getDistinctSamplerTypes() function 166 getDistinctSamplerTypes(dst, type.getElementType()); in getDistinctSamplerTypes() 172 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); in getDistinctSamplerTypes() 328 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type); in getSamplerTypes()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 211 static void getDistinctSamplerTypes(vector<glu::DataType> &dst, const glu::VarType &type) in getDistinctSamplerTypes() function 220 getDistinctSamplerTypes(dst, type.getElementType()); in getDistinctSamplerTypes() 226 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); in getDistinctSamplerTypes() 388 getDistinctSamplerTypes(samplerTypes, m_uniforms[i].type); in getSamplerTypes()
|