Searched defs:getSizeBytes (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpp/
H A DElement.h89 size_t getSizeBytes() const { function in class:android::renderscriptCpp::Element
H A DType.h72 size_t getSizeBytes() const { function in class:android::renderscriptCpp::Type
73 return mElementCount * mElement->getSizeBytes();
/frameworks/rs/
H A DrsType.h62 size_t getSizeBytes() const {return mTotalSizeBytes;} function in class:android::renderscript::Type
63 size_t getElementSizeBytes() const {return mElement->getSizeBytes();}
H A DrsElement.h81 size_t getSizeBytes() const { function in class:android::renderscript::Element
/frameworks/support/renderscript/v8/rs_support/
H A DrsType.h62 size_t getSizeBytes() const {return mTotalSizeBytes;} function in class:android::renderscript::Type
63 size_t getElementSizeBytes() const {return mElement->getSizeBytes();}
H A DrsElement.h81 size_t getSizeBytes() const { function in class:android::renderscript::Element

Completed in 1405 milliseconds