Searched defs:contextId (Results 1 – 6 of 6) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | TexturePropertyAccessor.java | 36 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget, int level, in TexturePropertyAccessor() 46 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget, in TexturePropertyAccessor()
|
D | GLPropertyAccessor.java | 36 private GLPropertyAccessor(int contextId, List<GLPropertyExtractor> extractors) { in GLPropertyAccessor() 66 public static IGLPropertyAccessor makeAccessor(int contextId, Object...accessors) { in makeAccessor()
|
D | StateTransformFactory.java | 540 private static List<IStateTransform> transformsForGlStencilFuncFront(int contextId, in transformsForGlStencilFuncFront() 564 private static List<IStateTransform> transformsForGlStencilFuncBack(int contextId, in transformsForGlStencilFuncBack() 620 private static List<IStateTransform> transformsForGlStencilOpFront(int contextId, in transformsForGlStencilOpFront() 644 private static List<IStateTransform> transformsForGlStencilOpBack(int contextId, in transformsForGlStencilOpBack() 714 private static IStateTransform transformForGlEquationRGB(int contextId, GLEnum mode) { in transformForGlEquationRGB() 723 private static IStateTransform transformForGlEquationAlpha(int contextId, GLEnum mode) { in transformForGlEquationAlpha() 754 int contextId, GLEnum rgb, GLEnum alpha) { in transformsForGlBlendFuncSrcDst() 909 private static List<IStateTransform> transformsToResetBoundTextureUnits(int contextId, in transformsToResetBoundTextureUnits()
|
D | TextureUnitPropertyAccessor.java | 33 public TextureUnitPropertyAccessor(int contextId, GLStateType targetPropertyType) { in TextureUnitPropertyAccessor()
|
D | CurrentVboPropertyAccessor.java | 33 public CurrentVboPropertyAccessor(int contextId, GLEnum target, GLStateType vboProperty) { in CurrentVboPropertyAccessor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
D | GLCall.java | 86 Function function, boolean hasFb, int contextId, in GLCall()
|