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
167
static clang::FunctionDecl *
GetRSSetObjectFD
(DataType DT) {
177
static clang::FunctionDecl *
GetRSSetObjectFD
(const clang::Type *T) {
178
return
GetRSSetObjectFD
(RSExportPrimitiveType::GetRSSpecificType(T));
slang_rs_object_ref_count.cpp
684
clang::FunctionDecl *SetObjectFD = RSObjectRefCount::
GetRSSetObjectFD
(T);
[
all
...]
Completed in 47 milliseconds