Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 14 of 14) sorted by relevance

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLClientState.h88 const VertexAttribState *getState(int location);
221 const VertexAttribState *vertexAttrib = getState(index); in getVertexAttribParameter()
269 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
275 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
281 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
287 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
293 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
305 … const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter()
311 … const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter()
[all …]
DGLClientState.cpp106 const GLClientState::VertexAttribState * GLClientState::getState(int location) in getState() function in GLClientState
165 state = getState(GLClientState::VERTEX_LOCATION); in getClientStatePointer()
169 state = getState(GLClientState::NORMAL_LOCATION); in getClientStatePointer()
173 state = getState(GLClientState::COLOR_LOCATION); in getClientStatePointer()
177 state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION); in getClientStatePointer()
181 state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStatePointer()
185 state = getState(GLClientState::MATRIXINDEX_LOCATION); in getClientStatePointer()
189 state = getState(GLClientState::WEIGHT_LOCATION); in getClientStatePointer()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DNestedConfiguration.java317 return device.getState(state.getName()); in getDeviceState()
334 State equivalentState = device.getState(state.getName()); in setDeviceState()
DLayoutCreatorDialog.java88 ConfigurationState state = mSelector.getState(); in createDialogContent()
DConfiguration.java763 mState = getState(mDevice, stateName); in initialize()
1006 static State getState(@Nullable Device device, @Nullable String name) { in getState() method in Configuration
1010 State state = device.getState(name); in getState()
DVaryingConfiguration.java352 return device.getState(state.getName()); in getDeviceState()
DConfigurationDescription.java227 description.state = Configuration.getState(d, stateName); in fromXml()
DConfigurationChooser.java1404 State newState = Configuration.getState(device, stateName); in onDeviceChange()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java144 if (device.getState() == IDevice.DeviceState.ONLINE) { in setupDeviceForward()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DChooseConfigurationPage.java242 ConfigurationState state = mConfigSelector.getState(); in validatePage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DAddSupportJarAction.java587 return job.getState() == IStatus.OK; in addLibraryDependency()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java564 DeviceState deviceState = d.getState(); in getStateString()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java984 State state = device.getState(currentStateName); in addScreenSizePreviews()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DConfigurationSelector.java549 public ConfigurationState getState() { in getState() method in ConfigurationSelector