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

1 2 3 4 5

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 39 ATTRIBUTE( EGL_LEVEL ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 82 X(EGL_LEVEL),
  /external/deqp/framework/egl/
egluConfigInfo.cpp 54 case EGL_LEVEL: return level;
100 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/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,
teglConfigList.cpp 126 egl.getConfigAttrib(display, configs[i], EGL_LEVEL, &val);
teglChooseConfigReference.cpp 287 rules[EGL_LEVEL] = AttribRule(EGL_LEVEL, 0, CRITERIA_EXACT, SORTORDER_NONE);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 45 int EGL_LEVEL = 0x3029;
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 243 EGL10.EGL_LEVEL,
278 "EGL_LEVEL",
  /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/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GdxEglConfigChooser.java 168 EGL10.EGL_LEVEL, EGL10.EGL_MAX_PBUFFER_HEIGHT, EGL10.EGL_MAX_PBUFFER_PIXELS, EGL10.EGL_MAX_PBUFFER_WIDTH,
181 "EGL_STENCIL_SIZE", "EGL_CONFIG_CAVEAT", "EGL_CONFIG_ID", "EGL_LEVEL", "EGL_MAX_PBUFFER_HEIGHT",
GLSurfaceView20.java 262 EGL10.EGL_LEVEL, EGL10.EGL_MAX_PBUFFER_HEIGHT, EGL10.EGL_MAX_PBUFFER_PIXELS, EGL10.EGL_MAX_PBUFFER_WIDTH,
273 "EGL_DEPTH_SIZE", "EGL_STENCIL_SIZE", "EGL_CONFIG_CAVEAT", "EGL_CONFIG_ID", "EGL_LEVEL", "EGL_MAX_PBUFFER_HEIGHT",
GLSurfaceView20API18.java 245 EGL10.EGL_LEVEL, EGL10.EGL_MAX_PBUFFER_HEIGHT, EGL10.EGL_MAX_PBUFFER_PIXELS, EGL10.EGL_MAX_PBUFFER_WIDTH,
256 "EGL_DEPTH_SIZE", "EGL_STENCIL_SIZE", "EGL_CONFIG_CAVEAT", "EGL_CONFIG_ID", "EGL_LEVEL", "EGL_MAX_PBUFFER_HEIGHT",
  /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
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 105 #define EGL_LEVEL 0x3029
  /external/mesa3d/include/EGL/
egl.h 105 #define EGL_LEVEL 0x3029

Completed in 1567 milliseconds

1 2 3 4 5