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

/frameworks/base/rs/java/android/renderscript/
H A DProgram.java325 * @param texType describes that the texture to append it (2D,
329 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { argument
330 addTexture(texType, "Tex" + mTextureCount);
337 * @param texType describes that the texture to append it (2D,
343 public BaseProgramBuilder addTexture(TextureType texType, String texName) argument
348 mTextureTypes[mTextureCount] = texType;
/frameworks/rs/
H A DrsFont.cpp551 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight); local
556 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
572 mCacheLines.push_back(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
574 mCacheLines.push_back(new CacheTextureLine(texType->getDimY() - nextLine, texType
[all...]
/frameworks/rs/driver/
H A DrsdShader.cpp86 uint32_t texType = 0; local
90 texType = GL_TEXTURE_EXTERNAL_OES;
92 texType = GL_TEXTURE_2D;
95 texType = GL_TEXTURE_CUBE_MAP;
97 if (texType != returnKey->mTextureTargets[ct]) {

Completed in 88 milliseconds