Searched refs:GL_FRAGMENT_SUBROUTINE_UNIFORM (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | program_resource.c | 52 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in supported_interface_enum() 191 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_GetProgramResourceIndex() 306 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_GetProgramResourceLocation()
|
H A D | shaderobj.h | 177 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_shader_stage_from_subroutine_uniform() 240 return GL_FRAGMENT_SUBROUTINE_UNIFORM; in _mesa_shader_stage_to_subroutine_uniform()
|
H A D | shader_query.cpp | 475 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_program_resource_name() 510 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_program_resource_name_length() 550 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_program_get_resource_name() 585 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_program_resource_array_size() 755 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_program_resource_find_name() 986 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_program_resource_find_index() 1164 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in program_resource_location() 1489 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_program_resource_prop() 1578 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in _mesa_program_resource_prop() 1611 res->Type != GL_FRAGMENT_SUBROUTINE_UNIFORM in _mesa_program_resource_prop() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 389 GL_FRAGMENT_SUBROUTINE_UNIFORM, 425 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0, in Run() 2440 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_ACTIVE_RESOURCES, 1, error); in VerifyFS() 2441 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_MAX_NAME_LENGTH, 2, error); in VerifyFS() 2442 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 1, in VerifyFS() 2448 VerifyGetProgramResourceIndex(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, indicesTU, "a", error); in VerifyFS() 2451 VerifyGetProgramResourceName(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, indicesTU["a"], "a", error); in VerifyFS() 2453 VerifyGetProgramResourceLocation(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, "a", in VerifyFS() 2464 VerifyGetProgramResourceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, indicesTU["a"], 5, propsU, 5, expectedU, in VerifyFS()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | serialize.cpp | 851 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in write_program_resource_data() 950 case GL_FRAGMENT_SUBROUTINE_UNIFORM: in read_program_resource_data()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1139 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1799 piqStage = GL_FRAGMENT_SUBROUTINE_UNIFORM;
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2416 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
H A D | glext.h | 2364 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2397 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
H A D | glext.h | 2345 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2453 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
H A D | glext.h | 2400 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2453 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
H A D | glext.h | 2400 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
|
Completed in 256 milliseconds