HomeSort by relevance Sort by last modified time
    Searched defs:stencilMask (Results 1 - 15 of 15) 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/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 75 , stencilMask (0)
87 deUint32 stencilMask;
255 clear->stencilMask = m_masked ? rnd.getUint32() : 0xffffffffu;
305 gl.stencilMask (clear->stencilMask);
316 gl.stencilMask (0xffffffffu);
465 if ((clear->clearMask & GL_STENCIL_BUFFER_BIT) == 0 || clear->stencilMask == 0)
477 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
es2fStencilTests.cpp 127 deUint32 stencilMask;
138 , stencilMask (0xffffffffu)
241 context.stencilFunc(op.stencilTest, op.stencil, op.stencilMask);
561 op.stencilMask = mask;
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 75 , stencilMask (0)
87 deUint32 stencilMask;
258 clear->stencilMask = m_masked ? rnd.getUint32() : 0xffffffffu;
308 gl.stencilMask (clear->stencilMask);
319 gl.stencilMask (0xffffffffu);
468 if ((clear->clearMask & GL_STENCIL_BUFFER_BIT) == 0 || clear->stencilMask == 0)
480 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
es3fStencilTests.cpp 130 deUint32 stencilMask;
141 , stencilMask (0xffffffffu)
244 context.stencilFunc(op.stencilTest, op.stencil, op.stencilMask);
564 op.stencilMask = mask;
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 167 const deUint32 stencilMask = (1u<<stencilBits)-1u;
188 const int newVal = (oldVal+1)&stencilMask;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 135 GLuint stencilMask;
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 590 void GLContext::stencilMask (deUint32 mask)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 177 IGLProperty stencilMask = new GLIntegerProperty(GLStateType.STENCIL_VALUE_MASK,
199 stencilMask, stencilRef, stencilFail,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 188 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/
WebGLRenderingContextBase.cpp     [all...]

Completed in 111 milliseconds