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 49 class RSObjectRefCount : public clang::StmtVisitor<RSObjectRefCount> {
157 explicit RSObjectRefCount(clang::ASTContext &C)
slang_rs_object_ref_count.cpp 38 RSObjectRefCount::RSSetObjectFD[DataTypeMax];
40 RSObjectRefCount::RSClearObjectFD[DataTypeMax];
42 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) {
272 clang::FunctionDecl *ClearObjectFD = RSObjectRefCount::GetRSClearObjectFD(T);
683 clang::FunctionDecl *SetObjectFD = RSObjectRefCount::GetRSSetObjectFD(T);
    [all...]
slang_backend.h 105 RSObjectRefCount mRefCount;

Completed in 79 milliseconds