Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreatePbufferFromClientBuffer.java5 int buftype, in eglCreatePbufferFromClientBuffer()
17 int buftype, in eglCreatePbufferFromClientBuffer()
DeglCreatePbufferFromClientBuffer.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray a… in android_eglCreatePbufferFromClientBuffer()
63 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBufferInt()
/frameworks/av/media/libmedia/
DIMediaSource.cpp143 int32_t buftype; in readMultiple() local
/frameworks/base/opengl/java/android/opengl/
DEGL14.java338 int buftype, in eglCreatePbufferFromClientBuffer()
350 int buftype, in eglCreatePbufferFromClientBuffer()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp849 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray a… in android_eglCreatePbufferFromClientBuffer()
908 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBufferInt()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1642 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer()