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

  /external/skia/src/sksl/
SkSLContext.h 82 , fDouble4x4_Type(new Type("double4x4", *fDouble_Type, 4, 4))
164 fDouble4x4_Type.get() }))
265 const std::unique_ptr<Type> fDouble4x4_Type;
  /external/skqp/src/sksl/
SkSLContext.h 82 , fDouble4x4_Type(new Type("double4x4", *fDouble_Type, 4, 4))
164 fDouble4x4_Type.get() }))
265 const std::unique_ptr<Type> fDouble4x4_Type;

Completed in 238 milliseconds