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

/frameworks/base/libs/hwui/
H A DExtensions.cpp63 findExtensions(eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS), mEglExtensionList);
125 ALOGD("Supported EGL extensions:\n%s", eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS));
/frameworks/native/libs/gui/
H A DSyncFeatures.cpp43 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
H A DGLConsumer.cpp108 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),
432 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.cpp1200 case EGL_EXTENSIONS:
1220 case EGL_EXTENSIONS:
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp623 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
/frameworks/native/opengl/libagl/
H A Degl.cpp1941 case EGL_EXTENSIONS:
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2756 eglQueryStringImplementationANDROID(mEGLDisplay, EGL_EXTENSIONS));

Completed in 198 milliseconds