Home
last modified time | relevance | path

Searched refs:getPtr (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/llvm-ndk-cc/
DCompiler.cpp167 mDiagnostics.getPtr(), in createBackend()
196 llvm::install_fatal_error_handler(LLVMErrorHandler, mDiagnostics.getPtr()); in init()
253 OS = openOutputFile(OutputFile, 0, &Error, mDiagnostics.getPtr()); in setOutput()
264 mDiagnostics.getPtr()); in setOutput()
/frameworks/rs/
DrsStream.h73 const uint8_t * getPtr() const { in getPtr() function
145 const uint8_t * getPtr() const { in getPtr() function
DrsFileA3D.cpp345 fwrite(headerStream.getPtr(), sizeof(uint8_t), headerStream.getPos(), writeHandle); in writeFile()
351 fwrite(mWriteStream->getPtr(), sizeof(uint8_t), mWriteStream->getPos(), writeHandle); in writeFile()
DrsAllocation.cpp375 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize); in createFromStream()
377 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize); in createFromStream()
/frameworks/support/renderscript/v8/rs_support/
DrsStream.h73 const uint8_t * getPtr() const { in getPtr() function
145 const uint8_t * getPtr() const { in getPtr() function
DrsAllocation.cpp356 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize); in createFromStream()
358 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize); in createFromStream()