HomeSort by relevance Sort by last modified time
    Searched defs:hasTexture (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
TextureManager.cpp 62 bool TextureManager::hasTexture(TextureToken token)
75 return token && hasTexture(token) && m_textures.get(token).isProtected;
80 ASSERT(hasTexture(token));
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialHelper.java 393 public boolean hasTexture(Material material) {
429 public boolean hasTexture(Material material, String textureType) {
  /frameworks/base/libs/hwui/
Program.h 123 bool hasTexture;
172 hasTexture = false;
237 if (hasTexture) key |= PROGRAM_KEY_TEXTURE;

Completed in 395 milliseconds