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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 69 const GLbitfield depthStencil = GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT;
110 if (combined && (mask & GL_STENCIL_BUFFER_BIT)) {
111 mask &= ~GL_STENCIL_BUFFER_BIT;
124 if (mask & GL_STENCIL_BUFFER_BIT) {
149 GL_STENCIL_BUFFER_BIT);
326 if (mask & GL_STENCIL_BUFFER_BIT) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 69 const GLbitfield depthStencil = GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT;
110 if (combined && (mask & GL_STENCIL_BUFFER_BIT)) {
111 mask &= ~GL_STENCIL_BUFFER_BIT;
124 if (mask & GL_STENCIL_BUFFER_BIT) {
149 GL_STENCIL_BUFFER_BIT);
326 if (mask & GL_STENCIL_BUFFER_BIT) {
  /frameworks/base/libs/hwui/
Stencil.cpp 56 glClear(GL_STENCIL_BUFFER_BIT);
  /external/chromium_org/third_party/angle/samples/gles2_book/Stencil_Test/
Stencil_Test.c 141 glClear ( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT );
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
clear.c 163 GL_STENCIL_BUFFER_BIT |
222 if ((mask & GL_STENCIL_BUFFER_BIT)
attrib.c 413 if (mask & GL_STENCIL_BUFFER_BIT) {
417 save_attrib_data(&head, GL_STENCIL_BUFFER_BIT, attr);
    [all...]
fbobject.c     [all...]
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 341 glClear(GL_STENCIL_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
493 ANGLE_GL_CALL(intf, Clear(GL_STENCIL_BUFFER_BIT |GL_COLOR_BUFFER_BIT));
  /external/mesa3d/src/mesa/main/
clear.c 163 GL_STENCIL_BUFFER_BIT |
222 if ((mask & GL_STENCIL_BUFFER_BIT)
attrib.c 413 if (mask & GL_STENCIL_BUFFER_BIT) {
417 save_attrib_data(&head, GL_STENCIL_BUFFER_BIT, attr);
    [all...]
fbobject.c     [all...]
  /external/skia/src/views/win/
SkOSWindow_win.cpp 341 glClear(GL_STENCIL_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
493 ANGLE_GL_CALL(intf, Clear(GL_STENCIL_BUFFER_BIT |GL_COLOR_BUFFER_BIT));
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 202 public static final int GL_STENCIL_BUFFER_BIT = 0x0400;
GLES20Header.java-if 27 public static final int GL_STENCIL_BUFFER_BIT = 0x00000400;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 118 if (buffer_bit == GL_STENCIL_BUFFER_BIT && mt->stencil_mt)
280 case GL_STENCIL_BUFFER_BIT:
310 GL_STENCIL_BUFFER_BIT,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 118 if (buffer_bit == GL_STENCIL_BUFFER_BIT && mt->stencil_mt)
280 case GL_STENCIL_BUFFER_BIT:
310 GL_STENCIL_BUFFER_BIT,
    [all...]
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 336 glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 336 glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 177 case GL_STENCIL_BUFFER_BIT:
720 GL_STENCIL_BUFFER_BIT
  /external/mesa3d/src/mesa/swrast/
s_blit.c 177 case GL_STENCIL_BUFFER_BIT:
720 GL_STENCIL_BUFFER_BIT
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 704 clearMask |= GL_STENCIL_BUFFER_BIT;
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 529 glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 529 glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 202 public static final int GL_STENCIL_BUFFER_BIT = 0x0400;
    [all...]

Completed in 1166 milliseconds

1 2 3 4 5 6 7