HomeSort by relevance Sort by last modified time
    Searched refs:AllocationGetSurface (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/cpp/
rsDispatch.cpp 53 dispatchTab.AllocationGetSurface = (AllocationGetSurfaceFnPtr)dlsym(handle, "rsAllocationGetSurface");
193 if (dispatchTab.AllocationGetSurface == nullptr) {
194 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetSurface");
rsDispatch.h 125 AllocationGetSurfaceFnPtr AllocationGetSurface;
Allocation.cpp 504 IGraphicBufferProducer *v = (IGraphicBufferProducer *)RS::dispatch->AllocationGetSurface(mRS->getContext(),
  /frameworks/rs/
rs.spec 95 AllocationGetSurface {

Completed in 41 milliseconds