Searched refs:buftype (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buff…
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 330 int buftype, in eglCreatePbufferFromClientBuffer() argument
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 855 …(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/ |
D | eglApi.cpp | 1316 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer() argument 1326 dp->disp.dpy, buftype, buffer, config, attrib_list); in eglCreatePbufferFromClientBuffer()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1990 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer() argument
|