Searched refs:texType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java264 * @param texType describes that the texture to append it (2D,
268 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { argument
272 mTextureTypes[mTextureCount ++] = texType;
/frameworks/base/libs/rs/
H A DrsFont.cpp531 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), 1024, 256, 0, false, false); local
533 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
540 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
542 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
544 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
546 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
548 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
550 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
552 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType
[all...]

Completed in 53 milliseconds