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

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
FragmentShader.java 66 public Builder addShaderTexture(Program.TextureType texType, String name) {
68 mShader.mShaderTextureTypes.add(texType);
72 public Builder addTexture(Program.TextureType texType, String name) {
74 mShader.mTextureTypes.add(texType);
  /frameworks/base/graphics/java/android/renderscript/
Program.java 324 * @param texType describes that the texture to append it (2D,
328 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
329 addTexture(texType, "Tex" + mTextureCount);
336 * @param texType describes that the texture to append it (2D,
342 public BaseProgramBuilder addTexture(TextureType texType, String texName)
347 mTextureTypes[mTextureCount] = texType;
  /frameworks/rs/
rsFont.cpp 553 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(),
558 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
564 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
566 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
568 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
570 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
572 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
574 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
576 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0))
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 364 * @param texType
368 private Type getType(int texType) {
369 switch (texType) {
389 LOGGER.log(Level.WARNING, "Texture type NOT supported: {0}", texType);
392 throw new IllegalStateException("Unknown texture type: " + texType);
  /frameworks/rs/driver/
rsdShader.cpp 82 uint32_t texType = 0;
86 texType = GL_TEXTURE_EXTERNAL_OES;
88 texType = GL_TEXTURE_2D;
91 texType = GL_TEXTURE_CUBE_MAP;
93 if (texType != returnKey->mTextureTargets[ct]) {
  /prebuilts/sdk/14/
android.jar 

Completed in 512 milliseconds