Searched defs:buftype (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreatePbufferFromClientBuffer.java | 5 int buftype, in eglCreatePbufferFromClientBuffer() 17 int buftype, in eglCreatePbufferFromClientBuffer()
|
D | eglCreatePbufferFromClientBuffer.cpp | 4 …(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/ |
D | IMediaSource.cpp | 146 int32_t buftype; in readMultiple() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 340 int buftype, in eglCreatePbufferFromClientBuffer() 352 int buftype, in eglCreatePbufferFromClientBuffer()
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL14.cpp | 855 …(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/ |
D | eglApi.cpp | 352 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer()
|
D | egl_platform_entries.cpp | 1669 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBufferImpl()
|