OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLODDimX
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsType.h
86
uint32_t
getLODDimX
(uint32_t lod) const {
/frameworks/rs/driver/
rsdAllocation.cpp
138
alloc->mHal.state.type->
getLODDimX
(lod),
143
alloc->mHal.state.type->
getLODDimX
(lod),
[
all
...]
rsdRuntimeStubs.cpp
476
if (x && (x >= t->
getLODDimX
(0))) {
477
snprintf(buf, sizeof(buf), "Out range ElementAt X %i of %i", x, t->
getLODDimX
(0));
[
all
...]
/frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp
443
if (x && (x >= t->
getLODDimX
(0))) {
445
t->
getLODDimX
(0));
[
all
...]
Completed in 55 milliseconds