OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglsurfaceGetHandleID
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_opengl_EGLExt.cpp
45
static jmethodID
eglsurfaceGetHandleID
;
75
eglsurfaceGetHandleID
= _env->GetMethodID(eglsurfaceClass, "getHandle", "()I");
140
EGLSurface sur_native = (EGLSurface) fromEGLHandle(_env,
eglsurfaceGetHandleID
, sur);
android_opengl_EGL14.cpp
44
static jmethodID
eglsurfaceGetHandleID
;
74
eglsurfaceGetHandleID
= _env->GetMethodID(eglsurfaceClass, "getHandle", "()I");
750
EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env,
eglsurfaceGetHandleID
, surface);
768
EGLSurface surface_native = (EGLSurface) fromEGLHandle(_env,
eglsurfaceGetHandleID
, surface);
[
all
...]
/frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp
44
static jmethodID
eglsurfaceGetHandleID
;
74
eglsurfaceGetHandleID
= _env->GetMethodID(eglsurfaceClass, "getHandle", "()I");
EGLExtcHeader.cpp
45
static jmethodID
eglsurfaceGetHandleID
;
75
eglsurfaceGetHandleID
= _env->GetMethodID(eglsurfaceClass, "getHandle", "()I");
Completed in 34 milliseconds