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

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 77 // RSSetObjectFD and RSClearObjectFD holds FunctionDecl of rsSetObject()
80 static clang::FunctionDecl *RSClearObjectFD[];
86 // Initialize RSSetObjectFD and RSClearObjectFD.
132 return RSClearObjectFD[DT];
slang_rs_object_ref_count.cpp 41 RSObjectRefCount::RSClearObjectFD[DataTypeMax];
46 RSClearObjectFD[i] = NULL;
57 // points to RSSetObjectFD or RSClearObjectFD
67 RSObjectFD = RSClearObjectFD;
    [all...]

Completed in 68 milliseconds