HomeSort by relevance Sort by last modified time
    Searched refs:stencilBackFunc (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
angletypes.h 93 GLenum stencilBackFunc;
Context.h 213 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);
Context.cpp 92 mState.depthStencil.stencilBackFunc = GL_ALWAYS;
440 void Context::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask)
442 mState.depthStencil.stencilBackFunc = stencilBackFunc;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 185 IGLProperty stencilBackFunc = new GLEnumProperty(GLStateType.STENCIL_BACK_FUNC,
200 stencilBackFunc, stencilBackValueMask,
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderStateCache.cpp 313 dsDesc.BackFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilBackFunc);
Renderer11.cpp     [all...]
Renderer9.cpp     [all...]

Completed in 60 milliseconds