HomeSort by relevance Sort by last modified time
    Searched refs:sharedState (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.cpp 99 SharedGLState* sharedState) {
103 this->setColor(optState, color, sharedState);
104 this->setCoverage(optState, coverage, sharedState);
145 SharedGLState* sharedState) {
151 if (sharedState->fConstAttribColor != color ||
152 sharedState->fConstAttribColorIndex != header.fColorAttributeIndex) {
157 sharedState->fConstAttribColor = color;
158 sharedState->fConstAttribColorIndex = header.fColorAttributeIndex;
169 sharedState->fConstAttribColorIndex = -1;
172 sharedState->fConstAttribColorIndex = -1
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 100 SharedGLState* sharedState) {
116 this->setColor(drawState, color, sharedState);
117 this->setCoverage(drawState, coverage, sharedState);
155 SharedGLState* sharedState) {
161 if (sharedState->fConstAttribColor != color ||
162 sharedState->fConstAttribColorIndex != header.fColorAttributeIndex) {
167 sharedState->fConstAttribColor = color;
168 sharedState->fConstAttribColorIndex = header.fColorAttributeIndex;
179 sharedState->fConstAttribColorIndex = -1;
183 sharedState->fConstAttribColorIndex = -1
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/spi/
LoginModule.java 29 Map<String, ?> sharedState, Map<String, ?> options);
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java 86 private Map<String, ?> sharedState;
256 if (sharedState == null) {
257 sharedState = new HashMap<String, Object>();
270 module.create(subject, callbackHandler, sharedState);
520 void create(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState)
544 module.initialize(subject, callbackHandler, sharedState, entry.getOptions());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 

Completed in 227 milliseconds