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

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 31 case EGL_LEVEL:
  /external/deqp/framework/egl/
egluConfigInfo.cpp 48 case EGL_LEVEL: return level;
85 eglGetConfigAttrib(display, config, EGL_LEVEL, &dst->level);
egluStrUtil.cpp 74 case EGL_LEVEL:
egluStrUtil.inl 90 case EGL_LEVEL: return "EGL_LEVEL";
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 92 case 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 221 { EGL_LEVEL, 0 },
390 { EGL_LEVEL, ChooseConfigRandomCase::getInt<0, 1>, },
478 { EGL_LEVEL, "level" },
575 EGL_LEVEL,
teglChooseConfigReference.cpp 222 rules[EGL_LEVEL] = AttribRule(EGL_LEVEL, 0, CRITERIA_EXACT, SORTORDER_NONE);
teglConfigList.cpp 124 eglGetConfigAttrib(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/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 104 ATTRIB_MAP(EGL_LEVEL, 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",
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 36 EGL_LEVEL,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 105 #define EGL_LEVEL 0x3029
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 105 #define EGL_LEVEL 0x3029
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 280 case EGL_LEVEL: match = config->mLevel >= attribute[1]; break;

Completed in 3596 milliseconds

1 2 3 4 5