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

  /external/skia/src/sksl/
SkSLContext.h 76 , fHalf2x2_Type(new Type("half2x2", *fHalf_Type, 2, 2))
166 fFloat4x4_Type.get(), fHalf2x2_Type.get(),
276 const std::unique_ptr<Type> fHalf2x2_Type;
  /external/skqp/src/sksl/
SkSLContext.h 73 , fHalf2x2_Type(new Type("half2x2", *fHalf_Type, 2, 2))
163 fFloat4x4_Type.get(), fHalf2x2_Type.get(),
270 const std::unique_ptr<Type> fHalf2x2_Type;

Completed in 171 milliseconds