Searched refs:decodedElementBytes (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
D | Etc2_unittest.cpp | 42 void decodeEacTest(const etc1_byte* bytesEncoded, int decodedElementBytes, in decodeEacTest() argument 44 etc1_byte decoded[cAlphaPatchSize * decodedElementBytes]; in decodeEacTest() 45 eac_decode_single_channel_block(bytesEncoded, decodedElementBytes, isSigned, decoded); in decodeEacTest() 46 for (int i=0; i<cAlphaPatchSize * decodedElementBytes; i++) { in decodeEacTest()
|
D | etc.cpp | 441 int decodedElementBytes, bool isSigned, in eac_decode_single_channel_block() argument 443 assert(decodedElementBytes == 1 || decodedElementBytes == 2 || decodedElementBytes == 4); in eac_decode_single_channel_block() 458 etc1_byte* q = pOut + outIdx * decodedElementBytes; in eac_decode_single_channel_block() 475 if (decodedElementBytes == 1) { in eac_decode_single_channel_block()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | etc.cpp | 441 int decodedElementBytes, bool isSigned, in eac_decode_single_channel_block() argument 443 assert(decodedElementBytes == 1 || decodedElementBytes == 2 || decodedElementBytes == 4); in eac_decode_single_channel_block() 458 etc1_byte* q = pOut + outIdx * decodedElementBytes; in eac_decode_single_channel_block() 475 if (decodedElementBytes == 1) { in eac_decode_single_channel_block()
|
D | etc.h | 74 int decodedElementBytes, bool isSigned,
|
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/ |
D | etc.cpp | 441 int decodedElementBytes, bool isSigned, in eac_decode_single_channel_block() argument 443 assert(decodedElementBytes == 1 || decodedElementBytes == 2 || decodedElementBytes == 4); in eac_decode_single_channel_block() 458 etc1_byte* q = pOut + outIdx * decodedElementBytes; in eac_decode_single_channel_block() 475 if (decodedElementBytes == 1) { in eac_decode_single_channel_block()
|
D | etc.h | 74 int decodedElementBytes, bool isSigned,
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/ |
D | etc.h | 74 int decodedElementBytes, bool isSigned,
|