Home
last modified time | relevance | path

Searched refs:eglCreateNativeClientBufferANDROID (Results 1 – 14 of 14) sorted by relevance

/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_create_native_client_buffer.txt51 EGLClientBuffer eglCreateNativeClientBufferANDROID(
69 EGLClientBuffer eglCreateNativeClientBufferANDROID(
109 Table aaa. Legal attributes for eglCreateNativeClientBufferANDROID
136 If eglCreateNativeClientBufferANDROID fails, NULL will be returned, no
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_create_native_client_buffer.txt51 EGLClientBuffer eglCreateNativeClientBufferANDROID(
69 EGLClientBuffer eglCreateNativeClientBufferANDROID(
109 Table aaa. Legal attributes for eglCreateNativeClientBufferANDROID
136 If eglCreateNativeClientBufferANDROID fails, NULL will be returned, no
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL_autogen.def68 eglCreateNativeClientBufferANDROID
DlibEGL_autogen.cpp397 EGLClientBuffer EGLAPIENTRY eglCreateNativeClientBufferANDROID(const EGLint *attrib_list) in eglCreateNativeClientBufferANDROID() function
/third_party/skia/third_party/externals/angle2/util/
Degl_loader_autogen.h64 #define eglCreateNativeClientBufferANDROID l_eglCreateNativeClientBufferANDROID macro
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h64 #define eglCreateNativeClientBufferANDROID t_eglCreateNativeClientBufferANDROID macro
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProtectedContentTest.cpp321 *clientBuffer = eglCreateNativeClientBufferANDROID(attribs); in createAndroidClientBuffer()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h484 EGLAPI EGLClientBuffer EGLAPIENTRY eglCreateNativeClientBufferANDROID (const EGLint *attrib_list);
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h484 EGLAPI EGLClientBuffer EGLAPIENTRY eglCreateNativeClientBufferANDROID (const EGLint *attrib_list);
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h469 EGLAPI EGLClientBuffer EGLAPIENTRY eglCreateNativeClientBufferANDROID (const EGLint *attrib_list);
/third_party/mesa3d/include/EGL/
Deglext.h474 EGLAPI EGLClientBuffer EGLAPIENTRY eglCreateNativeClientBufferANDROID (const EGLint *attrib_list);
/third_party/vk-gl-cts/modules/egl/
DteglGetProcAddressTests.inl468 "eglCreateNativeClientBufferANDROID",
/third_party/EGL/api/EGL/
Deglext.h474 EGLAPI EGLClientBuffer EGLAPIENTRY eglCreateNativeClientBufferANDROID (const EGLint *attrib_list);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DImageTest.cpp656 EGLClientBuffer eglClientBuffer = eglCreateNativeClientBufferANDROID(attribsANWB); in createEGLImageANWBClientBufferSource()