Home
last modified time | relevance | path

Searched defs:pack (Results 1 – 11 of 11) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dpacking.inl189 uint8 pack; member
199 uint8 pack; member
211 uint16 pack; member
222 uint16 pack; member
234 uint16 pack; member
246 uint32 pack; member
258 uint32 pack; member
270 uint32 pack; member
280 GLM_FUNC_QUALIFIER static tvec1<uint16, P> pack(tvec1<float, P> const & v) function
299 GLM_FUNC_QUALIFIER static tvec2<uint16, P> pack(tvec2<float, P> const & v) function
[all …]
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp531 uint8_t pack; in encode_ise() local
578 uint8_t pack = (input_data[i] & mask) | in encode_ise() local
602 uint8_t pack; in encode_ise() local
637 uint8_t pack = (input_data[i] & mask) | in encode_ise() local
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2EncoderUtils.cpp25 …ze_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) in pixelDataSize()
32 …e3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) in pixelDataSize3D()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoderUtils.cpp22 …ze_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) in pixelDataSize()
DGLEncoder.cpp1098 size_t GLEncoder::pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) in pixelDataSize()
/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwcal.cpp42 static void pack(std::ostream &stream, const T &value, std::string lpad, std::string rpad) { in pack() function in aidl::android::hardware::vibrator::HwCalTest
47 static void pack(std::ostream &stream, const std::array<T, N> &value, std::string lpad, in pack() function in aidl::android::hardware::vibrator::HwCalTest
/device/google/bramble/vibrator/drv2624/tests/
Dtest-hwcal.cpp57 static void pack(std::ostream &stream, const T &value, std::string lpad, std::string rpad) { in pack() function in aidl::android::hardware::vibrator::HwCalTest
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwcal.cpp57 static void pack(std::ostream &stream, const T &value, std::string lpad, std::string rpad) { in pack() function in aidl::android::hardware::vibrator::HwCalTest
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwcal.cpp57 static void pack(std::ostream &stream, const T &value, std::string lpad, std::string rpad) { in pack() function in aidl::android::hardware::vibrator::HwCalTest
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwcal.cpp58 static void pack(std::ostream &stream, const T &value, std::string lpad, std::string rpad) { in pack() function in android::hardware::vibrator::V1_3::implementation::HwCalTest
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1215 …sizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack, int ignoreTraili… in pboNeededDataSize()