Home
last modified time | relevance | path

Searched defs:contextId (Results 1 – 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DMessageQueue.java74 private void sendCommands(final int contextId) throws IOException { in sendCommands()
166 Message receiveMessage(final int contextId) throws IOException { in receiveMessage()
182 Message getPartialMessage(final int contextId) { in getPartialMessage()
187 void completePartialMessage(final int contextId) { in completePartialMessage()
201 final int contextId = msg.getContextId(); in defaultProcessMessage() local
DBreakpointOption.java80 void setBreakpoint(final int contextId, final Function function, final boolean enabled) { in setBreakpoint()
97 int contextId = 0; in widgetSelected() local
115 final int contextId = msg.getContextId(); in processMessage() local
DShaderEditor.java201 final int contextId = current.context.context.contextId; in uploadShader() local
209 Message.Builder getBuilder(int contextId) { in getBuilder()
217 Message exchangeMessage(final int contextId, final MessageQueue queue, in exchangeMessage()
235 final int contextId = msg.getContextId(); in processMessage() local
346 final int contextId = Integer.parseInt(details[0], 16); in widgetSelected() local
DContext.java127 final int contextId; field in DebugContext
134 DebugContext(final int contextId) { in DebugContext()
270 public final int contextId; field in Context
279 public Context(int contextId) { in Context()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
DMessageQueueTest.java60 final int contextId = 8784; in testDefaultProcessMessage() local
97 final int contextId = 8784; in testCompletePartialMessage() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DGLPropertyAccessor.java36 private GLPropertyAccessor(int contextId, List<GLPropertyExtractor> extractors) { in GLPropertyAccessor()
66 public static IGLPropertyAccessor makeAccessor(int contextId, Object...accessors) { in makeAccessor()
DTextureUnitPropertyAccessor.java33 public TextureUnitPropertyAccessor(int contextId, GLStateType targetPropertyType) { in TextureUnitPropertyAccessor()
DCurrentVboPropertyAccessor.java33 public CurrentVboPropertyAccessor(int contextId, GLEnum target, GLStateType vboProperty) { in CurrentVboPropertyAccessor()
DTexturePropertyAccessor.java35 public TexturePropertyAccessor(int contextId, GLStateType textureUnitTarget, in TexturePropertyAccessor()
DStateTransformFactory.java532 private static List<IStateTransform> transformsForGlStencilFuncFront(int contextId, in transformsForGlStencilFuncFront()
556 private static List<IStateTransform> transformsForGlStencilFuncBack(int contextId, in transformsForGlStencilFuncBack()
612 private static List<IStateTransform> transformsForGlStencilOpFront(int contextId, in transformsForGlStencilOpFront()
636 private static List<IStateTransform> transformsForGlStencilOpBack(int contextId, in transformsForGlStencilOpBack()
706 private static IStateTransform transformForGlEquationRGB(int contextId, GLEnum mode) { in transformForGlEquationRGB()
715 private static IStateTransform transformForGlEquationAlpha(int contextId, GLEnum mode) { in transformForGlEquationAlpha()
746 int contextId, GLEnum rgb, GLEnum alpha) { in transformsForGlBlendFuncSrcDst()
901 private static List<IStateTransform> transformsToResetBoundTextureUnits(int contextId, in transformsToResetBoundTextureUnits()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
DGLCall.java91 Image thumbnailImage, Function function, boolean hasFb, int contextId, in GLCall()