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

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 45 class RSObjectRefCount : public clang::StmtVisitor<RSObjectRefCount> {
103 explicit RSObjectRefCount(clang::ASTContext &C)
slang_rs_object_ref_count.cpp 39 RSObjectRefCount::RSSetObjectFD[DataTypeMax];
41 RSObjectRefCount::RSClearObjectFD[DataTypeMax];
43 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) {
360 clang::FunctionDecl *ClearObjectFD = RSObjectRefCount::GetRSClearObjectFD(T);
772 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(T);
    [all...]
slang_rs_backend.h 60 RSObjectRefCount mRefCount;

Completed in 130 milliseconds