Home
last modified time | relevance | path

Searched refs:bytesPerChannel (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/tests/gl_tests/
DTextureUploadFormatTest.cpp33 uint8_t bytesPerChannel; in bytesPerPixel() local
52 bytesPerChannel = 1; in bytesPerPixel()
59 bytesPerChannel = 2; in bytesPerPixel()
65 bytesPerChannel = 4; in bytesPerPixel()
77 return bytesPerChannel * 4; in bytesPerPixel()
81 return bytesPerChannel * 3; in bytesPerPixel()
86 return bytesPerChannel * 2; in bytesPerPixel()
93 return bytesPerChannel * 1; in bytesPerPixel()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.h169 NSUInteger bytesPerChannel,
189 NSUInteger bytesPerChannel,
/external/flac/oss-fuzz/
Dfuzz-decoder.cc77 … const size_t bytesPerChannel = frame->header.blocksize * sizeof(FLAC__int32); in write_callback() local
79 fuzzing::memory::memory_test(buffer[i], bytesPerChannel); in write_callback()