Searched refs:RSoVBuffer (Results 1 - 4 of 4) 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 DrsovScript.h42 class RSoVBuffer;
136 std::unique_ptr<RSoVBuffer> mGlobalAllocationMetadata;
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) {
H A DrsovScript.cpp381 new RSoVBuffer(mRSoV, sizeof(struct rsovTypeInfo) * nr_globals));

Completed in 1430 milliseconds