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

  /external/skia/src/sksl/
SkSLContext.h 74 , fDouble2x2_Type(new Type("double2x2", *fDouble_Type, 2, 2))
SkSLCompiler.cpp 119 ADD_TYPE(Double2x2);
    [all...]
  /external/skqp/src/sksl/
SkSLContext.h 74 , fDouble2x2_Type(new Type("double2x2", *fDouble_Type, 2, 2))
SkSLCompiler.cpp 119 ADD_TYPE(Double2x2);
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 144 typedef detail::tmat2x2<double, highp> double2x2; //!< \brief double-precision floating-point matrix with 2 x 2 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslScanContext.cpp 303 (*KeywordMap)["double2x2"] = EHTokDouble2x2;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
compatibility.hpp 144 typedef detail::tmat2x2<double, highp> double2x2; //!< \brief double-precision floating-point matrix with 2 x 2 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm

Completed in 663 milliseconds