Home
last modified time | relevance | path

Searched refs:ContextSetSurface (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/
H A Drsg.spec99 ContextSetSurface {
H A DrsApiStubs.cpp768 RS_DISPATCH(ctxWrapper, ContextSetSurface, width, height, sur); in rsContextSetSurface()
/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp121 dispatchTab.ContextSetSurface = (ContextSetSurfaceFnPtr)dlsym(handle, "rsContextSetSurface"); in loadSymbols()
H A DrsDispatch.h239 ContextSetSurfaceFnPtr ContextSetSurface; member