Home
last modified time | relevance | path

Searched refs:EGL_NATIVE_BUFFER_ANDROID (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/include/EGL/
Deglext.h229 #define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */ macro
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp131 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setupYuvTexSurface()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp236 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in setupYuvTexSurface()
/frameworks/native/libs/gui/
DSurfaceTexture.cpp649 EGL_NATIVE_BUFFER_ANDROID, cbuf, attrs); in createImage()
/frameworks/native/opengl/libagl/
Degl.cpp2020 if (target != EGL_NATIVE_BUFFER_ANDROID) { in eglCreateImageKHR()