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

1 2 3 4 5 6 7

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 59 ATTRIBUTE( EGL_LUMINANCE_SIZE ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 100 X(EGL_LUMINANCE_SIZE),
  /external/deqp/framework/egl/
egluConfigInfo.cpp 44 case EGL_LUMINANCE_SIZE: return luminanceSize;
93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
egluStrUtil.cpp 69 case EGL_LUMINANCE_SIZE:
egluStrUtil.inl 82 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE";
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 82 public static final int EGL_LUMINANCE_SIZE = 0x303D;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 256 { EGL_LUMINANCE_SIZE, 0 },
423 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, },
547 { EGL_LUMINANCE_SIZE, "luminance_size" },
617 EGL_LUMINANCE_SIZE,
teglChooseConfigReference.cpp 294 rules[EGL_LUMINANCE_SIZE] = AttribRule(EGL_LUMINANCE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL); // 3
463 EGL_LUMINANCE_SIZE,
teglQueryConfigTests.cpp 60 case EGL_LUMINANCE_SIZE:
445 const EGLint luminanceSize = getValue(config, EGL_LUMINANCE_SIZE);
562 { EGL_LUMINANCE_SIZE, "luminance_size" },
teglConfigList.cpp 93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 60 int EGL_LUMINANCE_SIZE = 0x303D;
  /external/swiftshader/src/OpenGL/libEGL/
Config.cpp 280 case EGL_LUMINANCE_SIZE: mWantLuminance = true; break;
397 case EGL_LUMINANCE_SIZE: match = config->mLuminanceSize >= attribute[1]; break;
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 262 EGL10.EGL_LUMINANCE_SIZE,
297 "EGL_LUMINANCE_SIZE",
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 274 EGL10.EGL_LUMINANCE_SIZE,
309 "EGL_LUMINANCE_SIZE",
  /external/mesa3d/src/egl/main/
eglconfig.h 130 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 82 public static final int EGL_LUMINANCE_SIZE = 0x303D;
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 218 EGL10.EGL_LUMINANCE_SIZE,
253 "EGL_LUMINANCE_SIZE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 218 EGL10.EGL_LUMINANCE_SIZE,
253 "EGL_LUMINANCE_SIZE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 221 EGL10.EGL_LUMINANCE_SIZE,
256 "EGL_LUMINANCE_SIZE",
  /development/ndk/platforms/android-14/include/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D
  /development/ndk/platforms/android-18/include/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D
  /development/ndk/platforms/android-19/include/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D
  /development/ndk/platforms/android-21/include/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D
  /development/ndk/platforms/android-23/include/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D
  /development/ndk/platforms/android-24/include/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D

Completed in 2537 milliseconds

1 2 3 4 5 6 7