Searched refs:GL_GEOMETRY_SUBROUTINE_UNIFORM (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | program_resource.c | 55 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in supported_interface_enum() 187 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_GetProgramResourceIndex() 310 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_GetProgramResourceLocation()
|
H A D | shaderobj.h | 175 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_shader_stage_from_subroutine_uniform() 238 return GL_GEOMETRY_SUBROUTINE_UNIFORM; in _mesa_shader_stage_to_subroutine_uniform()
|
H A D | shader_query.cpp | 474 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_program_resource_name() 509 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_program_resource_name_length() 549 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_program_get_resource_name() 584 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_program_resource_array_size() 754 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_program_resource_find_name() 985 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_program_resource_find_index() 1163 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in program_resource_location() 1488 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_program_resource_prop() 1577 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in _mesa_program_resource_prop() 1612 res->Type != GL_GEOMETRY_SUBROUTINE_UNIFORM in _mesa_program_resource_prop() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 388 GL_GEOMETRY_SUBROUTINE_UNIFORM, 427 VerifyGetProgramInterfaceiv(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0, in Run() 2379 VerifyGetProgramInterfaceiv(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, GL_ACTIVE_RESOURCES, 1, error); in VerifyGEO() 2380 VerifyGetProgramInterfaceiv(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, GL_MAX_NAME_LENGTH, 2, error); in VerifyGEO() 2381 VerifyGetProgramInterfaceiv(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 1, in VerifyGEO() 2387 VerifyGetProgramResourceIndex(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, indicesTU, "a", error); in VerifyGEO() 2390 VerifyGetProgramResourceName(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, indicesTU["a"], "a", error); in VerifyGEO() 2392 VerifyGetProgramResourceLocation(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, "a", in VerifyGEO() 2403 VerifyGetProgramResourceiv(program, GL_GEOMETRY_SUBROUTINE_UNIFORM, indicesTU["a"], 5, propsU, 5, expectedU, in VerifyGEO()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | serialize.cpp | 850 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in write_program_resource_data() 949 case GL_GEOMETRY_SUBROUTINE_UNIFORM: in read_program_resource_data()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1151 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2415 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
H A D | glext.h | 2363 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2396 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
H A D | glext.h | 2344 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2452 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
H A D | glext.h | 2399 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2452 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
H A D | glext.h | 2399 #define GL_GEOMETRY_SUBROUTINE_UNIFORM 0x92F1 macro
|
Completed in 249 milliseconds