OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencilRef
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
91
* \param
stencilRef
the stencil reference value, replicated as a vector
98
LLVMValueRef
stencilRef
,
120
/* compute
stencilRef
=
stencilRef
& valuemask */
122
stencilRef
= LLVMBuildAnd(builder,
stencilRef
, valuemask, "");
127
res = lp_build_cmp(bld, stencil->func,
stencilRef
, stencilVals);
177
LLVMValueRef
stencilRef
,
213
res =
stencilRef
;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c
91
* \param
stencilRef
the stencil reference value, replicated as a vector
98
LLVMValueRef
stencilRef
,
120
/* compute
stencilRef
=
stencilRef
& valuemask */
122
stencilRef
= LLVMBuildAnd(builder,
stencilRef
, valuemask, "");
127
res = lp_build_cmp(bld, stencil->func,
stencilRef
, stencilVals);
177
LLVMValueRef
stencilRef
,
213
res =
stencilRef
;
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.h
140
GLint
stencilRef
;
212
void setStencilParams(GLenum stencilFunc, GLint
stencilRef
, GLuint stencilMask);
Context.cpp
102
mState.
stencilRef
= 0;
433
void Context::setStencilParams(GLenum stencilFunc, GLint
stencilRef
, GLuint stencilMask)
436
mState.
stencilRef
= (
stencilRef
> 0) ?
stencilRef
: 0;
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h
124
virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int
stencilRef
,
Renderer11.h
63
virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int
stencilRef
,
Renderer9.h
77
virtual void setDepthStencilState(const gl::DepthStencilState &depthStencilState, int
stencilRef
,
Renderer9.cpp
[
all
...]
Renderer11.cpp
703
void Renderer11::setDepthStencilState(const gl::DepthStencilState &depthStencilState, int
stencilRef
,
708
stencilRef
!= mCurStencilRef || stencilBackRef != mCurStencilBackRef)
711
stencilRef
!= stencilBackRef ||
726
mDeviceContext->OMSetDepthStencilState(dxDepthStencilState, static_cast<UINT>(
stencilRef
));
729
mCurStencilRef =
stencilRef
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
178
IGLProperty
stencilRef
= new GLIntegerProperty(GLStateType.STENCIL_REF,
198
stencilMask,
stencilRef
, stencilFail,
Completed in 522 milliseconds