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

  /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;
171 hasTexture = false;
235 if (hasTexture) key |= PROGRAM_KEY_TEXTURE;

Completed in 200 milliseconds