Home
last modified time | relevance | path

Searched refs:mDefaultAlloc (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/rs/
DrsProgramVertex.cpp375 mDefaultAlloc.set(alloc); in init()
392 mDefaultAlloc->subData(RS_PROGRAM_VERTEX_PROJECTION_OFFSET, 16, &m.m[0], 16*4); in updateSize()
395 mDefaultAlloc->subData(RS_PROGRAM_VERTEX_MODELVIEW_OFFSET, 16, &m.m[0], 16*4); in updateSize()
400 mDefaultAlloc.clear(); in deinit()
DrsProgramVertex.h80 ObjectBaseRef<Allocation> mDefaultAlloc; variable