Home
last modified time | relevance | path

Searched defs:pOut (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
Detc.cpp223 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock()
268 etc1_byte* pOut) { in etc2_T_H_index()
297 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_T()
326 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_H()
357 bool isPunchthroughAlpha, etc1_byte* pOut) { in etc2_decode_block_P()
390 etc1_byte* pOut) { in etc2_decode_rgb_block()
442 etc1_byte* pOut) { in eac_decode_single_channel_block()
733 static void writeBigEndian(etc1_byte* pOut, etc1_uint32 d) { in writeBigEndian()
746 etc1_byte* pOut) { in etc1_encode_block()
812 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut) { in etc1_encode_image()
[all …]
DTextureUtils.cpp481 std::unique_ptr<etc1_byte[]> pOut(new etc1_byte[size]); in doCompressedTexImage2D() local
589 std::unique_ptr<uint8_t[]> pOut(new uint8_t[size]); in doCompressedTexImage2D() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp223 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock()
268 etc1_byte* pOut) { in etc2_T_H_index()
297 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_T()
326 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_H()
357 bool isPunchthroughAlpha, etc1_byte* pOut) { in etc2_decode_block_P()
390 etc1_byte* pOut) { in etc2_decode_rgb_block()
442 etc1_byte* pOut) { in eac_decode_single_channel_block()
733 static void writeBigEndian(etc1_byte* pOut, etc1_uint32 d) { in writeBigEndian()
746 etc1_byte* pOut) { in etc1_encode_block()
812 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut) { in etc1_encode_image()
[all …]
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp223 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock()
268 etc1_byte* pOut) { in etc2_T_H_index()
297 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_T()
326 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_H()
357 bool isPunchthroughAlpha, etc1_byte* pOut) { in etc2_decode_block_P()
390 etc1_byte* pOut) { in etc2_decode_rgb_block()
442 etc1_byte* pOut) { in eac_decode_single_channel_block()
733 static void writeBigEndian(etc1_byte* pOut, etc1_uint32 d) { in writeBigEndian()
746 etc1_byte* pOut) { in etc1_encode_block()
812 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut) { in etc1_encode_image()
[all …]
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h6091 float32_t * pOut) in arm_sqrt_f32()