/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | templates.go | 47 GET_PROC_LOCAL(GetStringi); 52 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, 112 GET_PROC_LOCAL(GetStringi); 132 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, 191 GET_PROC_LOCAL(GetStringi); 196 if (!extensions.init(kWebGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString,
|
/third_party/skia/tools/gpu/gl/interface/ |
D | templates.go | 47 GET_PROC_LOCAL(GetStringi); 52 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, 112 GET_PROC_LOCAL(GetStringi); 132 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString,
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_spirv_extensions.txt | 48 * Test GetStringi query for <pname>: 53 Check if INVALID_VALUE error is generated if <index> for GetStringi
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledWebGLInterface() 46 if (!extensions.init(kWebGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledWebGLInterface() 148 GET_PROC(GetStringi); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLESInterface() 46 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLESInterface() 148 GET_PROC(GetStringi); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 29 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLInterface() 49 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface() 154 GET_PROC(GetStringi); in GrGLMakeAssembledGLInterface()
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_request_extension.txt | 51 Accepted by the <name> parameter of GetString and GetStringi: 95 Remove all references to GetStringi and NUM_REQUESTABLE_EXTENSIONS_ANGLE.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_request_extension.txt | 54 Accepted by the <name> parameter of GetString and GetStringi: 101 Remove all references to GetStringi and NUM_REQUESTABLE_EXTENSIONS_ANGLE.
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLESInterface() 46 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLESInterface() 148 GET_PROC(GetStringi); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 29 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLInterface() 49 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface() 154 GET_PROC(GetStringi); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 155 GET_PROC(GetStringi); in GrGLMakeAssembledWebGLInterface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | OpenGLFunctions.cpp | 39 const char* extensionName = reinterpret_cast<const char*>(GetStringi(GL_EXTENSIONS, i)); in InitializeSupportedGLExtensions()
|
/third_party/flutter/glfw/src/ |
D | context.c | 431 window->context.GetStringi = (PFNGLGETSTRINGIPROC) in _glfwRefreshContextAttribs() 433 if (!window->context.GetStringi) in _glfwRefreshContextAttribs() 671 window->context.GetStringi(GL_EXTENSIONS, i); in glfwExtensionSupported()
|
D | internal.h | 326 PFNGLGETSTRINGIPROC GetStringi; member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_spirv_extensions.txt | 109 Accepted by the <name> parameter of GetStringi: 142 GetStringi: 155 Modify the INVALID_ENUM error for the GetStringi command to be: 303 SPIR_V_EXTENSIONS n x S GetStringi - Supported SPIR-V 22.2
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_spirv_extensions.txt | 124 Accepted by the <name> parameter of GetStringi: 157 GetStringi: 170 Modify the INVALID_ENUM error for the GetStringi command to be: 318 SPIR_V_EXTENSIONS n x S GetStringi - Supported SPIR-V 22.2
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | base.h | 324 GST_GL_EXT_FUNCTION (const GLubyte*, GetStringi,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcontext.c | 1196 ext_const_c_str = (const gchar *) gl->GetStringi (GL_EXTENSIONS, i); in _build_extension_string() 1484 gl->GetStringi = gst_gl_context_get_proc_address (context, "glGetStringi"); in gst_gl_context_fill_info() 1503 if (gl->GetIntegerv && gl->GetStringi && context->priv->gl_major >= 3) in gst_gl_context_fill_info()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.1.2.rst | 94 - mesa: fix GetStringi error message with correct function name
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_opengl3_loader.h | 477 PFNGLGETSTRINGIPROC GetStringi; member 536 #define glGetStringi imgl3wProcs.gl.GetStringi
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_0_autogen.h | 97 ANGLE_EXPORT const GLubyte *GL_APIENTRY GetStringi(GLenum name, GLuint index);
|
D | entry_points_gl_3_0_autogen.cpp | 864 const GLubyte *GL_APIENTRY GetStringi(GLenum name, GLuint index) in GetStringi() function 881 returnValue = GetDefaultReturnValue<EntryPoint::GetStringi, const GLubyte *>(); in GetStringi() 883 ANGLE_CAPTURE(GetStringi, isCallValid, context, name, index, returnValue); in GetStringi() 887 returnValue = GetDefaultReturnValue<EntryPoint::GetStringi, const GLubyte *>(); in GetStringi()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.h | 146 ANGLE_EXPORT const GLubyte *GL_APIENTRY GetStringi(GLenum name, GLuint index);
|
D | entry_points_gles_3_0_autogen.cpp | 1165 const GLubyte *GL_APIENTRY GetStringi(GLenum name, GLuint index) in GetStringi() function 1182 returnValue = GetDefaultReturnValue<EntryPoint::GetStringi, const GLubyte *>(); in GetStringi() 1184 ANGLE_CAPTURE(GetStringi, isCallValid, context, name, index, returnValue); in GetStringi() 1188 returnValue = GetDefaultReturnValue<EntryPoint::GetStringi, const GLubyte *>(); in GetStringi()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 521 GetStringi, enumerator
|