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

  /frameworks/base/graphics/java/android/renderscript/
Program.java 42 * TextureType specifies what textures are attached to Program
46 public enum TextureType {
51 TextureType(int id) {
71 TextureType mTextures[];
113 mTextures[slot] != TextureType.TEXTURE_CUBE) {
148 TextureType mTextureTypes[];
165 mTextureTypes = new TextureType[MAX_TEXTURE];
268 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
284 p.mTextures = new TextureType[mTextureCount];
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 191 milliseconds