HomeSort by relevance Sort by last modified time
    Searched refs:RSExportVectorType (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/slang/
slang_rs_export_element.cpp 106 RSExportVectorType *EVT =
107 RSExportVectorType::Create(Context,
slang_rs_reflection_cpp.h 134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
slang_rs_export_type.h 372 // For a vector type (RSExportVectorType is derived from RSExportPrimitiveType),
428 class RSExportVectorType : public RSExportPrimitiveType {
434 RSExportVectorType(RSContext *Context,
446 static RSExportVectorType *Create(RSContext *Context,
slang_rs_export_type.cpp 809 return RSExportVectorType::GetTypeName(EVT);
    [all...]
slang_rs_reflection_cpp.cpp 87 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
528 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV);
617 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT,
939 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
    [all...]
slang_rs_reflection.cpp 206 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
295 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
642 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
    [all...]

Completed in 56 milliseconds