OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglconfigConstructor
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_opengl_EGLExt.cpp
51
static jmethodID
eglconfigConstructor
;
82
eglconfigConstructor
= _env->GetMethodID(eglconfigClass, "<init>", "(I)V");
android_opengl_EGL14.cpp
50
static jmethodID
eglconfigConstructor
;
81
eglconfigConstructor
= _env->GetMethodID(eglconfigClass, "<init>", "(I)V");
326
jobject configs_new = toEGLHandle(_env, eglconfigClass,
eglconfigConstructor
, configs[i]);
449
jobject configs_new = toEGLHandle(_env, eglconfigClass,
eglconfigConstructor
, configs[i]);
[
all
...]
/frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp
50
static jmethodID
eglconfigConstructor
;
81
eglconfigConstructor
= _env->GetMethodID(eglconfigClass, "<init>", "(I)V");
EGLExtcHeader.cpp
51
static jmethodID
eglconfigConstructor
;
82
eglconfigConstructor
= _env->GetMethodID(eglconfigClass, "<init>", "(I)V");
Completed in 82 milliseconds