Searched refs:GL_COMPUTE_SUBROUTINE_UNIFORM (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | program_resource.c | 58 case GL_COMPUTE_SUBROUTINE_UNIFORM: in supported_interface_enum() 185 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_GetProgramResourceIndex() 314 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_GetProgramResourceLocation()
|
H A D | shaderobj.h | 179 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_shader_stage_from_subroutine_uniform() 242 return GL_COMPUTE_SUBROUTINE_UNIFORM; in _mesa_shader_stage_to_subroutine_uniform()
|
H A D | shader_query.cpp | 476 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_program_resource_name() 511 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_program_resource_name_length() 551 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_program_get_resource_name() 586 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_program_resource_array_size() 756 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_program_resource_find_name() 987 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_program_resource_find_index() 1165 case GL_COMPUTE_SUBROUTINE_UNIFORM: in program_resource_location() 1490 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_program_resource_prop() 1579 case GL_COMPUTE_SUBROUTINE_UNIFORM: in _mesa_program_resource_prop() 1613 res->Type != GL_COMPUTE_SUBROUTINE_UNIFORM in _mesa_program_resource_prop() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 390 GL_COMPUTE_SUBROUTINE_UNIFORM, 423 VerifyGetProgramInterfaceiv(program, GL_COMPUTE_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0, in Run() 2660 VerifyGetProgramInterfaceiv(program, GL_COMPUTE_SUBROUTINE_UNIFORM, GL_ACTIVE_RESOURCES, res, error); in VerifyCompute() 2661 VerifyGetProgramInterfaceiv(program, GL_COMPUTE_SUBROUTINE_UNIFORM, GL_MAX_NAME_LENGTH, 5, error); in VerifyCompute() 2662 VerifyGetProgramInterfaceiv(program, GL_COMPUTE_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 3, in VerifyCompute() 2672 VerifyGetProgramResourceIndex(program, GL_COMPUTE_SUBROUTINE_UNIFORM, indicesTU, "a", error); in VerifyCompute() 2673 VerifyGetProgramResourceIndex(program, GL_COMPUTE_SUBROUTINE_UNIFORM, indicesTU, "b[0]", error); in VerifyCompute() 2680 VerifyGetProgramResourceName(program, GL_COMPUTE_SUBROUTINE_UNIFORM, indicesTU["a"], "a", error); in VerifyCompute() 2681 VerifyGetProgramResourceName(program, GL_COMPUTE_SUBROUTINE_UNIFORM, indicesTU["b[0]"], "b[0]", error); in VerifyCompute() 2683 VerifyGetProgramResourceLocation(program, GL_COMPUTE_SUBROUTINE_UNIFORM, " in VerifyCompute() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | serialize.cpp | 852 case GL_COMPUTE_SUBROUTINE_UNIFORM: in write_program_resource_data() 951 case GL_COMPUTE_SUBROUTINE_UNIFORM: in read_program_resource_data()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1102 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1802 piqStage = GL_COMPUTE_SUBROUTINE_UNIFORM;
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2417 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
H A D | glext.h | 2365 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2398 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
H A D | glext.h | 2346 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2454 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
H A D | glext.h | 2401 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2454 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
H A D | glext.h | 2401 #define GL_COMPUTE_SUBROUTINE_UNIFORM 0x92F3 macro
|
Completed in 276 milliseconds