HomeSort by relevance Sort by last modified time
    Searched refs:EGL_EXTENSIONS (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/deqp/modules/egl/
teglClientExtensionTests.cpp 137 const char* const clientExtesionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS);
165 m_testCtx.getLog() << TestLog::Message << "eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS) didn't fail, but extension string doesn't contain EGL_EXT_client_extensions" <<TestLog::EndMessage;
189 const char* const clientExtensionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS);
210 displayExtensions = de::splitString(egl.queryString(display, EGL_EXTENSIONS), ' ');
256 const char* const clientExtensionsStr = egl.queryString(EGL_NO_DISPLAY, EGL_EXTENSIONS);
272 displayExtensions = de::splitString(egl.queryString(display, EGL_EXTENSIONS), ' ');
  /frameworks/native/libs/gui/
SyncFeatures.cpp 43 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 41 const char* eglExtensions = eglQueryString(display, EGL_EXTENSIONS);
  /cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp 42 const char* eglExtensions = eglQueryString(display, EGL_EXTENSIONS);
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionTest.java 185 extensions = egl.eglQueryString(display, EGL10.EGL_EXTENSIONS);
219 String eglExtensions = egl.eglQueryString(display, EGL10.EGL_EXTENSIONS);
255 boolean checkES3 = hasExtension(egl.eglQueryString(display, EGL10.EGL_EXTENSIONS),
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c 63 EGL_EXTENSIONS);
102 const char *extension_string = eglQueryString(egl_dpy, EGL_EXTENSIONS);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 110 public static final int EGL_EXTENSIONS = 0x3055;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 63 if (!findExtension(eglQueryStringImplementationANDROID(display, EGL_EXTENSIONS),
65 !findExtension(eglQueryStringImplementationANDROID(display, EGL_EXTENSIONS),
441 ALOGI("extensions: %s", eglQueryString(display, EGL_EXTENSIONS));
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 72 if (name == EGL_EXTENSIONS) {
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 71 int EGL_EXTENSIONS = 0x3055;
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 122 SkDebugf("EXTENSIONS %s\n", eglQueryString(fDisplay, EGL_EXTENSIONS));
296 const char* extensionsStr = eglQueryString(display, EGL_EXTENSIONS);
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.cpp 327 char *hostExt = queryHostEGLString(EGL_EXTENSIONS);
403 else if (name == EGL_EXTENSIONS) {
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 110 public static final int EGL_EXTENSIONS = 0x3055;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 165 #define EGL_EXTENSIONS 0x3055
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 417 m_pShell->PVRShellOutputDebug(" Extensions: %s\n" , (char*) eglQueryString(m_EGLDisplay, EGL_EXTENSIONS));
984 extensions = eglQueryString(dpy, EGL_EXTENSIONS);
  /development/ndk/platforms/android-14/include/EGL/
egl.h 163 #define EGL_EXTENSIONS 0x3055
  /development/ndk/platforms/android-18/include/EGL/
egl.h 163 #define EGL_EXTENSIONS 0x3055
  /development/ndk/platforms/android-19/include/EGL/
egl.h 163 #define EGL_EXTENSIONS 0x3055
  /development/ndk/platforms/android-21/include/EGL/
egl.h 163 #define EGL_EXTENSIONS 0x3055
  /development/ndk/platforms/android-23/include/EGL/
egl.h 163 #define EGL_EXTENSIONS 0x3055
  /development/ndk/platforms/android-24/include/EGL/
egl.h 163 #define EGL_EXTENSIONS 0x3055
  /development/ndk/platforms/android-9/include/EGL/
egl.h 163 #define EGL_EXTENSIONS 0x3055
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 163 #define EGL_EXTENSIONS 0x3055
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 164 #define EGL_EXTENSIONS 0x3055
  /frameworks/native/opengl/include/EGL/
egl.h 83 #define EGL_EXTENSIONS 0x3055

Completed in 1292 milliseconds

1 2 3 4 5 6 7