Searched defs:tex_data (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | texturedsp.h | 74 } tex_data; member
|
H A D | dxv.c | 39 uint8_t *tex_data; // Compressed texture member 495 dxv_decompress_cgo(DXVContext *ctx, GetByteContext *gb, uint8_t *tex_data, int tex_size, uint8_t *op_data, int *oindex, int op_size, uint8_t **dstp, int *statep, uint8_t **tab0, uint8_t **tab1, int offset) dxv_decompress_cgo() argument 735 dxv_decompress_cocg(DXVContext *ctx, GetByteContext *gb, uint8_t *tex_data, int tex_size, uint8_t *op_data0, uint8_t *op_data1, int max_op_size0, int max_op_size1) dxv_decompress_cocg() argument 791 dxv_decompress_yo(DXVContext *ctx, GetByteContext *gb, uint8_t *tex_data, int tex_size, uint8_t *op_data, int max_op_size) dxv_decompress_yo() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.h | 88 void *tex_data; member
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
H A D | unittests.cpp | 965 GLuint tex_data[4][4] = { in TEST_F() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 2938 glw::GLuint tex_data[texHeight][texWidth]; in createTexture() local
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 751 nir_ssa_def *tex_data[4]; in blorp_nir_manual_blend_bilinear() local
|
Completed in 27 milliseconds