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

1 2 3 4 5 6 7

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 54 EGL10.EGL_RED_SIZE, 8,
61 EGL10.EGL_RED_SIZE, 8,
69 EGL10.EGL_RED_SIZE, 8,
77 EGL10.EGL_RED_SIZE, 8,
86 EGL10.EGL_RED_SIZE, 8,
  /external/skia/tools/fiddle/
egl_context.cpp 17 EGL_RED_SIZE, 8,
  /external/skqp/tools/fiddle/
egl_context.cpp 17 EGL_RED_SIZE, 8,
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 113 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
134 EGL_RED_SIZE, 8,
173 EGL_RED_SIZE, 8,
187 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
227 EGL_RED_SIZE, 8,
243 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
313 EGL_RED_SIZE, 10,
329 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
388 EGL_RED_SIZE, 8,
404 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0])
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 76 int redSize = findValue(configSpec, EGL10.EGL_RED_SIZE);
87 int r = findConfigAttrib(egl, display, config, EGL10.EGL_RED_SIZE);
EglSurfacesTest.java 55 EGL10.EGL_RED_SIZE, 8,
EglConfigTest.java 93 EGL10.EGL_RED_SIZE, 1,
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 121 EGL_RED_SIZE, 8,
130 EGL_RED_SIZE, 8,
  /prebuilts/ndk/r16/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 };
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 36 ATTRIBUTE( EGL_RED_SIZE ),
  /frameworks/native/services/surfaceflinger/RenderEngine/
Surface.cpp 86 return queryConfig(EGL_RED_SIZE);
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 151 EGL10.EGL_RED_SIZE, 4,
198 EGL10.EGL_RED_SIZE, 0);
238 EGL10.EGL_RED_SIZE,
273 "EGL_RED_SIZE",
  /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 253 { EGL_RED_SIZE, 0 },
420 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
544 { EGL_RED_SIZE, "red_size" },
596 EGL_RED_SIZE,
605 EGL_RED_SIZE,
642 EGL_RED_SIZE,
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 127 EGL10.EGL_RED_SIZE, 4,
171 EGL10.EGL_RED_SIZE, 0);
211 EGL10.EGL_RED_SIZE,
246 "EGL_RED_SIZE",
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 158 EGL_RED_SIZE, 8,
227 EGL_RED_SIZE, 8,
326 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/hardware/src/android/hardware/cts/
Egl14Utils.java 119 EGL14.EGL_RED_SIZE, RED_SIZE,
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 47 EGL_RED_SIZE, 1,
  /external/deqp/framework/egl/
egluConfigFilter.cpp 75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); }
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 55 EGL_RED_SIZE, 8,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 77 X(EGL_RED_SIZE),

Completed in 642 milliseconds

1 2 3 4 5 6 7