Searched refs:data_out (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | rgtc.cpp | 136 uint8_t* data_out = out + (y + cy) * stride + x * texel_size; in rgtc_decode_image() local 137 std::memcpy(data_out, pixels + kBlockSize * texel_size * cy, texel_size * xEnd); in rgtc_decode_image()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc.h | 741 uint8_t* data_out,
|
D | astcenccli_toplevel.cpp | 141 uint8_t* data_out; member 203 work->data_out, work->data_len, thread_id); in compression_workload_runner() 2098 work.data_out = buffer; in main() 2116 work.data_out, work.data_len, 0); in main()
|
D | astcenc_entry.cpp | 1065 uint8_t* data_out, in astcenc_compress_image() argument 1073 (void)data_out; in astcenc_compress_image() 1143 compress_image(*ctxo, thread_index, image, *swizzle, data_out); in astcenc_compress_image()
|