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