Home
last modified time | relevance | path

Searched refs:buftype (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buff…
/frameworks/base/opengl/java/android/opengl/
DEGL14.java330 int buftype, in eglCreatePbufferFromClientBuffer() argument
/frameworks/native/opengl/include/EGL/
Degl.h285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp855 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBuffer() argument
899 (EGLenum)buftype, in android_eglCreatePbufferFromClientBuffer()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1316 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer() argument
1326 dp->disp.dpy, buftype, buffer, config, attrib_list); in eglCreatePbufferFromClientBuffer()
/frameworks/native/opengl/libagl/
Degl.cpp1990 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer() argument