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

  /frameworks/rs/cpp/
Allocation.cpp 319 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mips, usage, 0);
333 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mips, usage,
RenderScript.cpp 155 RS::dispatch->AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateTyped");
156 if (RS::dispatch->AllocationCreateTyped == NULL) {
157 ALOGE("Couldn't initialize RS::dispatch->AllocationCreateTyped");
rsDispatch.h 110 AllocationCreateTypedFnPtr AllocationCreateTyped;
  /frameworks/rs/
rs.spec 46 AllocationCreateTyped {

Completed in 29 milliseconds