Searched refs:getPtr (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/llvm-ndk-cc/ |
D | Compiler.cpp | 167 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/ |
D | rsStream.h | 73 const uint8_t * getPtr() const { in getPtr() function 145 const uint8_t * getPtr() const { in getPtr() function
|
D | rsFileA3D.cpp | 345 fwrite(headerStream.getPtr(), sizeof(uint8_t), headerStream.getPos(), writeHandle); in writeFile() 351 fwrite(mWriteStream->getPtr(), sizeof(uint8_t), mWriteStream->getPos(), writeHandle); in writeFile()
|
D | rsAllocation.cpp | 375 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/ |
D | rsStream.h | 73 const uint8_t * getPtr() const { in getPtr() function 145 const uint8_t * getPtr() const { in getPtr() function
|
D | rsAllocation.cpp | 356 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize); in createFromStream() 358 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize); in createFromStream()
|