Searched refs:EGL_EXTENSIONS (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/hwui/
H A DExtensions.cpp66 findExtensions(eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS), mEglExtensionList);
131 ALOGD("Supported EGL extensions:\n%s", eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS));
/frameworks/native/libs/gui/
H A DSyncFeatures.cpp44 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
H A DGLConsumer.cpp97 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if110 public static final int EGL_EXTENSIONS = 0x3055;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java71 int EGL_EXTENSIONS = 0x3055; field in interface:EGL10
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp60 eglQueryStringImplementationANDROID(display, EGL_EXTENSIONS),
433 ALOGI("extensions: %s", eglQueryString(display, EGL_EXTENSIONS));
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java110 public static final int EGL_EXTENSIONS = 0x3055; field in class:EGL14
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h165 #define EGL_EXTENSIONS 0x3055 macro
/frameworks/native/opengl/include/EGL/
H A Degl.h163 #define EGL_EXTENSIONS 0x3055 macro
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp175 EGL_EXTENSIONS);
H A DeglApi.cpp1136 case EGL_EXTENSIONS:
1156 case EGL_EXTENSIONS:
/frameworks/native/opengl/libagl/
H A Degl.cpp1914 case EGL_EXTENSIONS:
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2640 eglQueryStringImplementationANDROID(mEGLDisplay, EGL_EXTENSIONS));

Completed in 5783 milliseconds