Searched refs:GL_MAX_NUM_COMPATIBLE_SUBROUTINES (Results 1 - 12 of 12) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 423 VerifyGetProgramInterfaceiv(program, GL_COMPUTE_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0, in Run() 425 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0, in Run() 427 VerifyGetProgramInterfaceiv(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0, in Run() 429 VerifyGetProgramInterfaceiv(program, GL_TESS_EVALUATION_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, in Run() 431 VerifyGetProgramInterfaceiv(program, GL_TESS_CONTROL_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0, in Run() 433 VerifyGetProgramInterfaceiv(program, GL_VERTEX_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0, error); in Run() 2162 VerifyGetProgramInterfaceiv(program, GL_VERTEX_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 2, error); in VerifyVS() 2215 VerifyGetProgramInterfaceiv(program, GL_TESS_CONTROL_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 1, in VerifyTCS() 2318 VerifyGetProgramInterfaceiv(program, GL_TESS_EVALUATION_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, in VerifyTES() 2381 VerifyGetProgramInterfaceiv(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, in VerifyGEO() [all...] |
H A D | gl4cShaderSubroutineTests.cpp | 1372 case GL_MAX_NUM_COMPATIBLE_SUBROUTINES: in pnameToStr() 1373 string = "GL_MAX_NUM_COMPATIBLE_SUBROUTINES"; in pnameToStr() 3314 { GL_VERTEX_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, m_n_active_subroutines }, in inspectProgramInterfaceiv()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 1838 case GL_MAX_NUM_COMPATIBLE_SUBROUTINES: in _mesa_get_program_interfaceiv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1222 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2422 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
H A D | glext.h | 2370 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2403 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
H A D | glext.h | 2351 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2459 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
H A D | glext.h | 2406 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2459 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
H A D | glext.h | 2406 #define GL_MAX_NUM_COMPATIBLE_SUBROUTINES 0x92F8 macro
|
Completed in 292 milliseconds