Home
last modified time | relevance | path

Searched refs:eglGetProcAddress (Results 1 – 25 of 74) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTimerQueriesTest.cpp73 ASSERT_NE(nullptr, eglGetProcAddress("glGenQueriesEXT")); in TEST_P()
74 ASSERT_NE(nullptr, eglGetProcAddress("glDeleteQueriesEXT")); in TEST_P()
75 ASSERT_NE(nullptr, eglGetProcAddress("glIsQueryEXT")); in TEST_P()
76 ASSERT_NE(nullptr, eglGetProcAddress("glBeginQueryEXT")); in TEST_P()
77 ASSERT_NE(nullptr, eglGetProcAddress("glEndQueryEXT")); in TEST_P()
78 ASSERT_NE(nullptr, eglGetProcAddress("glQueryCounterEXT")); in TEST_P()
79 ASSERT_NE(nullptr, eglGetProcAddress("glGetQueryivEXT")); in TEST_P()
80 ASSERT_NE(nullptr, eglGetProcAddress("glGetQueryObjectivEXT")); in TEST_P()
81 ASSERT_NE(nullptr, eglGetProcAddress("glGetQueryObjectuivEXT")); in TEST_P()
82 ASSERT_NE(nullptr, eglGetProcAddress("glGetQueryObjecti64vEXT")); in TEST_P()
[all …]
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp62 return eglGetProcAddress(name); in angle_get_gl_proc()
68 (PFNEGLGETPLATFORMDISPLAYEXTPROC)eglGetProcAddress("eglGetPlatformDisplayEXT"); in get_angle_egl_display()
250 eglGetProcAddress("ANGLEGetDisplayPlatform")); in ANGLEGLContext()
253 eglGetProcAddress("ANGLEResetDisplayPlatform")); in ANGLEGLContext()
358 fCreateImage = (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress("eglCreateImageKHR"); in ANGLEGLContext()
359 fDestroyImage = (PFNEGLDESTROYIMAGEKHRPROC)eglGetProcAddress("eglDestroyImageKHR"); in ANGLEGLContext()
391 (EGLImageTargetTexture2DProc)eglGetProcAddress("glEGLImageTargetTexture2DOES"); in eglImageToExternalTexture()
490 return eglGetProcAddress(name); in onPlatformGetProcAddress()
/third_party/EGL/extensions/KHR/
DEGL_KHR_get_all_proc_addresses.txt58 eglGetProcAddress is currently defined to not support the querying
76 that eglGetProcAddress return only non-extension functions. If
78 and client API functions using eglGetProcAddress.
113 void (*eglGetProcAddress(const char *procname))(void);
121 A non-NULL return value for eglGetProcAddress does not guarantee that a
129 Client API function pointers returned by eglGetProcAddress are
133 eglGetProcAddress may be queried for all EGL and client API extension
137 For functions that are queryable with eglGetProcAddress, implementations
144 The EGL specification describes the behavior of eglGetProcAddress as
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_get_all_proc_addresses.txt58 eglGetProcAddress is currently defined to not support the querying
76 that eglGetProcAddress return only non-extension functions. If
78 and client API functions using eglGetProcAddress.
113 void (*eglGetProcAddress(const char *procname))(void);
121 A non-NULL return value for eglGetProcAddress does not guarantee that a
129 Client API function pointers returned by eglGetProcAddress are
133 eglGetProcAddress may be queried for all EGL and client API extension
137 For functions that are queryable with eglGetProcAddress, implementations
144 The EGL specification describes the behavior of eglGetProcAddress as
/third_party/skia/third_party/externals/angle2/samples/simple_instancing/
DSimpleInstancing.cpp42 (PFNGLVERTEXATTRIBDIVISORANGLEPROC)eglGetProcAddress("glVertexAttribDivisorANGLE"); in initialize()
44 (PFNGLDRAWARRAYSINSTANCEDANGLEPROC)eglGetProcAddress("glDrawArraysInstancedANGLE"); in initialize()
45 mDrawElementsInstancedANGLE = (PFNGLDRAWELEMENTSINSTANCEDANGLEPROC)eglGetProcAddress( in initialize()
/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp192 fEglCreateImageProc = (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress("eglCreateImageKHR"); in EGLGLTestContext()
194 (PFNEGLDESTROYIMAGEKHRPROC)eglGetProcAddress("eglDestroyImageKHR"); in EGLGLTestContext()
261 (EGLImageTargetTexture2DProc) eglGetProcAddress("glEGLImageTargetTexture2DOES"); in eglImageToExternalTexture()
315 return eglGetProcAddress(procName); in onPlatformGetProcAddress()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwStaticLibrary14.inl24 { "eglGetProcAddress", (deFunctionPtr)eglGetProcAddress },
DeglwStaticLibrary15.inl32 { "eglGetProcAddress", (deFunctionPtr)eglGetProcAddress },
/third_party/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp26 (PFNEGLGETPLATFORMDISPLAYEXTPROC)eglGetProcAddress("eglGetPlatformDisplayEXT"); in get_angle_egl_display()
124 [](void* ctx, const char name[]) -> GrGLFuncPtr { return eglGetProcAddress(name); })); in onInitializeContext()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp166 (EGLGetNativeClientBufferANDROIDProc) eglGetProcAddress("eglGetNativeClientBufferANDROID"); in init()
172 fEGLCreateImageKHR = (EGLCreateImageKHRProc) eglGetProcAddress("eglCreateImageKHR"); in init()
179 (EGLImageTargetTexture2DOESProc) eglGetProcAddress("glEGLImageTargetTexture2DOES"); in init()
185 fEGLCreateSyncKHR = (PFNEGLCREATESYNCKHRPROC) eglGetProcAddress("eglCreateSyncKHR"); in init()
191 fEGLWaitSyncKHR = (PFNEGLWAITSYNCKHRPROC) eglGetProcAddress("eglWaitSyncKHR"); in init()
197 fEGLGetSyncAttribKHR = (PFNEGLGETSYNCATTRIBKHRPROC) eglGetProcAddress("eglGetSyncAttribKHR"); in init()
204 (PFNEGLDUPNATIVEFENCEFDANDROIDPROC) eglGetProcAddress("eglDupNativeFenceFDANDROID"); in init()
210 fEGLDestroySyncKHR = (PFNEGLDESTROYSYNCKHRPROC) eglGetProcAddress("eglDestroySyncKHR"); in init()
/third_party/mesa3d/src/egl/
Degl-symbols.txt27 eglGetProcAddress
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.def21 eglGetProcAddress @34
DlibEGL_deprecated.def21 eglGetProcAddress @34
DlibEGL_deprecated.lds30 eglGetProcAddress;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl.c165 eglGetProcAddress ("eglGetPlatformDisplay"); in gst_gl_display_egl_get_from_native()
169 eglGetProcAddress ("eglGetPlatformDisplayEXT"); in gst_gl_display_egl_get_from_native()
Dgstgldisplay_egl_device.c108 (eglQueryDevicesEXT_type) eglGetProcAddress ("eglQueryDevicesEXT"); in gst_gl_display_egl_device_new()
/third_party/mesa3d/src/egl/main/
Degl.def.in28 eglGetProcAddress@4
Deglglvnd.c79 return (void *) eglGetProcAddress(procName); in __eglGLVNDGetProcAddress()
Deglentrypoint.h50 EGL_ENTRYPOINT(eglGetProcAddress)
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLReadinessCheckTest.cpp38 auto check = eglGetProcAddress("WigglyWombats"); in TEST_P()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
DMakefile34 eglGetProcAddress.xhtml \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
DMakefile48 eglGetProcAddress.html \
/third_party/EGL/sdk/docs/man/xhtml/
DMakefile48 eglGetProcAddress.html \
/third_party/EGL/sdk/docs/man/html/
DMakefile42 eglGetProcAddress.xhtml \
/third_party/vk-gl-cts/modules/egl/
DteglGetProcAddressTests.cpp198 funcPtr = eglGetProcAddress(funcName); in executeTest()
325 funcPtr = eglGetProcAddress(funcName); in executeTest()

123