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
63
size_t
getPackedSizeBytes
() const {return mCellCount * mElement->getSizeBytes();}
rsScriptC_LibGL.cpp
223
size_t allocSize = a->getType()->
getPackedSizeBytes
();
253
size_t textLen = a->getType()->
getPackedSizeBytes
();
rsAllocation.cpp
268
uint32_t numItems = type->
getPackedSizeBytes
() / paddedBytes;
344
uint32_t dataSize = mHal.state.type->
getPackedSizeBytes
();
382
if (dataSize != type->
getPackedSizeBytes
() &&
391
if (dataSize == type->
getPackedSizeBytes
()) {
/frameworks/rs/driver/
rsdAllocation.cpp
247
alloc->mHal.state.type->
getPackedSizeBytes
(),
[
all
...]
Completed in 744 milliseconds