OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sAllocationSetSurface
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/driver/
rsdCore.cpp
292
static sAllocationSetSurfaceFnPtr
sAllocationSetSurface
;
311
sAllocationSetSurface
= (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface");
312
if (
sAllocationSetSurface
==nullptr) {
327
rsc->mHal.funcs.allocation.setSurface =
sAllocationSetSurface
;
/frameworks/rs/cpp/
rsDispatch.h
270
sAllocationSetSurfaceFnPtr
sAllocationSetSurface
;
Completed in 1412 milliseconds