Searched defs:buftype (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp852 /* EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list ) */
855 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) {
899 (EGLenum)buftype,
854 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1316 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
1326 dp->disp.dpy, buftype, buffer, config, attrib_list);
1315 eglCreatePbufferFromClientBuffer( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java326 // C function EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
330 int buftype,
328 eglCreatePbufferFromClientBuffer( EGLDisplay dpy, int buftype, int buffer, EGLConfig config, int[] attrib_list, int offset ) argument
/frameworks/native/opengl/libagl/
H A Degl.cpp1990 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
1989 eglCreatePbufferFromClientBuffer( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument

Completed in 132 milliseconds