/external/chromium_org/third_party/angle/src/libGLESv2/ |
angletypes.h | 88 GLuint stencilMask;
|
Context.h | 212 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
|
Context.cpp | 90 mState.depthStencil.stencilMask = -1; 433 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) 437 mState.depthStencil.stencilMask = stencilMask; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_stencil.c | 500 const GLuint stencilMask = ctx->Stencil.WriteMask[0]; 524 if ((stencilMask & stencilMax) != stencilMax) { 533 = (stencil[i] & stencilMask) | (destVals[i] & ~stencilMask);
|
s_drawpix.c | 557 const GLuint stencilMask = ctx->Stencil.WriteMask[0]; 583 (stencilMask & 0xff) == 0xff) { 624 if (stencilMask != 0x0) {
|
/external/mesa3d/src/mesa/swrast/ |
s_stencil.c | 500 const GLuint stencilMask = ctx->Stencil.WriteMask[0]; 524 if ((stencilMask & stencilMax) != stencilMax) { 533 = (stencil[i] & stencilMask) | (destVals[i] & ~stencilMask);
|
s_drawpix.c | 557 const GLuint stencilMask = ctx->Stencil.WriteMask[0]; 583 (stencilMask & 0xff) == 0xff) { 624 if (stencilMask != 0x0) {
|
/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,
|
/system/core/include/pixelflinger/ |
pixelflinger.h | 283 void (*stencilMask)(void* c, GGLuint mask);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
RenderStateCache.cpp | 304 dsDesc.StencilReadMask = gl_d3d11::ConvertStencilMask(dsState.stencilMask);
|
Renderer11.cpp | 712 depthStencilState.stencilMask != depthStencilState.stencilBackMask) [all...] |
Renderer9.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext3D.h | 310 void stencilMask(GC3Duint mask);
|
GraphicsContext3D.cpp | 453 DELEGATE_TO_WEBCONTEXT_1(stencilMask, GC3Duint) [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
MockWebGraphicsContext3D.h | 189 virtual void stencilMask(WGC3Duint mask) { }
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 316 virtual void stencilMask(WGC3Duint mask) = 0;
|
/frameworks/native/opengl/libagl/ |
state.cpp | 541 c->rasterizer.procs.stencilMask(c, mask);
|
/external/chromium_org/cc/test/ |
fake_web_graphics_context_3d.h | 359 virtual void stencilMask(blink::WGC3Duint mask) {}
|
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.h | 353 virtual void stencilMask(WGC3Duint mask);
|
webgraphicscontext3d_command_buffer_impl.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.h | 216 void stencilMask(GC3Duint); [all...] |
WebGLRenderingContext.idl | 594 [StrictTypeChecking] void stencilMask(GLuint mask); [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.h | 294 virtual void stencilMask(WGC3Duint mask);
|
webgraphicscontext3d_in_process_command_buffer_impl.cc | 848 DELEGATE_TO_GL_1(stencilMask, StencilMask, WGC3Duint) [all...] |
/system/core/libpixelflinger/ |
pixelflinger.cpp | 777 GGL_INIT_PROC(procs, stencilMask);
|