Home
last modified time | relevance | path

Searched refs:GetProgramShader (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/util/
H A Dshader_utils.h20 ANGLE_UTIL_EXPORT GLuint GetProgramShader(GLuint program, GLint requestedType);
H A Dshader_utils.cpp247 GLuint GetProgramShader(GLuint program, GLint requestedType) in GetProgramShader() function
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DGLSLTest.cpp10084 GLuint fs = GetProgramShader(program, GL_FRAGMENT_SHADER); in TEST_P()