Home
last modified time | relevance | path

Searched refs:cacheAlloc (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DShaderParam.java148 SceneManager.cacheAlloc(mParamName, mData.paramName); in getRSData()
DCompoundTransform.java54 SceneManager.cacheAlloc(getName(), mData.name); in setNameAlloc()
DSceneManager.java233 static void cacheAlloc(String str, Allocation alloc) { in cacheAlloc() method in SceneManager
/frameworks/rs/
DrsFont.cpp552 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(), in initTextTexture() local
554 mTextTexture.set(cacheAlloc); in initTextTexture()