Home
last modified time | relevance | path

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

/hardware/google/gfxstream/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 …]
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoderUtils.cpp22 …ze_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) in pixelDataSize()
DGLEncoder.cpp1103 size_t GLEncoder::pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) in pixelDataSize()
/hardware/google/gfxstream/guest/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()
/hardware/google/gfxstream/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
/hardware/google/gfxstream/guest/mesa/src/util/tests/format/
Du_format_test.c281 const struct util_format_pack_description *pack = in test_format_pack_rgba_float() local
404 const struct util_format_pack_description *pack = in test_format_pack_rgba_8unorm() local
500 const struct util_format_pack_description *pack = in test_format_pack_z_float() local
578 const struct util_format_pack_description *pack = in test_format_pack_z_32unorm() local
657 const struct util_format_pack_description *pack = in test_format_pack_s_8uint() local
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dthreads_posix.c65 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); in impl_thrd_routine() local
272 struct impl_thrd_param *pack; in thrd_create() local
Dthreads_win32.c78 struct impl_thrd_param pack; in impl_thrd_routine() local
296 struct impl_thrd_param *pack; in thrd_create() local
/hardware/google/gchips/gralloc4/src/core/
Dalign_structs.py55 def pack(line): function
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-hwcal.cpp40 static void pack(std::ostream &stream, const uint32_t &value, std::string lpad, in pack() function in aidl::android::hardware::vibrator::HwCalTest
46 static void pack(std::ostream &stream, const std::array<T, N> &value, std::string lpad, in pack() function in aidl::android::hardware::vibrator::HwCalTest
/hardware/google/pixel/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
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c435 const struct util_format_pack_description *pack = in util_format_write_4() local
476 const struct util_format_pack_description *pack = in util_format_write_4ub() local
655 const struct util_format_pack_description *pack = in util_format_translate() local
/hardware/google/pixel/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
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1181 …sizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack, int ignoreTraili… in pboNeededDataSize()