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

  /external/skia/src/sksl/
SkSLContext.h 61 , fDMat4x3_Type(new Type(String("dmat4x3"), *fFloat_Type, 4, 3))
137 fDMat4x3_Type.get(), fDMat4x4_Type.get() }))
206 const std::unique_ptr<Type> fDMat4x3_Type;
  /external/skia/src/sksl/ir/
SkSLType.cpp 97 case 4: return *context.fDMat4x3_Type;

Completed in 142 milliseconds