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

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 112 // RSSetObjectFD and RSClearObjectFD holds FunctionDecl of rsSetObject()
114 static clang::FunctionDecl *RSSetObjectFD[];
126 // Initialize RSSetObjectFD and RSClearObjectFD.
176 return RSSetObjectFD[DT];
slang_rs_object_ref_count.cpp 38 RSObjectRefCount::RSSetObjectFD[DataTypeMax];
44 RSSetObjectFD[i] = nullptr;
56 // points to RSSetObjectFD or RSClearObjectFD
62 RSObjectFD = RSSetObjectFD;
    [all...]

Completed in 65 milliseconds