HomeSort by relevance Sort by last modified time
    Searched defs:opaque (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/skqp/include/gpu/
GrColor.h 138 /** Determines whether the color is opaque or not. */
250 GrColor4f opaque() const { function in struct:GrColor4f
  /external/syslinux/gpxe/src/include/gpxe/
uri.h 39 * scheme = "mailto", opaque = "bob@nowhere.com"
52 /** Opaque part */
53 const char *opaque; member in struct:uri
  /external/tensorflow/tensorflow/stream_executor/
device_memory.h 43 // DeviceMemoryBase::opaque does not necessarily produce a pointer that can be
50 // region. An opaque pointer may be provided -- see header for details on the
52 explicit DeviceMemoryBase(void *opaque = nullptr, uint64 size = 0,
54 : opaque_(opaque), size_(size), is_sub_buffer_(is_sub_buffer) {}
67 return opaque() < other.opaque();
75 void *opaque() { return opaque_; } function in class:perftools::gputools::DeviceMemoryBase
76 const void *opaque() const { return opaque_; } function in class:perftools::gputools::DeviceMemoryBase
82 // their opaque pointer and size).
84 return opaque() == other.opaque() && size() == other.size()
    [all...]
stream_executor_pimpl.h 183 // Retrieves a mapping of active opaque device memory pointer to a string
487 // an opaque void* representing that allocation. In the case of failure,
566 // Adds an AllocRecord for 'opaque' of size 'bytes' to the record map, for
569 void CreateAllocRecord(void *opaque, uint64 size);
571 // Removes the AllocRecord keyed by 'opaque' from the record map. NULL
573 void EraseAllocRecord(void *opaque);
670 void *opaque = Allocate(bytes); local
671 return DeviceMemory<T>::MakeFromByteSize(opaque, bytes);
677 // If failed to get the symbol, opaque/bytes are unchanged. Initialize them to
679 void *opaque = nullptr local
740 void *opaque = Allocate(sizeof(T)); local
766 void *opaque = implementation_->AllocateSubBuffer( local
    [all...]
  /external/zlib/src/contrib/minizip/
ioapi.h 135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
155 voidpf opaque; member in struct:zlib_filefunc_def_s
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
171 voidpf opaque; member in struct:zlib_filefunc64_def_s
    [all...]
  /frameworks/base/libs/hwui/
TessellationCache.h 92 ShadowTask(const Matrix4* drawTransform, const Rect& localClip, bool opaque,
97 , opaque(opaque)
113 bool opaque; member in class:android::uirenderer::TessellationCache::ShadowTask
162 sp<ShadowTask> getShadowTask(const Matrix4* drawTransform, const Rect& localClip, bool opaque,
174 void precacheShadows(const Matrix4* drawTransform, const Rect& localClip, bool opaque,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
key_prot.h 200 #ifndef opaque
201 #define opaque char macro
210 extern "C" keystatus * key_set_1(opaque *, CLIENT *);
211 extern "C" keystatus * key_set_1_svc(opaque *, struct svc_req *);
227 extern keystatus * key_set_1(opaque *, CLIENT *);
228 extern keystatus * key_set_1_svc(opaque *, struct svc_req *);
262 extern "C" keystatus * key_set_2(opaque *, CLIENT *);
263 extern "C" keystatus * key_set_2_svc(opaque *, struct svc_req *);
285 extern "C" cryptkeyres * key_get_conv_2(opaque *, CLIENT *);
286 extern "C" cryptkeyres * key_get_conv_2_svc(opaque *, struct svc_req *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
key_prot.h 101 #ifndef opaque
102 #define opaque char macro
  /system/core/adb/
adb.h 88 void (*func)(void* opaque, atransport* t);
89 void* opaque; member in struct:adisconnect
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
ioapi.h 135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
155 voidpf opaque; member in struct:zlib_filefunc_def_s
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
171 voidpf opaque; member in struct:zlib_filefunc64_def_s
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
eventlib.h 44 typedef struct { void *opaque; } evConnID; member in struct:__anon1431
45 typedef struct { void *opaque; } evFileID; member in struct:__anon1432
46 typedef struct { void *opaque; } evStreamID; member in struct:__anon1433
47 typedef struct { void *opaque; } evTimerID; member in struct:__anon1434
48 typedef struct { void *opaque; } evWaitID; member in struct:__anon1435
49 typedef struct { void *opaque; } evContext; member in struct:__anon1436
50 typedef struct { void *opaque; } evEvent; member in struct:__anon1437
52 #define evInitID(id) ((id)->opaque = NULL)
53 #define evTestID(id) ((id).opaque != NULL)
  /development/ndk/platforms/android-14/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before by
    [all...]
  /external/skia/src/gpu/ops/
GrLatticeOp.cpp 181 auto opaque = GrColorIsOpaque(fPatches[0].fColor) && GrPixelConfigIsOpaque(fProxy->config()) variable
182 ? GrProcessorAnalysisColor::Opaque::kYes
183 : GrProcessorAnalysisColor::Opaque::kNo;
184 auto analysisColor = GrProcessorAnalysisColor(opaque);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
535 fields next_in, zalloc, zfree and opaque must be initialized before by the
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
82 typedef void (*free_func) OF((voidpf opaque, voidpf address));
100 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
136 to zero. The application must initialize zalloc, zfree and opaque before
140 The opaque value provided by the application will be passed as the first
143 opaque value.
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
231 zalloc, zfree and opaque must be initialized before by the caller. If
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
546 fields next_in, zalloc, zfree and opaque must be initialized before by th
    [all...]
  /external/libunwind/include/
libunwind-common.h 109 unw_word_t opaque[UNW_TDEP_CURSOR_LEN]; member in struct:unw_cursor
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.h 102 unsigned opaque:1; /** Is opaque */ member in struct:lp_rast_shader_inputs
  /external/mesa3d/src/mesa/main/
texcompress_etc.c 54 bool opaque; member in struct:etc2_block
356 block->opaque = src[3] & 0x2;
432 /* opaque bit must be set in planar mode */
433 block->opaque = true;
458 /* Use same modifier tables as for etc1 textures if opaque bit is set
461 block->modifier_tables[0] = (!punchthrough_alpha || block->opaque) ?
464 block->modifier_tables[1] = (!punchthrough_alpha || block->opaque) ?
491 if (!block->opaque && idx == 2) {
511 if (!block->opaque && idx == 2) {
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
535 fields next_in, zalloc, zfree and opaque must be initialized before by th
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
82 typedef void (*free_func) OF((voidpf opaque, voidpf address));
100 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
136 to zero. The application must initialize zalloc, zfree and opaque before
140 The opaque value provided by the application will be passed as the first
143 opaque value.
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
231 zalloc, zfree and opaque must be initialized before by the caller. If
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
546 fields next_in, zalloc, zfree and opaque must be initialized before by th
    [all...]
  /external/syslinux/com32/include/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
370 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
526 fields next_in, zalloc, zfree and opaque must be initialized before by th
    [all...]
  /external/zlib/src/
zlib.h 81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
82 typedef void (*free_func) OF((voidpf opaque, voidpf address));
100 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
136 to zero. The application must initialize zalloc, zfree and opaque before
140 The opaque value provided by the application will be passed as the first
143 opaque value.
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
231 zalloc, zfree and opaque must be initialized before by the caller. If
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
546 fields next_in, zalloc, zfree and opaque must be initialized before by th
    [all...]
  /hardware/intel/common/libva/va/
va_backend.h 490 void *glx; /* opaque for GLX code */
535 void *opaque; /* opaque for display extensions (e.g. GLX) */ member in struct:VADisplayContext
536 void *vatrace; /* opaque for VA trace context */
537 void *vafool; /* opaque for VA fool context */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
135 opaque before calling the init function. All other fields are set by the
138 The opaque value provided by the application will be passed as the first
141 opaque value.
209 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller.
369 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
524 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]

Completed in 629 milliseconds

12 3 4 5 6