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

  /external/libchrome/base/
environment.h 54 EnvironmentMap;
67 const EnvironmentMap& changes);
73 EnvironmentMap;
84 const EnvironmentMap& changes);
environment.cc 148 const EnvironmentMap& changes) {
159 EnvironmentMap::const_iterator found_change = changes.find(key);
167 for (EnvironmentMap::const_iterator i = changes.begin();
188 const EnvironmentMap& changes) {
199 EnvironmentMap::const_iterator found_change = changes.find(key);
207 for (EnvironmentMap::const_iterator i = changes.begin();
environment_unittest.cc 95 EnvironmentMap changes;
130 EnvironmentMap changes;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
CubemapAttribute.java 26 public final static long EnvironmentMap = register(EnvironmentMapAlias);
28 protected static long Mask = EnvironmentMap;
  /external/libchrome/base/process/
launch.h 115 EnvironmentMap environ;
  /external/libchrome/sandbox/linux/services/
namespace_sandbox.cc 65 void SetEnvironForNamespaceType(base::EnvironmentMap* environ,
155 base::EnvironmentMap* environ = &launch_options_copy.environ;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
ShaderCollectionTest.java 168 if (environment.has(CubemapAttribute.EnvironmentMap)) {
169 environment.remove(CubemapAttribute.EnvironmentMap);
180 if (!environment.has(CubemapAttribute.EnvironmentMap)) shaderProvider.clear();
181 environment.set(new CubemapAttribute(CubemapAttribute.EnvironmentMap, cubemap));
FrameBufferCubemapTest.java 53 cubeMesh.materials.get(0).set(new CubemapAttribute(CubemapAttribute.EnvironmentMap, cubemap));
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
KTXTest.java 104 environment.set(new CubemapAttribute(CubemapAttribute.EnvironmentMap, cubemap));
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DefaultShader.java 381 if (combinedAttributes.has(CubemapAttribute.EnvironmentMap)) {
383 .get(CubemapAttribute.EnvironmentMap)).textureDescription));
529 this.environmentCubemap = attributes.has(CubemapAttribute.EnvironmentMap)
530 || (lighting && attributes.has(CubemapAttribute.EnvironmentMap));
    [all...]

Completed in 142 milliseconds