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

1 2 3 4 5 6 7

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 55 EGL10.EGL_GREEN_SIZE, 8,
62 EGL10.EGL_GREEN_SIZE, 8,
70 EGL10.EGL_GREEN_SIZE, 8,
78 EGL10.EGL_GREEN_SIZE, 8,
87 EGL10.EGL_GREEN_SIZE, 8,
  /external/skia/tools/fiddle/
egl_context.cpp 16 EGL_GREEN_SIZE, 8,
  /external/skqp/tools/fiddle/
egl_context.cpp 16 EGL_GREEN_SIZE, 8,
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 116 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
135 EGL_GREEN_SIZE, 8,
174 EGL_GREEN_SIZE, 8,
190 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
228 EGL_GREEN_SIZE, 8,
246 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
314 EGL_GREEN_SIZE, 10,
332 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
389 EGL_GREEN_SIZE, 8,
407 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1])
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 77 int greenSize = findValue(configSpec, EGL10.EGL_GREEN_SIZE);
88 int g = findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE);
EglSurfacesTest.java 56 EGL10.EGL_GREEN_SIZE, 8,
EglConfigTest.java 94 EGL10.EGL_GREEN_SIZE, 1,
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 122 EGL_GREEN_SIZE, 8,
131 EGL_GREEN_SIZE, 8,
  /prebuilts/ndk/r16/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 35 ATTRIBUTE( EGL_GREEN_SIZE ),
  /frameworks/native/services/surfaceflinger/RenderEngine/
Surface.cpp 90 return queryConfig(EGL_GREEN_SIZE);
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 152 EGL10.EGL_GREEN_SIZE, 4,
200 EGL10.EGL_GREEN_SIZE, 0);
237 EGL10.EGL_GREEN_SIZE,
272 "EGL_GREEN_SIZE",
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 106 EGL10.EGL_GREEN_SIZE, 4,
150 EGL10.EGL_GREEN_SIZE, 0);
193 EGL10.EGL_GREEN_SIZE,
228 "EGL_GREEN_SIZE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 106 EGL10.EGL_GREEN_SIZE, 4,
150 EGL10.EGL_GREEN_SIZE, 0);
193 EGL10.EGL_GREEN_SIZE,
228 "EGL_GREEN_SIZE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 109 EGL10.EGL_GREEN_SIZE, 4,
153 EGL10.EGL_GREEN_SIZE, 0);
196 EGL10.EGL_GREEN_SIZE,
231 "EGL_GREEN_SIZE",
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 254 { EGL_GREEN_SIZE, 0 },
421 { EGL_GREEN_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
545 { EGL_GREEN_SIZE, "green_size" },
597 EGL_GREEN_SIZE,
606 EGL_GREEN_SIZE,
643 EGL_GREEN_SIZE,
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 128 EGL10.EGL_GREEN_SIZE, 4,
173 EGL10.EGL_GREEN_SIZE, 0);
210 EGL10.EGL_GREEN_SIZE,
245 "EGL_GREEN_SIZE",
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 159 EGL_GREEN_SIZE, 8,
228 EGL_GREEN_SIZE, 8,
327 EGL_GREEN_SIZE, 8,
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 143 EGL10.EGL_GREEN_SIZE, 4,
191 EGL10.EGL_GREEN_SIZE, 0);
228 EGL10.EGL_GREEN_SIZE,
263 "EGL_GREEN_SIZE",
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 47 EGL10.EGL_GREEN_SIZE, 8,
  /cts/tests/tests/hardware/src/android/hardware/cts/
Egl14Utils.java 120 EGL14.EGL_GREEN_SIZE, GREEN_SIZE,
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 48 EGL_GREEN_SIZE, 1,
  /external/deqp/framework/egl/
egluConfigFilter.cpp 76 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); }
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 56 EGL_GREEN_SIZE, 8,
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 76 X(EGL_GREEN_SIZE),

Completed in 355 milliseconds

1 2 3 4 5 6 7