Home
last modified time | relevance | path

Searched refs:eglSetBlobCacheFuncsANDROID (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBlobCacheTest.cpp122 eglSetBlobCacheFuncsANDROID(display, SetBlob, GetBlob); in TEST_P()
192 eglSetBlobCacheFuncsANDROID(EGL_NO_DISPLAY, nullptr, nullptr); in TEST_P()
195 eglSetBlobCacheFuncsANDROID(EGL_NO_DISPLAY, SetBlob, GetBlob); in TEST_P()
201 eglSetBlobCacheFuncsANDROID(display, nullptr, nullptr); in TEST_P()
204 eglSetBlobCacheFuncsANDROID(display, SetBlob, nullptr); in TEST_P()
207 eglSetBlobCacheFuncsANDROID(display, nullptr, GetBlob); in TEST_P()
211 eglSetBlobCacheFuncsANDROID(display, SetBlob, GetBlob); in TEST_P()
214 eglSetBlobCacheFuncsANDROID(display, SetBlob, GetBlob); in TEST_P()
218 eglSetBlobCacheFuncsANDROID(EGL_NO_DISPLAY, nullptr, nullptr); in TEST_P()
221 eglSetBlobCacheFuncsANDROID(displa in TEST_P()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dtrace_egl_loader_autogen.h63 #define eglSetBlobCacheFuncsANDROID t_eglSetBlobCacheFuncsANDROID macro
/third_party/skia/third_party/externals/angle2/util/
H A Degl_loader_autogen.h63 #define eglSetBlobCacheFuncsANDROID l_eglSetBlobCacheFuncsANDROID macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp253 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->setBlobCacheFuncsANDROIDPtr, eglSetBlobCacheFuncsANDROID); in initialize()
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp388 void EGLAPIENTRY eglSetBlobCacheFuncsANDROID(EGLDisplay dpy, in eglSetBlobCacheFuncsANDROID() function
/third_party/EGL/api/EGL/
H A Deglext.h462 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
/third_party/mesa3d/include/EGL/
H A Deglext.h462 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h472 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h472 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h457 EGLAPI void EGLAPIENTRY eglSetBlobCacheFuncsANDROID (EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get);
/third_party/mesa3d/src/egl/main/
H A Deglapi.c2598 eglSetBlobCacheFuncsANDROID(EGLDisplay *dpy, EGLSetBlobFuncANDROID set, in eglSetBlobCacheFuncsANDROID() function
2619 "eglSetBlobCacheFuncsANDROID: NULL handler given"); in eglSetBlobCacheFuncsANDROID()
2626 "eglSetBlobCacheFuncsANDROID: functions already set"); in eglSetBlobCacheFuncsANDROID()

Completed in 28 milliseconds