Searched refs:tex_buf (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hapenc.c | 111 chunk_src = ctx->tex_buf + chunk->uncompressed_offset; in hap_compress_frame() 217 ret = compress_texture(avctx, ctx->tex_buf, ctx->tex_size, frame); in hap_encode() 292 ctx->tex_buf = NULL; in hap_init() 302 ctx->tex_buf = av_malloc(ctx->tex_size); in hap_init() 303 if (!ctx->tex_buf) { in hap_init()
|
D | hap.c | 52 av_freep(&ctx->tex_buf); in ff_hap_free_context()
|
D | hap.h | 78 uint8_t *tex_buf; /* Buffer for compressed texture */ member
|
D | hapdec.c | 229 uint8_t *dst = ctx->tex_buf + chunk->uncompressed_offset; in decompress_chunks_thread() 372 ret = av_reallocp(&ctx->tex_buf, ctx->tex_size); in hap_decode() 384 ctx->tex_data = ctx->tex_buf; in hap_decode()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 650 std::vector<GLubyte> tex_buf(width * height * MAX_PIXEL_SIZE, 0); in clearTextures() local 654 gl.texImage2D(target, level, internalformat, width, height, 0, format, type, &tex_buf[0]); in clearTextures()
|