Home
last modified time | relevance | path

Searched refs:loadProc (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/angle/util/
H A Dgles_loader_autogen.cpp895 void LoadUtilGLES(LoadProc loadProc) in LoadUtilGLES() argument
897 l_glAlphaFunc = reinterpret_cast<PFNGLALPHAFUNCPROC>(loadProc("glAlphaFunc")); in LoadUtilGLES()
898 l_glClipPlanef = reinterpret_cast<PFNGLCLIPPLANEFPROC>(loadProc("glClipPlanef")); in LoadUtilGLES()
899 l_glColor4f = reinterpret_cast<PFNGLCOLOR4FPROC>(loadProc("glColor4f")); in LoadUtilGLES()
900 l_glFogf = reinterpret_cast<PFNGLFOGFPROC>(loadProc("glFogf")); in LoadUtilGLES()
901 l_glFogfv = reinterpret_cast<PFNGLFOGFVPROC>(loadProc("glFogfv")); in LoadUtilGLES()
902 l_glFrustumf = reinterpret_cast<PFNGLFRUSTUMFPROC>(loadProc("glFrustumf")); in LoadUtilGLES()
903 l_glGetClipPlanef = reinterpret_cast<PFNGLGETCLIPPLANEFPROC>(loadProc("glGetClipPlanef")); in LoadUtilGLES()
904 l_glGetLightfv = reinterpret_cast<PFNGLGETLIGHTFVPROC>(loadProc("glGetLightfv")); in LoadUtilGLES()
905 l_glGetMaterialfv = reinterpret_cast<PFNGLGETMATERIALFVPROC>(loadProc("glGetMaterialfv")); in LoadUtilGLES()
[all …]
H A Degl_loader_autogen.cpp133 void LoadUtilEGL(LoadProc loadProc) in LoadUtilEGL() argument
135 l_eglChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("eglChooseConfig")); in LoadUtilEGL()
136 l_eglCopyBuffers = reinterpret_cast<PFNEGLCOPYBUFFERSPROC>(loadProc("eglCopyBuffers")); in LoadUtilEGL()
137 l_eglCreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("eglCreateContext")); in LoadUtilEGL()
139 reinterpret_cast<PFNEGLCREATEPBUFFERSURFACEPROC>(loadProc("eglCreatePbufferSurface")); in LoadUtilEGL()
141 reinterpret_cast<PFNEGLCREATEPIXMAPSURFACEPROC>(loadProc("eglCreatePixmapSurface")); in LoadUtilEGL()
143 reinterpret_cast<PFNEGLCREATEWINDOWSURFACEPROC>(loadProc("eglCreateWindowSurface")); in LoadUtilEGL()
144 l_eglDestroyContext = reinterpret_cast<PFNEGLDESTROYCONTEXTPROC>(loadProc("eglDestroyContext")); in LoadUtilEGL()
145 l_eglDestroySurface = reinterpret_cast<PFNEGLDESTROYSURFACEPROC>(loadProc("eglDestroySurface")); in LoadUtilEGL()
147 reinterpret_cast<PFNEGLGETCONFIGATTRIBPROC>(loadProc("eglGetConfigAttrib")); in LoadUtilEGL()
[all …]
H A Degl_loader_autogen.h261 ANGLE_UTIL_EXPORT void LoadUtilEGL(LoadProc loadProc);
H A Dgles_loader_autogen.h1778 ANGLE_UTIL_EXPORT void LoadUtilGLES(LoadProc loadProc);
/aosp_15_r20/external/angle/util/capture/
H A Dtrace_gles_loader_autogen.cpp928 void LoadTraceGLES(LoadProc loadProc) in LoadTraceGLES() argument
930 t_glAlphaFunc = reinterpret_cast<PFNGLALPHAFUNCPROC>(loadProc("glAlphaFunc")); in LoadTraceGLES()
931 t_glClipPlanef = reinterpret_cast<PFNGLCLIPPLANEFPROC>(loadProc("glClipPlanef")); in LoadTraceGLES()
932 t_glColor4f = reinterpret_cast<PFNGLCOLOR4FPROC>(loadProc("glColor4f")); in LoadTraceGLES()
933 t_glFogf = reinterpret_cast<PFNGLFOGFPROC>(loadProc("glFogf")); in LoadTraceGLES()
934 t_glFogfv = reinterpret_cast<PFNGLFOGFVPROC>(loadProc("glFogfv")); in LoadTraceGLES()
935 t_glFrustumf = reinterpret_cast<PFNGLFRUSTUMFPROC>(loadProc("glFrustumf")); in LoadTraceGLES()
936 t_glGetClipPlanef = reinterpret_cast<PFNGLGETCLIPPLANEFPROC>(loadProc("glGetClipPlanef")); in LoadTraceGLES()
937 t_glGetLightfv = reinterpret_cast<PFNGLGETLIGHTFVPROC>(loadProc("glGetLightfv")); in LoadTraceGLES()
938 t_glGetMaterialfv = reinterpret_cast<PFNGLGETMATERIALFVPROC>(loadProc("glGetMaterialfv")); in LoadTraceGLES()
[all …]
H A Dtrace_egl_loader_autogen.cpp138 void LoadTraceEGL(LoadProc loadProc) in LoadTraceEGL() argument
140 t_eglChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("eglChooseConfig")); in LoadTraceEGL()
141 t_eglCopyBuffers = reinterpret_cast<PFNEGLCOPYBUFFERSPROC>(loadProc("eglCopyBuffers")); in LoadTraceEGL()
142 t_eglCreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("eglCreateContext")); in LoadTraceEGL()
144 reinterpret_cast<PFNEGLCREATEPBUFFERSURFACEPROC>(loadProc("eglCreatePbufferSurface")); in LoadTraceEGL()
146 reinterpret_cast<PFNEGLCREATEPIXMAPSURFACEPROC>(loadProc("eglCreatePixmapSurface")); in LoadTraceEGL()
148 reinterpret_cast<PFNEGLCREATEWINDOWSURFACEPROC>(loadProc("eglCreateWindowSurface")); in LoadTraceEGL()
149 t_eglDestroyContext = reinterpret_cast<PFNEGLDESTROYCONTEXTPROC>(loadProc("eglDestroyContext")); in LoadTraceEGL()
150 t_eglDestroySurface = reinterpret_cast<PFNEGLDESTROYSURFACEPROC>(loadProc("eglDestroySurface")); in LoadTraceEGL()
152 reinterpret_cast<PFNEGLGETCONFIGATTRIBPROC>(loadProc("eglGetConfigAttrib")); in LoadTraceEGL()
[all …]
H A Dtraces_export.h63 ANGLE_TRACE_LOADER_EXPORT void LoadTraceEGL(LoadProc loadProc);
64 ANGLE_TRACE_LOADER_EXPORT void LoadTraceGLES(LoadProc loadProc);
H A Dtrace_egl_loader_autogen.h271 ANGLE_TRACE_LOADER_EXPORT void LoadTraceEGL(LoadProc loadProc);
H A Dtrace_gles_loader_autogen.h1839 ANGLE_TRACE_LOADER_EXPORT void LoadTraceGLES(LoadProc loadProc);
/aosp_15_r20/external/angle/src/libEGL/
H A Degl_loader_autogen.cpp128 void LoadLibEGL_EGL(LoadProc loadProc) in LoadLibEGL_EGL() argument
130 l_EGL_ChooseConfig = reinterpret_cast<PFNEGLCHOOSECONFIGPROC>(loadProc("EGL_ChooseConfig")); in LoadLibEGL_EGL()
131 l_EGL_CopyBuffers = reinterpret_cast<PFNEGLCOPYBUFFERSPROC>(loadProc("EGL_CopyBuffers")); in LoadLibEGL_EGL()
132 l_EGL_CreateContext = reinterpret_cast<PFNEGLCREATECONTEXTPROC>(loadProc("EGL_CreateContext")); in LoadLibEGL_EGL()
134 reinterpret_cast<PFNEGLCREATEPBUFFERSURFACEPROC>(loadProc("EGL_CreatePbufferSurface")); in LoadLibEGL_EGL()
136 reinterpret_cast<PFNEGLCREATEPIXMAPSURFACEPROC>(loadProc("EGL_CreatePixmapSurface")); in LoadLibEGL_EGL()
138 reinterpret_cast<PFNEGLCREATEWINDOWSURFACEPROC>(loadProc("EGL_CreateWindowSurface")); in LoadLibEGL_EGL()
140 reinterpret_cast<PFNEGLDESTROYCONTEXTPROC>(loadProc("EGL_DestroyContext")); in LoadLibEGL_EGL()
142 reinterpret_cast<PFNEGLDESTROYSURFACEPROC>(loadProc("EGL_DestroySurface")); in LoadLibEGL_EGL()
144 reinterpret_cast<PFNEGLGETCONFIGATTRIBPROC>(loadProc("EGL_GetConfigAttrib")); in LoadLibEGL_EGL()
[all …]
H A Degl_loader_autogen.h260 ANGLE_NO_EXPORT void LoadLibEGL_EGL(LoadProc loadProc);
/aosp_15_r20/external/angle/util/windows/
H A Dwgl_loader_autogen.cpp48 void LoadWGL(LoadProc loadProc) in LoadWGL() argument
51 reinterpret_cast<PFNCHOOSEPIXELFORMATPROC>(loadProc("ChoosePixelFormat")); in LoadWGL()
53 reinterpret_cast<PFNDESCRIBEPIXELFORMATPROC>(loadProc("DescribePixelFormat")); in LoadWGL()
55 reinterpret_cast<PFNGETENHMETAFILEPIXELFORMATPROC>(loadProc("GetEnhMetaFilePixelFormat")); in LoadWGL()
56 l__GetPixelFormat = reinterpret_cast<PFNGETPIXELFORMATPROC>(loadProc("GetPixelFormat")); in LoadWGL()
57 l__SetPixelFormat = reinterpret_cast<PFNSETPIXELFORMATPROC>(loadProc("SetPixelFormat")); in LoadWGL()
58 l__SwapBuffers = reinterpret_cast<PFNSWAPBUFFERSPROC>(loadProc("SwapBuffers")); in LoadWGL()
59 l__wglCopyContext = reinterpret_cast<PFNWGLCOPYCONTEXTPROC>(loadProc("wglCopyContext")); in LoadWGL()
60 l__wglCreateContext = reinterpret_cast<PFNWGLCREATECONTEXTPROC>(loadProc("wglCreateContext")); in LoadWGL()
62 reinterpret_cast<PFNWGLCREATELAYERCONTEXTPROC>(loadProc("wglCreateLayerContext")); in LoadWGL()
[all …]
H A Dwgl_loader_autogen.h94 void LoadWGL(LoadProc loadProc);