Searched refs:getState (Results 1 – 14 of 14) sorted by relevance
88 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 …]
106 const GLClientState::VertexAttribState * GLClientState::getState(int location) in getState() function in GLClientState165 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()
317 return device.getState(state.getName()); in getDeviceState()334 State equivalentState = device.getState(state.getName()); in setDeviceState()
88 ConfigurationState state = mSelector.getState(); in createDialogContent()
763 mState = getState(mDevice, stateName); in initialize()1006 static State getState(@Nullable Device device, @Nullable String name) { in getState() method in Configuration1010 State state = device.getState(name); in getState()
352 return device.getState(state.getName()); in getDeviceState()
227 description.state = Configuration.getState(d, stateName); in fromXml()
1404 State newState = Configuration.getState(device, stateName); in onDeviceChange()
144 if (device.getState() == IDevice.DeviceState.ONLINE) { in setupDeviceForward()
242 ConfigurationState state = mConfigSelector.getState(); in validatePage()
587 return job.getState() == IStatus.OK; in addLibraryDependency()
564 DeviceState deviceState = d.getState(); in getStateString()
984 State state = device.getState(currentStateName); in addScreenSizePreviews()
549 public ConfigurationState getState() { in getState() method in ConfigurationSelector