Home
last modified time | relevance | path

Searched defs:is_compressed (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp846 void gl4cts::GetTextureSubImage::Functional::prepare(glw::GLenum target, bool is_compressed) in prepare()
972 bool gl4cts::GetTextureSubImage::Functional::check(glw::GLenum target, bool is_compressed) in check()
Dgl4cDirectStateAccessTexturesTests.cpp9796 glw::GLint is_compressed = 0; in Prepare() local
/third_party/node/deps/v8/tools/v8windbg/src/
Dv8-debug-helper-interop.cc122 const char* type_name, bool is_compressed) { in GetHeapObject()
Dobject-inspection.cc15 bool is_compressed) in V8CachedObject()
37 bool is_compressed = in Create() local
/third_party/elfio/elfio/
Delfio_section.hpp212 bool is_compressed() const noexcept in is_compressed() function in ELFIO::section_impl
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c532 …8_t *get_file_data(const char *filename, int *file_size, int can_be_compressed, int *is_compressed) in get_file_data()
919 int is_compressed = 0; in process_file() local
1024 u16_t *http_hdr_chksum, u8_t provide_content_len, int is_compressed) in file_write_http_header()
/third_party/mesa3d/src/util/format/
Du_format_parse.py247 def is_compressed(self): member in Format
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py369 def is_compressed(self): member in Format
Dtexgetimage.c285 bool is_compressed, uint8_t *rebaseSwizzle) in teximage_needs_rebase()
/third_party/node/deps/v8/src/diagnostics/
Ddisassembler.cc248 const bool is_compressed = RelocInfo::IsCompressedEmbeddedObject(rmode); in PrintRelocInfo() local
/third_party/ffmpeg/libavcodec/
Dalac.c241 int has_size, bps, is_compressed, decorr_shift, decorr_left_weight, ret; in decode_element() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1135 fs_instruction_scheduler::is_compressed(const fs_inst *inst) in is_compressed() function in fs_instruction_scheduler
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp4192 glw::GLenum type, bool is_compressed,
4234 glw::GLenum type, bool is_compressed)
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c290 enum pipe_format src_format, bool is_compressed, in st_pbo_get_dst_format()