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.cpp552 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight); local
557 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
563 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
565 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
567 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
569 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
571 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
573 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
575 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType
[all...]
/frameworks/rs/driver/
H A DrsdShader.cpp82 uint32_t texType = 0; local
86 texType = GL_TEXTURE_EXTERNAL_OES;
88 texType = GL_TEXTURE_2D;
91 texType = GL_TEXTURE_CUBE_MAP;
93 if (texType != returnKey->mTextureTargets[ct]) {

Completed in 103 milliseconds