Searched defs:RSoVContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/rsov/driver/
H A DrsovContext.cpp27 RSoVContext* RSoVContext::mContext = nullptr;
28 std::once_flag RSoVContext::mInitFlag;
30 bool RSoVContext::Initialize(char const* const name) {
149 bool RSoVContext::MemoryTypeFromProperties(uint32_t typeBits,
166 RSoVContext::RSoVContext() {} function in class:android::renderscript::rsov::RSoVContext
168 RSoVContext::~RSoVContext() {}
170 RSoVContext* RSoVContex
[all...]
H A DrsovContext.h28 class RSoVContext { class in namespace:android::renderscript::rsov
30 static RSoVContext* create();
31 ~RSoVContext();
41 RSoVContext();
45 static RSoVContext* mContext;

Completed in 51 milliseconds