OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSExportPrimitiveType
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/slang/
slang_rs_object_ref_count.h
168
slangAssert(
RSExportPrimitiveType
::IsRSObjectType(DT));
178
return GetRSSetObjectFD(
RSExportPrimitiveType
::GetRSSpecificType(T));
182
slangAssert(
RSExportPrimitiveType
::IsRSObjectType(DT));
192
return GetRSClearObjectFD(
RSExportPrimitiveType
::GetRSSpecificType(T));
slang_rs_export_type.cpp
227
if (!
RSExportPrimitiveType
::IsPrimitiveType(BaseElementType)) {
279
if (
RSExportPrimitiveType
::GetRSSpecificType(T) != DataTypeUnknown) {
503
if (
RSExportPrimitiveType
::IsRSObjectType(T)) {
511
if (
RSExportPrimitiveType
::GetRSSpecificType(T) != DataTypeUnknown) {
514
} else if (
RSExportPrimitiveType
::IsRSObjectType(T)) {
842
DataType dt =
RSExportPrimitiveType
::GetRSSpecificType(TypeName);
[
all
...]
slang_rs_export_type.h
313
class
RSExportPrimitiveType
: public RSExportType {
328
static
RSExportPrimitiveType
*Create(RSContext *Context,
334
RSExportPrimitiveType
(RSContext *Context,
355
static
RSExportPrimitiveType
*Create(RSContext *Context,
372
// For a vector type (RSExportVectorType is derived from
RSExportPrimitiveType
),
374
static size_t GetElementSizeInBits(const
RSExportPrimitiveType
*EPT);
385
const
RSExportPrimitiveType
*EPT) {
395
}; //
RSExportPrimitiveType
428
class RSExportVectorType : public
RSExportPrimitiveType
{
439
:
RSExportPrimitiveType
(Context, ExportClassVector, Name
[
all
...]
slang_rs_export_element.cpp
93
RSExportPrimitiveType
*EPT =
94
RSExportPrimitiveType
::Create(Context,
slang_rs_object_ref_count.cpp
80
DataType DT =
RSExportPrimitiveType
::GetRSSpecificType(RST.getTypePtr());
81
slangAssert(
RSExportPrimitiveType
::IsRSObjectType(DT)
478
DataType DT =
RSExportPrimitiveType
::GetRSSpecificType(BaseType);
513
DataType DT =
RSExportPrimitiveType
::GetRSSpecificType(T);
515
return (
RSExportPrimitiveType
::IsRSObjectType(DT) ? 1 : 0);
566
slangAssert(
RSExportPrimitiveType
::GetRSSpecificType(BaseType) ==
601
if (
RSExportPrimitiveType
::IsRSObjectType(FT)) {
858
DataType DT =
RSExportPrimitiveType
::GetRSSpecificType(BaseType);
[
all
...]
slang_rs_reflection_cpp.h
133
void genGetterAndSetter(const
RSExportPrimitiveType
*EPT, const RSExportVar* EV);
slang_rs_reflection_cpp.cpp
68
const
RSExportPrimitiveType
*EPT =
69
static_cast<const
RSExportPrimitiveType
*>(ET);
72
RSExportPrimitiveType
::getRSReflectionType(EPT)->c_name + ">";
74
return
RSExportPrimitiveType
::getRSReflectionType(EPT)->c_name;
519
genGetterAndSetter(static_cast<const
RSExportPrimitiveType
*>(ET), EV);
549
void RSReflectionCpp::genGetterAndSetter(const
RSExportPrimitiveType
*EPT,
923
const
RSExportPrimitiveType
*EPT =
924
static_cast<const
RSExportPrimitiveType
*>(ET);
[
all
...]
slang_rs_reflection.cpp
136
static const char *GetPackerAPIName(const
RSExportPrimitiveType
*EPT) {
191
RSExportPrimitiveType
::getRSReflectionType(static_cast<const
RSExportPrimitiveType
*>(ET));
268
const
RSExportPrimitiveType
*EPT =
269
static_cast<const
RSExportPrimitiveType
*>(ET);
626
const
RSExportPrimitiveType
*EPT =
627
static_cast<const
RSExportPrimitiveType
*>(ET);
[
all
...]
slang_backend.cpp
536
const
RSExportPrimitiveType
*PT =
537
static_cast<const
RSExportPrimitiveType
*>(ET);
Completed in 132 milliseconds