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

1 2 3 4

  /external/deqp/framework/egl/
egluConfigInfo.cpp 52 case EGL_LEVEL: return level;
89 egl.getConfigAttrib(display, config, EGL_LEVEL, &dst->level);
egluStrUtil.cpp 68 case EGL_LEVEL:
egluStrUtil.inl 92 case EGL_LEVEL: return "EGL_LEVEL";
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 39 ATTRIBUTE( EGL_LEVEL ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 83 X(EGL_LEVEL),
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 63 public static final int EGL_LEVEL = 0x3029;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 263 { EGL_LEVEL, 0 },
431 { EGL_LEVEL, ChooseConfigRandomCase::getInt<0, 1>, },
519 { EGL_LEVEL, "level" },
616 EGL_LEVEL,
teglChooseConfigReference.cpp 251 rules[EGL_LEVEL] = AttribRule(EGL_LEVEL, 0, CRITERIA_EXACT, SORTORDER_NONE);
teglConfigList.cpp 126 egl.getConfigAttrib(display, configs[i], EGL_LEVEL, &val);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 45 int EGL_LEVEL = 0x3029;
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 255 EGL10.EGL_LEVEL,
290 "EGL_LEVEL",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 243 EGL10.EGL_LEVEL,
278 "EGL_LEVEL",
  /external/mesa3d/src/egl/main/
eglconfig.h 104 ATTRIB_MAP(EGL_LEVEL, Level);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 63 public static final int EGL_LEVEL = 0x3029;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 127 #define EGL_LEVEL 0x3029
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 199 EGL10.EGL_LEVEL,
234 "EGL_LEVEL",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 199 EGL10.EGL_LEVEL,
234 "EGL_LEVEL",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 202 EGL10.EGL_LEVEL,
237 "EGL_LEVEL",
  /development/ndk/platforms/android-9/include/EGL/
egl.h 105 #define EGL_LEVEL 0x3029
  /external/mesa3d/include/EGL/
egl.h 105 #define EGL_LEVEL 0x3029
  /frameworks/native/opengl/include/EGL/
egl.h 105 #define EGL_LEVEL 0x3029
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 191 X(EGL_LEVEL),
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 110 X(EGL_LEVEL),
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 186 X(EGL_LEVEL),
  /packages/apps/Camera2/src/com/android/camera/data/
GlideFilmstripManager.java 239 EGL14.EGL_LEVEL, 0,

Completed in 2174 milliseconds

1 2 3 4