Home
last modified time | relevance | path

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/
DTexturePropertyAccessor.java36 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget, int level, in TexturePropertyAccessor()
46 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget, in TexturePropertyAccessor()
DGLPropertyAccessor.java36 private GLPropertyAccessor(int contextId, List<GLPropertyExtractor> extractors) { in GLPropertyAccessor()
66 public static IGLPropertyAccessor makeAccessor(int contextId, Object...accessors) { in makeAccessor()
DStateTransformFactory.java540 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()
DTextureUnitPropertyAccessor.java33 public TextureUnitPropertyAccessor(int contextId, GLStateType targetPropertyType) { in TextureUnitPropertyAccessor()
DCurrentVboPropertyAccessor.java33 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/
DGLCall.java86 Function function, boolean hasFb, int contextId, in GLCall()