HomeSort by relevance Sort by last modified time
    Searched defs:read_header (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 35 read_header(const std::string &header, module &m) { function in namespace:__anon19405
95 read_header({ source.begin(), body }, m);
  /external/skia/src/codec/
SkWbmpCodec.cpp 70 static bool read_header(SkStream* stream, SkISize* size) { function
95 return read_header(this->stream(), nullptr);
160 return read_header(&stream, nullptr);
166 if (!read_header(stream, &size)) {
SkPngCodec.cpp 188 static bool read_header(SkStream* stream, SkPngChunkReader* chunkReader, function
373 // suggestedColorType was determined in read_header() based on the encodedColorType
427 // This sets fPng_ptr and fInfo_ptr to nullptr. If read_header
436 if (!read_header(this->stream(), fPngChunkReader.get(), &png_ptr, &info_ptr,
737 if (!read_header(stream, chunkReader, &png_ptr, &info_ptr, &imageInfo, &bitDepth,
  /frameworks/native/cmds/rawbu/
backup.cpp 438 static int read_header(FILE* fh, int* type, char** path, struct stat* st) function in namespace:android
539 if (read_header(fh, &type, &path, &statBuffer) == 0) {
  /toolchain/binutils/binutils-2.25/gold/
archive.cc 216 off_t header_size = this->read_header(sarmag, false, &armap_name, NULL);
237 header_size = this->read_header(off, true, &xname, NULL);
329 Archive::read_header(off_t off, bool cache, std::string* pname, function in class:gold::Archive
580 *memsize = this->read_header(off, false, member_name, &nested_off);
    [all...]
dwarf_reader.cc 557 Dwarf_pubnames_table::read_header(off_t offset) function in class:gold::Dwarf_pubnames_table
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h 528 int (*read_header)(struct AVFormatContext *); member in struct:AVInputFormat
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jlayer-1.0.1-libgdx.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jlayer-1.0.1-libgdx.jar 

Completed in 722 milliseconds