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

1 2 3 4 5

  /external/deqp/framework/egl/
egluConfigInfo.cpp 38 case EGL_LUMINANCE_SIZE: return luminanceSize;
75 eglGetConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
egluStrUtil.cpp 75 case EGL_LUMINANCE_SIZE:
egluStrUtil.inl 80 case EGL_LUMINANCE_SIZE: return "EGL_LUMINANCE_SIZE";
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 62 case EGL_LUMINANCE_SIZE:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 57 ATTRIBUTE( EGL_LUMINANCE_SIZE ),
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 166 case EGL_LUMINANCE_SIZE: mWantLuminance = true; break;
236 EGL_LUMINANCE_SIZE, 1,
294 case EGL_LUMINANCE_SIZE: match = config->mLuminanceSize >= attribute[1]; break;
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 101 X(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/
teglChooseConfigReference.cpp 212 rules[EGL_LUMINANCE_SIZE] = AttribRule(EGL_LUMINANCE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL); // 3
331 const EGLenum bitAttribs[] = { EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE, EGL_LUMINANCE_SIZE };
teglChooseConfigTests.cpp 212 { EGL_LUMINANCE_SIZE, 0 },
380 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, },
468 { EGL_LUMINANCE_SIZE, "luminance_size" },
538 EGL_LUMINANCE_SIZE,
teglQueryConfigTests.cpp 60 case EGL_LUMINANCE_SIZE:
417 const EGLint luminanceSize = getValue(config, EGL_LUMINANCE_SIZE);
534 { EGL_LUMINANCE_SIZE, "luminance_size" },
teglConfigList.cpp 91 eglGetConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 60 int EGL_LUMINANCE_SIZE = 0x303D;
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 274 EGL10.EGL_LUMINANCE_SIZE,
309 "EGL_LUMINANCE_SIZE",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 262 EGL10.EGL_LUMINANCE_SIZE,
297 "EGL_LUMINANCE_SIZE",
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 122 ATTRIB_MAP(EGL_LUMINANCE_SIZE, LuminanceSize);
  /external/mesa3d/src/egl/main/
eglconfig.h 122 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",
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 53 EGL_LUMINANCE_SIZE,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D
  /external/chromium_org/third_party/khronos/EGL/
egl.h 124 #define EGL_LUMINANCE_SIZE 0x303D

Completed in 1138 milliseconds

1 2 3 4 5