HomeSort by relevance Sort by last modified time
    Searched full:fdmat3x4_type (Results 1 - 2 of 2) sorted by null

  /external/skia/src/sksl/
SkSLContext.h 59 , fDMat3x4_Type(new Type(String("dmat3x4"), *fFloat_Type, 3, 4))
136 fDMat3x4_Type.get(), fDMat4x2_Type.get(),
204 const std::unique_ptr<Type> fDMat3x4_Type;
  /external/skia/src/sksl/ir/
SkSLType.cpp 103 case 3: return *context.fDMat3x4_Type;

Completed in 160 milliseconds