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

1 2 3 4 5 6 7 8

  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 80 EGL_STENCIL_SIZE, 8,
132 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_STENCIL_SIZE, &fStencilBits);
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 81 int stencilSize = findValue(configSpec, EGL10.EGL_STENCIL_SIZE);
85 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE);
EglSurfacesTest.java 60 EGL10.EGL_STENCIL_SIZE, 0,
Egl14Utils.java 146 EGL14.EGL_STENCIL_SIZE, STENCIL_SIZE,
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 38 ATTRIBUTE( EGL_STENCIL_SIZE ),
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 272 { EGL_STENCIL_SIZE, 0 },
442 { EGL_STENCIL_SIZE, ChooseConfigRandomCase::getInt<0, 1>, },
565 { EGL_STENCIL_SIZE, "stencil_size" },
610 EGL_STENCIL_SIZE
620 EGL_STENCIL_SIZE
663 EGL_STENCIL_SIZE,
teglChooseConfigReference.cpp 254 SurfaceConfig::compareAttributeSmaller<EGL_STENCIL_SIZE>,
312 rules[EGL_STENCIL_SIZE] = AttribRule(EGL_STENCIL_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 8
  /cts/tests/tests/hardware/src/android/hardware/cts/
Egl14Utils.java 124 EGL14.EGL_STENCIL_SIZE, STENCIL_SIZE,
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 51 EGL_STENCIL_SIZE, 1,
  /external/deqp/framework/egl/
egluConfigFilter.cpp 80 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); }
egluConfigInfo.cpp 65 case EGL_STENCIL_SIZE: return stencilSize;
114 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize);
egluStrUtil.cpp 75 case EGL_STENCIL_SIZE:
egluStrUtil.inl 101 case EGL_STENCIL_SIZE: return "EGL_STENCIL_SIZE";
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 79 X(EGL_STENCIL_SIZE),
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 190 EGL10.EGL_STENCIL_SIZE, 0);
240 EGL10.EGL_STENCIL_SIZE,
275 "EGL_STENCIL_SIZE",
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 42 #define EGL_STENCIL_SIZE 0x3025
296 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_STENCIL_SIZE, &result);
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 145 EGL10.EGL_STENCIL_SIZE, 0);
196 EGL10.EGL_STENCIL_SIZE,
231 "EGL_STENCIL_SIZE",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 145 EGL10.EGL_STENCIL_SIZE, 0);
196 EGL10.EGL_STENCIL_SIZE,
231 "EGL_STENCIL_SIZE",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 148 EGL10.EGL_STENCIL_SIZE, 0);
199 EGL10.EGL_STENCIL_SIZE,
234 "EGL_STENCIL_SIZE",
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 60 public static final int EGL_STENCIL_SIZE = 0x3026;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 42 int EGL_STENCIL_SIZE = 0x3026;
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 186 EGL10.EGL_STENCIL_SIZE, 0,
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 163 EGL10.EGL_STENCIL_SIZE, 0);
213 EGL10.EGL_STENCIL_SIZE,
248 "EGL_STENCIL_SIZE",
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 181 EGL10.EGL_STENCIL_SIZE, 0);
231 EGL10.EGL_STENCIL_SIZE,
266 "EGL_STENCIL_SIZE",
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 312 EGL10.EGL_STENCIL_SIZE, 8,
345 EGL10.EGL_STENCIL_SIZE, 0);

Completed in 309 milliseconds

1 2 3 4 5 6 7 8