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 122 bool hasTexture;
169 hasTexture = false;
231 if (hasTexture) key |= PROGRAM_KEY_TEXTURE;

Completed in 530 milliseconds