Home
last modified time | relevance | path

Searched refs:fMat4x4_Type (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp36 REPORTER_ASSERT(r, 64 == layout.size(*context.fMat4x4_Type)); in DEF_TEST()
53 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fMat4x4_Type)); in DEF_TEST()
117 REPORTER_ASSERT(r, 64 == layout.size(*context.fMat4x4_Type)); in DEF_TEST()
134 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fMat4x4_Type)); in DEF_TEST()
/external/skia/src/sksl/
DSkSLContext.h53 , fMat4x4_Type(new Type(SkString("mat4"), *fFloat_Type, 4, 4))
133 fMat4x4_Type.get(), fDMat2x2_Type.get(),
195 const std::unique_ptr<Type> fMat4x4_Type; variable
DSkSLCompiler.cpp90 types->addWithoutOwnership(SkString("mat4x4"), fContext.fMat4x4_Type.get()); in Compiler()
/external/skia/src/sksl/ir/
DSkSLType.cpp72 case 4: return *context.fMat4x4_Type; in toCompound()