HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 126 - 150 of 621) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/python/cpython2/Modules/zlib/
compress.c 44 stream.opaque = (voidpf)0;
zutil.h 239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/python/cpython3/Modules/zlib/
zutil.h 257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/skia/tools/gdb/
bitmap.py 36 opaque = 1 variable in class:AlphaType
  /external/skqp/tools/gdb/
bitmap.py 36 opaque = 1 variable in class:AlphaType
  /external/syslinux/com32/lib/zlib/
compress.c 44 stream.opaque = (voidpf)0;
zutil.h 265 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
270 (*((strm)->zalloc))((strm)->opaque, (items), (size))
271 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/webp/src/dec/
vp8_dec.h 62 void* opaque; // user data member in struct:VP8Io
122 // Main decoding object. This is an opaque structure.
  /external/zlib/src/
zutil.h 257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.h 37 const Rect& contentDrawBounds, bool opaque, bool wideColorGamut,
SkiaVulkanPipeline.h 35 const Rect& contentDrawBounds, bool opaque, bool wideColorGamut,
  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.h 40 void setOpaque(bool opaque);
73 // whether this layer is marked as opaque
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.h 77 const void *opaque);
  /hardware/qcom/camera/msm8998/usbcamcore/inc/
QualcommUsbCamera.h 174 const void *opaque);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
attributes.h 93 u_int32_t opaque[4]; /* an opaque cookie */ member in struct:attrlist_cursor
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winber.h 45 WINBERAPI ULONG BERAPI ber_next_element (BerElement *pBerElement, ULONG *pLen, CHAR *opaque);
  /toolchain/binutils/binutils-2.27/gas/
compress-debug.c 36 strm.opaque = NULL;
  /toolchain/binutils/binutils-2.27/zlib/
compress.c 44 stream.opaque = (voidpf)0;
zutil.h 239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/freetype/src/gzip/
ftgzip.c 154 zcalloc ( voidpf opaque,
158 return ft_gzip_alloc( (FT_Memory)opaque, items, size );
162 zcfree( voidpf opaque,
165 ft_gzip_free( (FT_Memory)opaque, ptr );
314 zstream->opaque = stream->memory;
339 zstream->opaque = NULL;
751 stream.opaque = memory;
  /frameworks/rs/script_api/
rs_object_types.spec 25 // Opaque handle to a RenderScript object. Do not use this directly.
46 An opaque handle to a RenderScript element.
55 An opaque handle to a RenderScript type.
64 An opaque handle to a RenderScript allocation.
73 An opaque handle to a RenderScript sampler object.
82 An opaque handle to a RenderScript script object.
  /bionic/libc/kernel/uapi/linux/
coda.h 119 u_int32_t opaque[4]; member in struct:CodaFid
121 #define coda_f2i(fid) (fid ? (fid->opaque[3] ^ (fid->opaque[2] << 10) ^ (fid->opaque[1] << 20) ^ fid->opaque[0]) : 0)
  /external/apache-http/android/src/android/net/http/
RequestHandle.java 242 String opaque) {
245 username, password, realm, nonce, QOP, algorithm, opaque);
306 String opaque) {
335 if (opaque != null) {
336 response += ", opaque=" + doubleQuote(opaque);
  /external/kernel-headers/original/uapi/linux/
coda.h 201 u_int32_t opaque[4]; member in struct:CodaFid
205 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.h 116 virtual int getMatchBufIndex(const void *opaque, bool metadata) const = 0;
199 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
232 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
253 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
293 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;

Completed in 660 milliseconds

1 2 3 4 56 7 8 91011>>