OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRSClearObjectFD
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_object_ref_count.h
129
static clang::FunctionDecl *
GetRSClearObjectFD
(
135
static clang::FunctionDecl *
GetRSClearObjectFD
(const clang::Type *T) {
136
return
GetRSClearObjectFD
(RSExportPrimitiveType::GetRSSpecificType(T));
slang_rs_object_ref_count.cpp
374
clang::FunctionDecl *ClearObjectFD = RSObjectRefCount::
GetRSClearObjectFD
(T);
[
all
...]
Completed in 1030 milliseconds