HomeSort by relevance Sort by last modified time
    Searched refs:EGL_RED_SIZE (Results 26 - 50 of 192) sorted by null

12 3 4 5 6 7 8

  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 133 EGL14.EGL_RED_SIZE, RED_SIZE,
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCreateContext_test.cpp 98 EGL_RED_SIZE, 8,
EGLCleanup_test.cpp 228 EGL_RED_SIZE, 8,
GLTest_test.cpp 128 EGL_RED_SIZE, 8,
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 117 EGL_RED_SIZE, 8,
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 108 EGL_RED_SIZE, 8,
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 55 EGL_RED_SIZE, 8,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 78 X(EGL_RED_SIZE),
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 65 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 83 EGL_RED_SIZE, 5,
87 EGL_RED_SIZE, 8,
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 58 public static final int EGL_RED_SIZE = 0x3024;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 34 EGL_RED_SIZE,
110 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_RED_SIZE, &redSize);
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 209 rules[EGL_RED_SIZE] = AttribRule(EGL_RED_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL); // 3
331 const EGLenum bitAttribs[] = { EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE, EGL_LUMINANCE_SIZE };
teglQueryConfigTests.cpp 414 const EGLint redSize = getValue(config, EGL_RED_SIZE);
486 const EGLint redSize = getValue(config, EGL_RED_SIZE);
531 { EGL_RED_SIZE, "red_size" },
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 76 EGL14.EGL_RED_SIZE, 8,
OutputSurface.java 136 EGL14.EGL_RED_SIZE, 8,
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 98 EGL10.EGL_RED_SIZE, 8,
  /external/deqp/framework/egl/
egluStrUtil.cpp 78 case EGL_RED_SIZE:
egluStrUtil.inl 77 case EGL_RED_SIZE: return "EGL_RED_SIZE";
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 40 int EGL_RED_SIZE = 0x3024;
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 181 EGL10.EGL_RED_SIZE, 8,
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 467 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) &&
491 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) &&
  /external/chromium_org/ui/gl/
gl_surface_egl.cc 139 EGL_RED_SIZE, 8,
389 EGL_RED_SIZE, 8,
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 290 X(EGL_RED_SIZE),
373 EGL_RED_SIZE, 8,
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 381 attribs[EGL_RED_SIZE] = 8;
426 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r);

Completed in 1506 milliseconds

12 3 4 5 6 7 8