HomeSort by relevance Sort by last modified time
    Searched defs:stencilMask (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 557 const GLuint stencilMask = ctx->Stencil.WriteMask[0];
583 (stencilMask & 0xff) == 0xff) {
624 if (stencilMask != 0x0) {
s_stencil.c 500 const GLuint stencilMask = ctx->Stencil.WriteMask[0];
524 if ((stencilMask & stencilMax) != stencilMax) {
533 = (stencil[i] & stencilMask) | (destVals[i] & ~stencilMask);
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 557 const GLuint stencilMask = ctx->Stencil.WriteMask[0];
583 (stencilMask & 0xff) == 0xff) {
624 if (stencilMask != 0x0) {
s_stencil.c 500 const GLuint stencilMask = ctx->Stencil.WriteMask[0];
524 if ((stencilMask & stencilMax) != stencilMax) {
533 = (stencil[i] & stencilMask) | (destVals[i] & ~stencilMask);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
angletypes.h 88 GLuint stencilMask;
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 371 virtual void stencilMask(WebKit::WGC3Duint mask) {}
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 287 virtual void stencilMask(WebKit::WGC3Duint mask) {}
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 176 IGLProperty stencilMask = new GLIntegerProperty(GLStateType.STENCIL_VALUE_MASK,
198 stencilMask, stencilRef, stencilFail,
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 195 virtual void stencilMask(WGC3Duint mask) { }
  /system/core/include/pixelflinger/
pixelflinger.h 283 void (*stencilMask)(void* c, GGLuint mask);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 355 milliseconds