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

1 2 3 4 5 6

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 36 ATTRIBUTE( EGL_STENCIL_SIZE ),
  /external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java 226 EGL10.EGL_STENCIL_SIZE, 8,
256 EGL10.EGL_STENCIL_SIZE, 8,
292 findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0) == 8) {
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 270 { EGL_STENCIL_SIZE, 0 },
440 { EGL_STENCIL_SIZE, ChooseConfigRandomCase::getInt<0, 1>, },
527 { EGL_STENCIL_SIZE, "stencil_size" },
572 EGL_STENCIL_SIZE
582 EGL_STENCIL_SIZE
625 EGL_STENCIL_SIZE,
  /external/skia/src/gpu/gl/command_buffer/
SkCommandBufferGLContext.cpp 43 #define EGL_STENCIL_SIZE 0x3025
182 EGL_STENCIL_SIZE, 8,
345 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_STENCIL_SIZE, &result);
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 138 EGL14.EGL_STENCIL_SIZE, STENCIL_SIZE,
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 48 EGL_STENCIL_SIZE, 1,
  /external/deqp/framework/egl/
egluConfigFilter.cpp 67 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); }
egluConfigInfo.cpp 65 case EGL_STENCIL_SIZE: return stencilSize;
111 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",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 190 EGL10.EGL_STENCIL_SIZE, 0);
240 EGL10.EGL_STENCIL_SIZE,
275 "EGL_STENCIL_SIZE",
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GdxEglConfigChooser.java 89 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0);
167 EGL10.EGL_RED_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID,
181 "EGL_STENCIL_SIZE", "EGL_CONFIG_CAVEAT", "EGL_CONFIG_ID", "EGL_LEVEL", "EGL_MAX_PBUFFER_HEIGHT",
GLSurfaceView20.java 226 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0);
261 EGL10.EGL_RED_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID,
273 "EGL_DEPTH_SIZE", "EGL_STENCIL_SIZE", "EGL_CONFIG_CAVEAT", "EGL_CONFIG_ID", "EGL_LEVEL", "EGL_MAX_PBUFFER_HEIGHT",
GLSurfaceView20API18.java 209 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0);
244 EGL10.EGL_RED_SIZE, EGL10.EGL_DEPTH_SIZE, EGL10.EGL_STENCIL_SIZE, EGL10.EGL_CONFIG_CAVEAT, EGL10.EGL_CONFIG_ID,
256 "EGL_DEPTH_SIZE", "EGL_STENCIL_SIZE", "EGL_CONFIG_CAVEAT", "EGL_CONFIG_ID", "EGL_LEVEL", "EGL_MAX_PBUFFER_HEIGHT",
  /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;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 109 EGL_STENCIL_SIZE, EGL_DONT_CARE,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 42 int EGL_STENCIL_SIZE = 0x3026;
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 95 EGL_STENCIL_SIZE, 0,
  /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",

Completed in 2080 milliseconds

1 2 3 4 5 6