Home
last modified time | relevance | path

Searched refs:GetProcAddressARB (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/glfw/src/
Dglx_context.c212 else if (_glfw.glx.GetProcAddressARB) in getProcAddressGLX()
213 return _glfw.glx.GetProcAddressARB((const GLubyte*) procname); in getProcAddressGLX()
298 _glfw.glx.GetProcAddressARB = in _glfwInitGLX()
316 !_glfw.glx.GetProcAddressARB || in _glfwInitGLX()
Dglx_context.h152 PFNGLXGETPROCADDRESSPROC GetProcAddressARB; member
/third_party/openGLES/extensions/ARB/
DGLX_ARB_get_proc_address.txt76 * Should GetProcAddressARB allow querying of itself?
81 GetProcAddressARB is to return pointers to extension functions and
82 GetProcAddressARB is itself such a function! This presents a
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DGLX_ARB_get_proc_address.txt66 * Should GetProcAddressARB allow querying of itself?
71 GetProcAddressARB is to return pointers to extension functions and
72 GetProcAddressARB is itself such a function! This presents a