OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerUnchecked
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsAllocation.h
194
void *
getPointerUnchecked
(uint32_t x, uint32_t y,
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
343
fep->inPtr[i] = (const uint8_t *)mtls->ains[i]->
getPointerUnchecked
(x, y, z, lod, face, a1, a2, a3, a4);
346
fep->outPtr[0] = (uint8_t *)mtls->aout[0]->
getPointerUnchecked
(x, y, z, lod, face, a1, a2, a3, a4);
358
redp->inPtr[i] = (const uint8_t *)mtls->ains[i]->
getPointerUnchecked
(x, y, z);
[
all
...]
Completed in 264 milliseconds