/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 73 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/ |
D | GLTestContext_angle.cpp | 62 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/ |
D | EGL_KHR_get_all_proc_addresses.txt | 58 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/ |
D | EGL_KHR_get_all_proc_addresses.txt | 58 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/ |
D | SimpleInstancing.cpp | 42 (PFNGLVERTEXATTRIBDIVISORANGLEPROC)eglGetProcAddress("glVertexAttribDivisorANGLE"); in initialize() 44 (PFNGLDRAWARRAYSINSTANCEDANGLEPROC)eglGetProcAddress("glDrawArraysInstancedANGLE"); in initialize() 45 mDrawElementsInstancedANGLE = (PFNGLDRAWELEMENTSINSTANCEDANGLEPROC)eglGetProcAddress( in initialize()
|
/third_party/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 192 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/ |
D | eglwStaticLibrary14.inl | 24 { "eglGetProcAddress", (deFunctionPtr)eglGetProcAddress },
|
D | eglwStaticLibrary15.inl | 32 { "eglGetProcAddress", (deFunctionPtr)eglGetProcAddress },
|
/third_party/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 26 (PFNEGLGETPLATFORMDISPLAYEXTPROC)eglGetProcAddress("eglGetPlatformDisplayEXT"); in get_angle_egl_display() 124 [](void* ctx, const char name[]) -> GrGLFuncPtr { return eglGetProcAddress(name); })); in onInitializeContext()
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 166 (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/ |
D | egl-symbols.txt | 27 eglGetProcAddress
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 21 eglGetProcAddress @34
|
D | libEGL_deprecated.def | 21 eglGetProcAddress @34
|
D | libEGL_deprecated.lds | 30 eglGetProcAddress;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstgldisplay_egl.c | 165 eglGetProcAddress ("eglGetPlatformDisplay"); in gst_gl_display_egl_get_from_native() 169 eglGetProcAddress ("eglGetPlatformDisplayEXT"); in gst_gl_display_egl_get_from_native()
|
D | gstgldisplay_egl_device.c | 108 (eglQueryDevicesEXT_type) eglGetProcAddress ("eglQueryDevicesEXT"); in gst_gl_display_egl_device_new()
|
/third_party/mesa3d/src/egl/main/ |
D | egl.def.in | 28 eglGetProcAddress@4
|
D | eglglvnd.c | 79 return (void *) eglGetProcAddress(procName); in __eglGLVNDGetProcAddress()
|
D | eglentrypoint.h | 50 EGL_ENTRYPOINT(eglGetProcAddress)
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLReadinessCheckTest.cpp | 38 auto check = eglGetProcAddress("WigglyWombats"); in TEST_P()
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | Makefile | 34 eglGetProcAddress.xhtml \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
D | Makefile | 48 eglGetProcAddress.html \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | Makefile | 48 eglGetProcAddress.html \
|
/third_party/EGL/sdk/docs/man/html/ |
D | Makefile | 42 eglGetProcAddress.xhtml \
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGetProcAddressTests.cpp | 198 funcPtr = eglGetProcAddress(funcName); in executeTest() 325 funcPtr = eglGetProcAddress(funcName); in executeTest()
|