Searched refs: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() argument 38 mContextId = contextId; in TexturePropertyAccessor() 46 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget, in TexturePropertyAccessor() argument 48 this(contextId, textureUnitTarget, -1, textureTargetName); in TexturePropertyAccessor()
|
D | CurrentVboPropertyAccessor.java | 33 public CurrentVboPropertyAccessor(int contextId, GLEnum target, GLStateType vboProperty) { in CurrentVboPropertyAccessor() argument 34 mContextId = contextId; in CurrentVboPropertyAccessor() 44 mVboBindingAccessor = GLPropertyAccessor.makeAccessor(contextId, in CurrentVboPropertyAccessor()
|
D | GLPropertyAccessor.java | 36 private GLPropertyAccessor(int contextId, List<GLPropertyExtractor> extractors) { in GLPropertyAccessor() argument 37 mContextId = contextId; in GLPropertyAccessor() 66 public static IGLPropertyAccessor makeAccessor(int contextId, Object...accessors) { in makeAccessor() argument 80 return new GLPropertyAccessor(contextId, extractors); in makeAccessor()
|
D | TextureUnitPropertyAccessor.java | 33 public TextureUnitPropertyAccessor(int contextId, GLStateType targetPropertyType) { in TextureUnitPropertyAccessor() argument 34 mContextId = contextId; in TextureUnitPropertyAccessor()
|
D | StateTransformFactory.java | 540 private static List<IStateTransform> transformsForGlStencilFuncFront(int contextId, in transformsForGlStencilFuncFront() argument 544 GLPropertyAccessor.makeAccessor(contextId, in transformsForGlStencilFuncFront() 550 GLPropertyAccessor.makeAccessor(contextId, in transformsForGlStencilFuncFront() 556 GLPropertyAccessor.makeAccessor(contextId, in transformsForGlStencilFuncFront() 564 private static List<IStateTransform> transformsForGlStencilFuncBack(int contextId, in transformsForGlStencilFuncBack() argument 568 GLPropertyAccessor.makeAccessor(contextId, in transformsForGlStencilFuncBack() 574 GLPropertyAccessor.makeAccessor(contextId, in transformsForGlStencilFuncBack() 580 GLPropertyAccessor.makeAccessor(contextId, in transformsForGlStencilFuncBack() 620 private static List<IStateTransform> transformsForGlStencilOpFront(int contextId, in transformsForGlStencilOpFront() argument 624 GLPropertyAccessor.makeAccessor(contextId, in transformsForGlStencilOpFront() [all …]
|
/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() argument 94 mContextId = contextId; in GLCall()
|