Home
last modified time | relevance | path

Searched refs:mContextId (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.java30 private final int mContextId; field in TexturePropertyAccessor
38 mContextId = contextId; in TexturePropertyAccessor()
42 mTextureUnitPropertyAccessor = new TextureUnitPropertyAccessor(mContextId, in TexturePropertyAccessor()
63 textureAccessor = GLPropertyAccessor.makeAccessor(mContextId, in getProperty()
71 textureAccessor = GLPropertyAccessor.makeAccessor(mContextId, in getProperty()
DTextureUnitPropertyAccessor.java29 private final int mContextId; field in TextureUnitPropertyAccessor
34 mContextId = contextId; in TextureUnitPropertyAccessor()
37 mActiveTextureAccessor = GLPropertyAccessor.makeAccessor(mContextId, in TextureUnitPropertyAccessor()
52 IGLPropertyAccessor targetAccessor = GLPropertyAccessor.makeAccessor(mContextId, in getProperty()
DCurrentProgramPropertyAccessor.java24 private final int mContextId; field in CurrentProgramPropertyAccessor
32 mContextId = contextid; in CurrentProgramPropertyAccessor()
53 return GLPropertyAccessor.makeAccessor(mContextId, in getProperty()
DCurrentVboPropertyAccessor.java29 private final int mContextId; field in CurrentVboPropertyAccessor
34 mContextId = contextId; in CurrentVboPropertyAccessor()
60 return GLPropertyAccessor.makeAccessor(mContextId, in getProperty()
DGLPropertyAccessor.java33 private final int mContextId; field in GLPropertyAccessor
37 mContextId = contextId; in GLPropertyAccessor()
43 IGLProperty root = ((GLListProperty) state).get(mContextId); in getProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
DGLCall.java68 private final int mContextId; field in GLCall
94 mContextId = contextId; in GLCall()
116 return mContextId; in getContextId()