Home
last modified time | relevance | path

Searched refs:GetStringi (Results 1 – 25 of 51) sorted by relevance

123

/third_party/flutter/skia/tools/gpu/gl/interface/
Dtemplates.go47 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/
Dtemplates.go47 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/
DCTS_ARB_spirv_extensions.txt48 * Test GetStringi query for <pname>:
53 Check if INVALID_VALUE error is generated if <index> for GetStringi
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledWebGLInterface()
46 if (!extensions.init(kWebGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledWebGLInterface()
148 GET_PROC(GetStringi); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLESInterface()
46 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLESInterface()
148 GET_PROC(GetStringi); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp29 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/
DANGLE_request_extension.txt51 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/
DANGLE_request_extension.txt54 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/
DGrGLAssembleGLESInterfaceAutogen.cpp41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLESInterface()
46 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLESInterface()
148 GET_PROC(GetStringi); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp29 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLInterface()
49 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface()
154 GET_PROC(GetStringi); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp155 GET_PROC(GetStringi); in GrGLMakeAssembledWebGLInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLFunctions.cpp39 const char* extensionName = reinterpret_cast<const char*>(GetStringi(GL_EXTENSIONS, i)); in InitializeSupportedGLExtensions()
/third_party/flutter/glfw/src/
Dcontext.c431 window->context.GetStringi = (PFNGLGETSTRINGIPROC) in _glfwRefreshContextAttribs()
433 if (!window->context.GetStringi) in _glfwRefreshContextAttribs()
671 window->context.GetStringi(GL_EXTENSIONS, i); in glfwExtensionSupported()
Dinternal.h326 PFNGLGETSTRINGIPROC GetStringi; member
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_spirv_extensions.txt109 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/
DARB_spirv_extensions.txt124 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/
Dbase.h324 GST_GL_EXT_FUNCTION (const GLubyte*, GetStringi,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c1196 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/
D10.1.2.rst94 - mesa: fix GetStringi error message with correct function name
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl3_loader.h477 PFNGLGETSTRINGIPROC GetStringi; member
536 #define glGetStringi imgl3wProcs.gl.GetStringi
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_0_autogen.h97 ANGLE_EXPORT const GLubyte *GL_APIENTRY GetStringi(GLenum name, GLuint index);
Dentry_points_gl_3_0_autogen.cpp864 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/
Dentry_points_gles_3_0_autogen.h146 ANGLE_EXPORT const GLubyte *GL_APIENTRY GetStringi(GLenum name, GLuint index);
Dentry_points_gles_3_0_autogen.cpp1165 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/
Dentry_points_enum_autogen.h521 GetStringi, enumerator

123