Searched refs:GL_FRAGMENT_SUBROUTINE (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderobj.h | 197 case GL_FRAGMENT_SUBROUTINE: in _mesa_shader_stage_from_subroutine() 219 return GL_FRAGMENT_SUBROUTINE; in _mesa_shader_stage_to_subroutine()
|
H A D | program_resource.c | 50 case GL_FRAGMENT_SUBROUTINE: in supported_interface_enum() 189 case GL_FRAGMENT_SUBROUTINE: in _mesa_GetProgramResourceIndex()
|
H A D | shader_query.cpp | 482 case GL_FRAGMENT_SUBROUTINE: in _mesa_program_resource_name() 517 case GL_FRAGMENT_SUBROUTINE: in _mesa_program_resource_name_length() 561 case GL_FRAGMENT_SUBROUTINE: in _mesa_program_get_resource_name() 599 case GL_FRAGMENT_SUBROUTINE: in _mesa_program_resource_array_size() 761 case GL_FRAGMENT_SUBROUTINE: in _mesa_program_resource_find_name() 929 case GL_FRAGMENT_SUBROUTINE: in _mesa_program_resource_index() 992 case GL_FRAGMENT_SUBROUTINE: in _mesa_program_resource_find_index()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 383 GL_FRAGMENT_SUBROUTINE, 2437 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE, GL_ACTIVE_RESOURCES, 1, error); in VerifyFS() 2438 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE, GL_MAX_NAME_LENGTH, 2, error); in VerifyFS() 2446 VerifyGetProgramResourceIndex(program, GL_FRAGMENT_SUBROUTINE, indicesTS, "x", error); in VerifyFS() 2450 VerifyGetProgramResourceName(program, GL_FRAGMENT_SUBROUTINE, indicesTS["x"], "x", error); in VerifyFS() 2458 VerifyGetProgramResourceiv(program, GL_FRAGMENT_SUBROUTINE, indicesTS["x"], 1, propsS, 1, expectedS, error); in VerifyFS()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | serialize.cpp | 902 case GL_FRAGMENT_SUBROUTINE: in write_program_resource_data() 978 case GL_FRAGMENT_SUBROUTINE: in read_program_resource_data()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 1138 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 1908 piqStage = GL_FRAGMENT_SUBROUTINE;
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2410 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
H A D | glext.h | 2358 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2391 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
H A D | glext.h | 2339 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2447 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
H A D | glext.h | 2394 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2447 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
H A D | glext.h | 2394 #define GL_FRAGMENT_SUBROUTINE 0x92EC macro
|
Completed in 292 milliseconds