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

/frameworks/rs/rsov/driver/
H A DrsovAllocation.h37 class RSoVBuffer { class in namespace:android::renderscript::rsov
39 RSoVBuffer(RSoVContext *context, size_t bufferSize);
40 ~RSoVBuffer();
66 RSoVBuffer *getBuffer() const { return mBuffer; }
70 RSoVBuffer *mBuffer;
H A DrsovAllocation.cpp221 : mBuffer(new RSoVBuffer(context, bufferSize)),
227 RSoVBuffer::RSoVBuffer(RSoVContext *context, size_t size) function in class:android::renderscript::rsov::RSoVBuffer
232 RSoVBuffer::~RSoVBuffer() {
238 void RSoVBuffer::InitBuffer(size_t bufferSize) {

Completed in 1155 milliseconds