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

1 2 3

  /external/skia/src/utils/mac/
SkEGLContext_mac.cpp 64 glClear(GL_STENCIL_BUFFER_BIT);
SkOSWindow_Mac.cpp 520 glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
  /external/skia/src/utils/mesa/
SkEGLContext_Mesa.cpp 124 glClear(GL_STENCIL_BUFFER_BIT);
  /external/mesa3d/src/pixelflinger2/
buffer.cpp 170 if (GL_STENCIL_BUFFER_BIT & buf && ctx->stencilSurface.data) {
216 } else if (GL_STENCIL_BUFFER_BIT == type) {
pixelflinger2.cpp 229 iface->SetBuffer(iface, GL_STENCIL_BUFFER_BIT, NULL);
  /external/mesa3d/test/
main.cpp 125 ggl->SetBuffer(ggl, GL_STENCIL_BUFFER_BIT, &stencilSurface);
288 //ggl->Clear(ggl, GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
440 ggl->SetBuffer(ggl, GL_STENCIL_BUFFER_BIT, NULL);
cmain.c 290 ggl->SetBuffer(ggl, GL_STENCIL_BUFFER_BIT, &stencilSurface);
  /external/skia/src/utils/unix/
SkEGLContext_Unix.cpp 260 glClear(GL_STENCIL_BUFFER_BIT);
SkOSWindow_Unix.cpp 180 glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
  /external/webkit/Source/WebCore/platform/graphics/android/
GaneshContext.cpp 242 glClear(GL_STENCIL_BUFFER_BIT);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 210 gl.glClear(GL11.GL_STENCIL_BUFFER_BIT);
627 gl.glClear(GL11.GL_STENCIL_BUFFER_BIT);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 202 public static final int GL_STENCIL_BUFFER_BIT = 0x0400;
    [all...]
GLES20.java 27 public static final int GL_STENCIL_BUFFER_BIT = 0x00000400;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 200 int GL_STENCIL_BUFFER_BIT = 0x0400;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 48 #define GL_STENCIL_BUFFER_BIT 0x00000400
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 46 #define GL_STENCIL_BUFFER_BIT 0x00000400
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 48 #define GL_STENCIL_BUFFER_BIT 0x00000400
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 46 #define GL_STENCIL_BUFFER_BIT 0x00000400
  /external/mesa3d/include/GLES2/
gl2.h 46 #define GL_STENCIL_BUFFER_BIT 0x00000400
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 46 #define GL_STENCIL_BUFFER_BIT 0x00000400
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp     [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 48 #define GL_STENCIL_BUFFER_BIT 0x00000400
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 46 #define GL_STENCIL_BUFFER_BIT 0x00000400
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 83 #define GL_STENCIL_BUFFER_BIT 0x00000400
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 47 #define GL_STENCIL_BUFFER_BIT 0x00000400
    [all...]

Completed in 241 milliseconds

1 2 3