Searched defs:IStream (Results 1 - 2 of 2) sorted by path

/frameworks/rs/
H A DrsStream.cpp24 IStream::IStream(const uint8_t *buf, bool use64) { function in class:IStream
30 void IStream::loadByteArray(void *dest, size_t numBytes) {
35 uint64_t IStream::loadOffset() {
46 const char * IStream::loadString() {
H A DrsStream.h27 class IStream { class in namespace:android::renderscript
29 IStream(const uint8_t *, bool use64);

Completed in 231 milliseconds