/frameworks/native/libs/gui/ |
D | SyncFeatures.cpp | 45 const char* exts = eglQueryString(dpy, EGL_EXTENSIONS); in SyncFeatures()
|
D | GLConsumer.cpp | 86 const char* exts = eglQueryString(dpy, EGL_EXTENSIONS); in hasEglProtectedContentImpl()
|
/frameworks/av/media/libstagefright/renderfright/ |
D | RenderEngine.cpp | 71 const char* exts = eglQueryString(dpy, EGL_EXTENSIONS); in SyncFeatures()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 159 const auto eglExtensions = eglQueryString(display, EGL_EXTENSIONS); in create() 246 eglQueryString(display, EGL_EXTENSIONS), in chooseEglConfig() 262 ALOGI("extensions: %s", eglQueryString(display, EGL_EXTENSIONS)); in chooseEglConfig()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 72 int EGL_EXTENSIONS = 0x3055; field
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 165 #define EGL_EXTENSIONS 0x3055 macro
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 112 public static final int EGL_EXTENSIONS = 0x3055; field in EGL14
|
/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 305 return hasExtension(eglQueryString(dpy, EGL_EXTENSIONS), name); in hasEglExtension()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 83 #define EGL_EXTENSIONS 0x3055 macro
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 386 printEGLString(dpy, "EGL Extensions", EGL_EXTENSIONS); in main()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14Header.java-if | 112 public static final int EGL_EXTENSIONS = 0x3055;
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 282 disp.queryString.extensions = cnx->egl.eglQueryString(idpy, EGL_EXTENSIONS); in initialize()
|
D | GLES_layers.md | 253 std::string display_extensions = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS);
|
D | egl_platform_entries.cpp | 1410 if (dpy == EGL_NO_DISPLAY && name == EGL_EXTENSIONS) { in eglQueryStringImpl() 1423 case EGL_EXTENSIONS: in eglQueryStringImpl() 1442 case EGL_EXTENSIONS: in eglQueryStringImplementationANDROIDImpl()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 298 auto extensions = StringUtils::split(eglQueryString(mEglDisplay, EGL_EXTENSIONS)); in initExtensions()
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 68 const char* exts = eglQueryString(dpy, EGL_EXTENSIONS); in hasEglProtectedContentImpl()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.cpp | 214 const auto eglExtensions = eglQueryString(display, EGL_EXTENSIONS); in create() 325 ALOGI("extensions: %s", eglQueryString(display, EGL_EXTENSIONS)); in chooseEglConfig()
|
/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 36 const char* exts = eglQueryString(dpy, EGL_EXTENSIONS); in hasEglExtension()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18727 field public static final int EGL_EXTENSIONS = 12373; // 0x3055 51728 field public static final int EGL_EXTENSIONS = 12373; // 0x3055
|
/frameworks/base/core/api/ |
D | current.txt | 29586 field public static final int EGL_EXTENSIONS = 12373; // 0x3055 61584 field public static final int EGL_EXTENSIONS = 12373; // 0x3055
|