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

1 2 3

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GalleryEGLConfigChooser.java 78 display, configs[i], EGL10.EGL_STENCIL_SIZE, value)) {
91 display, result, EGL10.EGL_STENCIL_SIZE, value);
102 EGL10.EGL_STENCIL_SIZE,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 43 case 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);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 108 EGL_STENCIL_SIZE, 8,
  /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",
  /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,
  /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",
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 252 EGL10.EGL_STENCIL_SIZE,
287 "EGL_STENCIL_SIZE",
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 124 #define EGL_STENCIL_SIZE 0x3026
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 26 EGL_STENCIL_SIZE, // must be second - see getStencilSize()
  /development/ndk/platforms/android-9/include/EGL/
egl.h 102 #define EGL_STENCIL_SIZE 0x3026
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 102 #define EGL_STENCIL_SIZE 0x3026
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 317 case EGL_STENCIL_SIZE: match = config->mStencilSize >= attribute[1]; break;
  /frameworks/native/opengl/include/EGL/
egl.h 102 #define EGL_STENCIL_SIZE 0x3026
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 188 X(EGL_STENCIL_SIZE),
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 107 X(EGL_STENCIL_SIZE),
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 183 X(EGL_STENCIL_SIZE),
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
egl.h 102 #define EGL_STENCIL_SIZE 0x3026

Completed in 373 milliseconds

1 2 3