Searched refs:GL_COMPUTE_SUBROUTINE (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderobj.h | 199 case GL_COMPUTE_SUBROUTINE: in _mesa_shader_stage_from_subroutine() 221 return GL_COMPUTE_SUBROUTINE; in _mesa_shader_stage_to_subroutine()
|
H A D | program_resource.c | 57 case GL_COMPUTE_SUBROUTINE: in supported_interface_enum() 184 case GL_COMPUTE_SUBROUTINE: in _mesa_GetProgramResourceIndex()
|
H A D | shader_query.cpp | 483 case GL_COMPUTE_SUBROUTINE: in _mesa_program_resource_name() 518 case GL_COMPUTE_SUBROUTINE: in _mesa_program_resource_name_length() 562 case GL_COMPUTE_SUBROUTINE: in _mesa_program_get_resource_name() 600 case GL_COMPUTE_SUBROUTINE: in _mesa_program_resource_array_size() 762 case GL_COMPUTE_SUBROUTINE: in _mesa_program_resource_find_name() 930 case GL_COMPUTE_SUBROUTINE: in _mesa_program_resource_index() 993 case GL_COMPUTE_SUBROUTINE: in _mesa_program_resource_find_index()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 384 GL_COMPUTE_SUBROUTINE, 2655 VerifyGetProgramInterfaceiv(program, GL_COMPUTE_SUBROUTINE, GL_ACTIVE_RESOURCES, 5, error); in VerifyCompute() 2656 VerifyGetProgramInterfaceiv(program, GL_COMPUTE_SUBROUTINE, GL_MAX_NAME_LENGTH, 3, error); in VerifyCompute() 2666 VerifyGetProgramResourceIndex(program, GL_COMPUTE_SUBROUTINE, indicesTS, "ax", error); in VerifyCompute() 2667 VerifyGetProgramResourceIndex(program, GL_COMPUTE_SUBROUTINE, indicesTS, "ay", error); in VerifyCompute() 2668 VerifyGetProgramResourceIndex(program, GL_COMPUTE_SUBROUTINE, indicesTS, "bx", error); in VerifyCompute() 2669 VerifyGetProgramResourceIndex(program, GL_COMPUTE_SUBROUTINE, indicesTS, "by", error); in VerifyCompute() 2670 VerifyGetProgramResourceIndex(program, GL_COMPUTE_SUBROUTINE, indicesTS, "bz", error); in VerifyCompute() 2675 VerifyGetProgramResourceName(program, GL_COMPUTE_SUBROUTINE, indicesTS["ax"], "ax", error); in VerifyCompute() 2676 VerifyGetProgramResourceName(program, GL_COMPUTE_SUBROUTINE, indicesT in VerifyCompute() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | serialize.cpp | 903 case GL_COMPUTE_SUBROUTINE: in write_program_resource_data() 979 case GL_COMPUTE_SUBROUTINE: in read_program_resource_data()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1101 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1911 piqStage = GL_COMPUTE_SUBROUTINE;
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2411 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
H A D | glext.h | 2359 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2392 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
H A D | glext.h | 2340 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2448 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
H A D | glext.h | 2395 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2448 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
H A D | glext.h | 2395 #define GL_COMPUTE_SUBROUTINE 0x92ED macro
|
Completed in 264 milliseconds