OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stencilMask
(Results
1 - 10
of
10
) 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/src/libGLESv2/
angletypes.h
88
GLuint
stencilMask
;
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.h
359
virtual void
stencilMask
(blink::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/web/tests/
MockWebGraphicsContext3D.h
189
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 180 milliseconds