HomeSort by relevance Sort by last modified time
    Searched defs:cacheAlloc (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ShaderParam.java 148 SceneManager.cacheAlloc(mParamName, mData.paramName);
SceneManager.java 233 static void cacheAlloc(String str, Allocation alloc) {
  /frameworks/rs/
rsFont.cpp 552 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
554 mTextTexture.set(cacheAlloc);

Completed in 49 milliseconds