Home
last modified time | relevance | path

Searched refs:astcenc_context (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc.h182 struct astcenc_context;
717 astcenc_context** context);
738 astcenc_context* context,
759 astcenc_context* context);
774 astcenc_context* context,
795 astcenc_context* context);
803 astcenc_context* context);
820 astcenc_context* context,
Dastcenc_entry.cpp715 astcenc_context** context in astcenc_context_alloc()
745 astcenc_context* ctxo = new astcenc_context; in astcenc_context_alloc()
821 astcenc_context* ctxo in astcenc_context_free()
847 astcenc_context& ctxo, in compress_image()
1008 astcenc_context& ctx, in compute_averages()
1062 astcenc_context* ctxo, in astcenc_compress_image()
1162 astcenc_context* ctxo in astcenc_compress_reset()
1182 astcenc_context* ctxo, in astcenc_decompress_image()
1277 astcenc_context* ctxo in astcenc_decompress_reset()
1285 astcenc_context* ctxo, in astcenc_get_block_info()
Dastcenc_internal_entry.h256 struct astcenc_context struct
Dastcenccli_toplevel.cpp138 astcenc_context* context;
151 astcenc_context* context;
1492 astcenc_context* context, in print_diagnostic_image()
1535 astcenc_context* context, in print_diagnostic_images()
1964 astcenc_context* codec_context; in main()
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp32 void operator()(astcenc_context* c) { astcenc_context_free(c); } in operator ()()
35 using AstcencContextUniquePtr = std::unique_ptr<astcenc_context, AstcencContextDeleter>;
53 astcenc_context* context; in makeDecoderContext()
122 std::pair<astcenc_context*, astcenc_error> get(uint32_t blockWidth, uint32_t blockHeight) { in get()
172 std::future<astcenc_error> decompress(astcenc_context* context, uint32_t threadIndex, in decompress()