OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLOD
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsAdapter.h
38
uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(
mLOD
);}
44
inline void setLOD(uint32_t lod) {
mLOD
= lod;}
57
uint32_t
mLOD
;
70
uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(
mLOD
);}
71
uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(
mLOD
);}
76
inline void setLOD(uint32_t lod) {
mLOD
= lod;}
89
uint32_t
mLOD
;
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsAdapter.h
38
uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(
mLOD
);}
44
inline void setLOD(uint32_t lod) {
mLOD
= lod;}
57
uint32_t
mLOD
;
70
uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(
mLOD
);}
71
uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(
mLOD
);}
76
inline void setLOD(uint32_t lod) {
mLOD
= lod;}
89
uint32_t
mLOD
;
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsAdapter.h
38
uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(
mLOD
);}
44
inline void setLOD(uint32_t lod) {
mLOD
= lod;}
57
uint32_t
mLOD
;
70
uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(
mLOD
);}
71
uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(
mLOD
);}
76
inline void setLOD(uint32_t lod) {
mLOD
= lod;}
89
uint32_t
mLOD
;
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsAdapter.h
38
uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(
mLOD
);}
44
inline void setLOD(uint32_t lod) {
mLOD
= lod;}
57
uint32_t
mLOD
;
70
uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(
mLOD
);}
71
uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(
mLOD
);}
76
inline void setLOD(uint32_t lod) {
mLOD
= lod;}
89
uint32_t
mLOD
;
Completed in 119 milliseconds