Home
last modified time | relevance | path

Searched defs:buftype (Results 1 – 7 of 7) 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()
64 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBufferInt()
/frameworks/av/media/libmedia/
DIMediaSource.cpp146 int32_t buftype; in readMultiple() local
/frameworks/base/opengl/java/android/opengl/
DEGL14.java340 int buftype, in eglCreatePbufferFromClientBuffer()
352 int buftype, in eglCreatePbufferFromClientBuffer()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp855 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray a… in android_eglCreatePbufferFromClientBuffer()
915 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBufferInt()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp352 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer()
Degl_platform_entries.cpp1669 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBufferImpl()