Searched refs:STENCIL (Results 1 – 3 of 3) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 546 GLStateType.STENCIL, in transformsForGlStencilFuncFront() 552 GLStateType.STENCIL, in transformsForGlStencilFuncFront() 558 GLStateType.STENCIL, in transformsForGlStencilFuncFront() 570 GLStateType.STENCIL, in transformsForGlStencilFuncBack() 576 GLStateType.STENCIL, in transformsForGlStencilFuncBack() 582 GLStateType.STENCIL, in transformsForGlStencilFuncBack() 626 GLStateType.STENCIL, in transformsForGlStencilOpFront() 632 GLStateType.STENCIL, in transformsForGlStencilOpFront() 638 GLStateType.STENCIL, in transformsForGlStencilOpFront() 650 GLStateType.STENCIL, in transformsForGlStencilOpBack() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLStateType.java | 83 STENCIL("Stencil"), enumConstant
|
D | GLState.java | 197 IGLProperty stencil = new GLCompositeProperty(GLStateType.STENCIL, in createPixelOperationsState()
|