OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPackedSizeBytes
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsType.h
70
size_t
getPackedSizeBytes
() const {return mCellCount * mElement->getSizeBytes();}
rsScriptC_LibGL.cpp
215
size_t allocSize = a->getType()->
getPackedSizeBytes
();
245
size_t textLen = a->getType()->
getPackedSizeBytes
();
rsAllocation.cpp
376
uint32_t numItems = type->
getPackedSizeBytes
() / paddedBytes;
451
uint32_t dataSize = mHal.state.type->
getPackedSizeBytes
();
490
if (dataSize != type->
getPackedSizeBytes
() &&
500
if (dataSize == type->
getPackedSizeBytes
()) {
[
all
...]
/frameworks/rs/driver/
rsdAllocation.cpp
239
alloc->mHal.state.type->
getPackedSizeBytes
(),
[
all
...]
Completed in 4843 milliseconds