Home
last modified time | relevance | path

Searched defs:ubyte4 (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/frameworks/native/libs/math/include/math/
H A Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/math/include/math/
Dvec4.h122 typedef details::TVec4<uint8_t> ubyte4; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dtypes.h198 using ubyte4 = Vec4<uint8_t>; variable