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

1 2 3 4 5 6 7 8

  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 74 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
95 EGL_RED_SIZE, 8,
134 EGL_RED_SIZE, 8,
148 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 22 case EGL_RED_SIZE:
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 97 EGL_RED_SIZE, 5,
101 EGL_RED_SIZE, 8,
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 109 EGL_RED_SIZE, 8, EGL_DEPTH_SIZE, 24, EGL_NONE };
122 EGL_RED_SIZE, 8, EGL_DEPTH_SIZE, 16, EGL_NONE };
  /external/chromium_org/third_party/angle/util/
EGLWindow.cpp 106 EGL_RED_SIZE, (mRedBits >= 0) ? mRedBits : EGL_DONT_CARE,
123 eglGetConfigAttrib(mDisplay, mConfig, EGL_RED_SIZE, &mRedBits);
  /external/deqp/framework/egl/
egluConfigInfo.cpp 35 case EGL_RED_SIZE: return redSize;
72 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
egluConfigFilter.hpp 89 typedef FilterTemplate<EGL_RED_SIZE> ConfigRedSize;
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 122 EGL_RED_SIZE, 8,
131 EGL_RED_SIZE, 8,
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 53 case EGL_RED_SIZE:
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 70 EGL_RED_SIZE, 8,
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 67 EGL_RED_SIZE, 8,
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 34 ATTRIBUTE( EGL_RED_SIZE ),
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 151 EGL10.EGL_RED_SIZE, 4,
198 EGL10.EGL_RED_SIZE, 0);
238 EGL10.EGL_RED_SIZE,
273 "EGL_RED_SIZE",
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 217 EGL10.EGL_RED_SIZE, 8,
247 EGL10.EGL_RED_SIZE, 8,
284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 &&
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 217 EGL10.EGL_RED_SIZE, 8,
247 EGL10.EGL_RED_SIZE, 8,
284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 &&
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 105 EGL10.EGL_RED_SIZE, 4,
148 EGL10.EGL_RED_SIZE, 0);
194 EGL10.EGL_RED_SIZE,
229 "EGL_RED_SIZE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 105 EGL10.EGL_RED_SIZE, 4,
148 EGL10.EGL_RED_SIZE, 0);
194 EGL10.EGL_RED_SIZE,
229 "EGL_RED_SIZE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 108 EGL10.EGL_RED_SIZE, 4,
151 EGL10.EGL_RED_SIZE, 0);
197 EGL10.EGL_RED_SIZE,
232 "EGL_RED_SIZE",
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 209 { EGL_RED_SIZE, 0 },
377 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
465 { EGL_RED_SIZE, "red_size" },
517 EGL_RED_SIZE,
526 EGL_RED_SIZE,
563 EGL_RED_SIZE,
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 162 case EGL_RED_SIZE: mWantRed = true; break;
233 EGL_RED_SIZE, 1,
275 case EGL_RED_SIZE: match = config->mRedSize >= attribute[1]; break;
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 126 EGL10.EGL_RED_SIZE, 4,
170 EGL10.EGL_RED_SIZE, 0);
210 EGL10.EGL_RED_SIZE,
245 "EGL_RED_SIZE",
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 157 EGL_RED_SIZE, 8,
226 EGL_RED_SIZE, 8,
325 EGL_RED_SIZE, 8,
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 142 EGL10.EGL_RED_SIZE, 4,
189 EGL10.EGL_RED_SIZE, 0);
229 EGL10.EGL_RED_SIZE,
264 "EGL_RED_SIZE",
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 46 EGL10.EGL_RED_SIZE, 8,
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 80 EGL10.EGL_RED_SIZE, 1,

Completed in 505 milliseconds

1 2 3 4 5 6 7 8