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

1 2 3 4 5 6 7

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 45 ATTRIBUTE( EGL_NATIVE_RENDERABLE ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 86 X(EGL_NATIVE_RENDERABLE),
  /external/deqp/framework/egl/
egluConfigInfo.cpp 59 case EGL_NATIVE_RENDERABLE: return nativeRenderable;
108 egl.getConfigAttrib(display, config, EGL_NATIVE_RENDERABLE, (EGLint*)&dst->nativeRenderable);
egluStrUtil.cpp 58 case EGL_NATIVE_RENDERABLE:
egluStrUtil.inl 96 case EGL_NATIVE_RENDERABLE: return "EGL_NATIVE_RENDERABLE";
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 67 public static final int EGL_NATIVE_RENDERABLE = 0x302D;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 268 { EGL_NATIVE_RENDERABLE, EGL_DONT_CARE },
437 { EGL_NATIVE_RENDERABLE, ChooseConfigRandomCase::getBool, },
560 { EGL_NATIVE_RENDERABLE, "native_renderable" },
626 EGL_NATIVE_RENDERABLE,
658 EGL_NATIVE_RENDERABLE,
teglConfigList.cpp 144 egl.getConfigAttrib(display, configs[i], EGL_NATIVE_RENDERABLE, &val);
teglChooseConfigReference.cpp 307 rules[EGL_NATIVE_RENDERABLE] = AttribRule(EGL_NATIVE_RENDERABLE, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_NONE);
teglQueryConfigTests.cpp 390 case EGL_NATIVE_RENDERABLE:
575 { EGL_NATIVE_RENDERABLE, "native_renderable" },
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 49 int EGL_NATIVE_RENDERABLE = 0x302D;
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 247 EGL10.EGL_NATIVE_RENDERABLE,
282 "EGL_NATIVE_RENDERABLE",
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 259 EGL10.EGL_NATIVE_RENDERABLE,
294 "EGL_NATIVE_RENDERABLE",
  /external/mesa3d/src/egl/main/
eglconfig.h 116 ATTRIB_MAP(EGL_NATIVE_RENDERABLE, NativeRenderable);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 251 EGL_NATIVE_RENDERABLE, EGL_FALSE,
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 67 public static final int EGL_NATIVE_RENDERABLE = 0x302D;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 131 #define EGL_NATIVE_RENDERABLE 0x302D
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 203 EGL10.EGL_NATIVE_RENDERABLE,
238 "EGL_NATIVE_RENDERABLE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 203 EGL10.EGL_NATIVE_RENDERABLE,
238 "EGL_NATIVE_RENDERABLE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 206 EGL10.EGL_NATIVE_RENDERABLE,
241 "EGL_NATIVE_RENDERABLE",
  /development/ndk/platforms/android-14/include/EGL/
egl.h 109 #define EGL_NATIVE_RENDERABLE 0x302D
  /development/ndk/platforms/android-18/include/EGL/
egl.h 109 #define EGL_NATIVE_RENDERABLE 0x302D
  /development/ndk/platforms/android-19/include/EGL/
egl.h 109 #define EGL_NATIVE_RENDERABLE 0x302D
  /development/ndk/platforms/android-21/include/EGL/
egl.h 109 #define EGL_NATIVE_RENDERABLE 0x302D
  /development/ndk/platforms/android-23/include/EGL/
egl.h 109 #define EGL_NATIVE_RENDERABLE 0x302D

Completed in 371 milliseconds

1 2 3 4 5 6 7