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
187
static clang::FunctionDecl *
GetRSClearObjectFD
(DataType DT) {
197
static clang::FunctionDecl *
GetRSClearObjectFD
(const clang::Type *T) {
198
return
GetRSClearObjectFD
(RSExportPrimitiveType::GetRSSpecificType(T));
slang_rs_object_ref_count.cpp
272
clang::FunctionDecl *ClearObjectFD = RSObjectRefCount::
GetRSClearObjectFD
(T);
[
all
...]
Completed in 61 milliseconds