Searched defs:baseMipLevel (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java47 public void uploadToTexture(int baseMipLevel) { argument
49 mRS.nAllocationUploadToTexture(mID, false, baseMipLevel);
52 public void uploadToTexture(boolean genMips, int baseMipLevel) { argument
54 mRS.nAllocationUploadToTexture(mID, genMips, baseMipLevel);
/frameworks/base/libs/rs/
H A DrsAllocation.cpp351 void rsi_AllocationUploadToTexture(Context *rsc, RsAllocation va, bool genmip, uint32_t baseMipLevel) argument
354 alloc->deferedUploadToTexture(rsc, genmip, baseMipLevel);
H A DrsScriptC_Lib.cpp987 static void SC_uploadToTexture(RsAllocation va, uint32_t baseMipLevel) argument
990 rsi_AllocationUploadToTexture(rsc, va, false, baseMipLevel);

Completed in 129 milliseconds