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

1 2 3 4 5 6 7 8 910

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 56 EGL10.EGL_BLUE_SIZE, 8,
63 EGL10.EGL_BLUE_SIZE, 8,
71 EGL10.EGL_BLUE_SIZE, 8,
79 EGL10.EGL_BLUE_SIZE, 8,
88 EGL10.EGL_BLUE_SIZE, 8,
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 109 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
126 EGL_BLUE_SIZE, 8,
165 EGL_BLUE_SIZE, 8,
183 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
219 EGL_BLUE_SIZE, 8,
239 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
305 EGL_BLUE_SIZE, 10,
325 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
387 EGL_BLUE_SIZE, 16,
405 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2])
    [all...]
  /external/skia/tools/fiddle/
egl_context.cpp 15 EGL_BLUE_SIZE, 8,
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 78 int blueSize = findValue(configSpec, EGL10.EGL_BLUE_SIZE);
89 int b = findConfigAttrib(egl, display, config, EGL10.EGL_BLUE_SIZE);
EglSurfacesTest.java 57 EGL10.EGL_BLUE_SIZE, 8,
EglConfigTest.java 95 EGL10.EGL_BLUE_SIZE, 1,
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 123 EGL_BLUE_SIZE, 8,
132 EGL_BLUE_SIZE, 8,
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.cpp 108 EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_BLUE_SIZE, 8, EGL_GREEN_SIZE, 8,
121 EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_BLUE_SIZE, 8, EGL_GREEN_SIZE, 8,
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.cpp 108 EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_BLUE_SIZE, 8, EGL_GREEN_SIZE, 8,
121 EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_BLUE_SIZE, 8, EGL_GREEN_SIZE, 8,
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 34 ATTRIBUTE( EGL_BLUE_SIZE ),
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 153 EGL10.EGL_BLUE_SIZE, 4,
202 EGL10.EGL_BLUE_SIZE, 0);
236 EGL10.EGL_BLUE_SIZE,
271 "EGL_BLUE_SIZE",
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 107 EGL10.EGL_BLUE_SIZE, 4,
152 EGL10.EGL_BLUE_SIZE, 0);
192 EGL10.EGL_BLUE_SIZE,
227 "EGL_BLUE_SIZE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 107 EGL10.EGL_BLUE_SIZE, 4,
152 EGL10.EGL_BLUE_SIZE, 0);
192 EGL10.EGL_BLUE_SIZE,
227 "EGL_BLUE_SIZE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 110 EGL10.EGL_BLUE_SIZE, 4,
155 EGL10.EGL_BLUE_SIZE, 0);
195 EGL10.EGL_BLUE_SIZE,
230 "EGL_BLUE_SIZE",
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 255 { EGL_BLUE_SIZE, 0 },
422 { EGL_BLUE_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
546 { EGL_BLUE_SIZE, "blue_size" },
598 EGL_BLUE_SIZE,
607 EGL_BLUE_SIZE,
644 EGL_BLUE_SIZE,
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 129 EGL10.EGL_BLUE_SIZE, 4,
175 EGL10.EGL_BLUE_SIZE, 0);
209 EGL10.EGL_BLUE_SIZE,
244 "EGL_BLUE_SIZE",
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 160 EGL_BLUE_SIZE, 8,
229 EGL_BLUE_SIZE, 8,
328 EGL_BLUE_SIZE, 8,
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 144 EGL10.EGL_BLUE_SIZE, 4,
193 EGL10.EGL_BLUE_SIZE, 0);
227 EGL10.EGL_BLUE_SIZE,
262 "EGL_BLUE_SIZE",
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 48 EGL10.EGL_BLUE_SIZE, 8,
  /cts/tests/tests/hardware/src/android/hardware/cts/
Egl14Utils.java 121 EGL14.EGL_BLUE_SIZE, BLUE_SIZE,
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 49 EGL_BLUE_SIZE, 1,
  /external/deqp/framework/egl/
egluConfigFilter.cpp 77 int CandidateConfig::blueSize (void) const { return get(EGL_BLUE_SIZE); }
  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 78 EGL_BLUE_SIZE, 8,
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 57 EGL_BLUE_SIZE, 8,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 75 X(EGL_BLUE_SIZE),

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 910