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

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 43 case EGL_STENCIL_SIZE:
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 128 case EGL_STENCIL_SIZE:
display.cc 152 GetConfigAttrib(config, EGL_STENCIL_SIZE, &stencil_size);
158 attribs.push_back(EGL_STENCIL_SIZE);
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 36 ATTRIBUTE( EGL_STENCIL_SIZE ),
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 172 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_STENCIL_SIZE, value);
173 logger.info(String.format("EGL_STENCIL_SIZE = %d", value[0]));
280 EGL10.EGL_STENCIL_SIZE, stencilSize,
297 EGL10.EGL_STENCIL_SIZE, 0);
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 80 X(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",
  /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;
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 133 EGL_STENCIL_SIZE, 8,
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 109 EGL_STENCIL_SIZE, EGL_DONT_CARE,
app-win32.c 95 EGL_STENCIL_SIZE, EGL_DONT_CARE,
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esUtil.c 179 EGL_STENCIL_SIZE, (flags & ES_WINDOW_STENCIL) ? 8 : EGL_DONT_CARE,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 42 int EGL_STENCIL_SIZE = 0x3026;
  /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",
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 739 const int32 EGL_STENCIL_SIZE = 0x3026;
779 case EGL_STENCIL_SIZE:
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 397 EGL_STENCIL_SIZE, 8,
494 eglGetConfigAttrib(fDisplay, fConfig, EGL_STENCIL_SIZE, &info->fStencilBits);
  /external/skia/src/views/win/
SkOSWindow_win.cpp 397 EGL_STENCIL_SIZE, 8,
494 eglGetConfigAttrib(fDisplay, fConfig, EGL_STENCIL_SIZE, &info->fStencilBits);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.cpp 76 EGL_STENCIL_SIZE, 8,
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 252 EGL10.EGL_STENCIL_SIZE,
287 "EGL_STENCIL_SIZE",
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 101 ATTRIB_MAP(EGL_STENCIL_SIZE, StencilSize);
  /external/mesa3d/src/egl/main/
eglconfig.h 101 ATTRIB_MAP(EGL_STENCIL_SIZE, StencilSize);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 60 public static final int EGL_STENCIL_SIZE = 0x3026;

Completed in 5375 milliseconds

1 2 3 4 5