Searched refs:eglQueryAPI (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec15 EGLenum eglQueryAPI ( void )
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java318 // C function EGLenum eglQueryAPI ( void )
320 public static native int eglQueryAPI( method in class:EGL14
/frameworks/native/opengl/include/EGL/
H A Degl.h278 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void);
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto791 eglQueryAPI = 2030;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1347 EGLenum eglQueryAPI(void) function
1356 if (cnx->dso && cnx->egl.eglQueryAPI) {
1357 return cnx->egl.eglQueryAPI();
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp843 /* EGLenum eglQueryAPI ( void ) */
848 _returnValue = eglQueryAPI();
1252 {"eglQueryAPI", "()I", (void *) android_eglQueryAPI },
/frameworks/native/opengl/libagl/
H A Degl.cpp1999 EGLenum eglQueryAPI(void) function

Completed in 1383 milliseconds