/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 2377 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, 0, m_type); in test() 2389 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, sampler, m_type); in test() 2392 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, 0, m_type); in test() 2408 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, 0, m_type); in test() 2411 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, samplerA, m_type); in test() 2414 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, samplerB, m_type); in test()
|
H A D | es3fLifetimeTests.cpp | 185 glGetIntegerv(GL_SAMPLER_BINDING, arr); in getBinding()
|
/third_party/mesa3d/src/intel/tools/imgui/ |
H A D | imgui_impl_opengl3.cpp | 115 GLint last_sampler; glGetIntegerv(GL_SAMPLER_BINDING, &last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 2936 checkBinding(m_context, GL_SAMPLER_BINDING, i, "Sampler", sampler_ids[i]); in iterate() 2950 checkBinding(m_context, GL_SAMPLER_BINDING, i, "Sampler", 0); in iterate() 2955 checkBinding(m_context, GL_SAMPLER_BINDING, i, "Sampler", sampler_ids[i]); in iterate() 2967 checkBinding(m_context, GL_SAMPLER_BINDING, i, "Sampler", 0); in iterate() 3004 checkBinding(m_context, GL_SAMPLER_BINDING, i, "Sampler", t_sampler_ids[i]); in iterate()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl3.cpp | 383 GLuint last_sampler; if (bd->GlVersion >= 330) { glGetIntegerv(GL_SAMPLER_BINDING, (GLint*)&last_sampler); } else { last_sampler = 0; } in ImGui_ImplOpenGL3_RenderDrawData()
|
H A D | imgui_impl_opengl3_loader.h | 355 #define GL_SAMPLER_BINDING 0x8919 macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 1178 case GL_SAMPLER_BINDING: in find_custom_value() 2843 case GL_SAMPLER_BINDING: { in find_value_indexed()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 2368 case GL_SAMPLER_BINDING: in getIntegerv() 2657 case GL_SAMPLER_BINDING: in getQueryParameterInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 829 #define GL_SAMPLER_BINDING 0x8919 macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 964 #define GL_SAMPLER_BINDING 0x8919 macro
|
H A D | gl3.h | 964 #define GL_SAMPLER_BINDING 0x8919 macro
|
H A D | gl32.h | 964 #define GL_SAMPLER_BINDING 0x8919 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 945 #define GL_SAMPLER_BINDING 0x8919 macro
|
H A D | gl31.h | 945 #define GL_SAMPLER_BINDING 0x8919 macro
|
H A D | gl32.h | 945 #define GL_SAMPLER_BINDING 0x8919 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 2991 case GL_SAMPLER_BINDING:
|
H A D | queryutils.cpp | 3666 case GL_SAMPLER_BINDING: in GetQueryParameterInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 964 #define GL_SAMPLER_BINDING 0x8919 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 964 #define GL_SAMPLER_BINDING 0x8919 macro
|
H A D | gl31.h | 966 #define GL_SAMPLER_BINDING 0x8919 macro
|
H A D | gl32.h | 966 #define GL_SAMPLER_BINDING 0x8919 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 945 #define GL_SAMPLER_BINDING 0x8919 macro
|
H A D | gl31.h | 945 #define GL_SAMPLER_BINDING 0x8919 macro
|
H A D | gl32.h | 945 #define GL_SAMPLER_BINDING 0x8919 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1103 #define GL_SAMPLER_BINDING 0x8919 macro
|