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

1 2 3 4 5 6 7 8 91011>>

  /device/google/cuttlefish_common/guest/hals/camera/
CallbackNotifier.cpp 158 void CallbackNotifier::releaseRecordingFrame(const void* opaque) {
161 if ((*it)->data == opaque) {
  /external/libmojo/mojo/public/js/
support.js 44 * @param {MojoWatchId} watchId An opaque identifier that identifies this
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_rng.cc 182 << " " << TypeString<T>() << "s at " << v->opaque() << ": "
225 << " floats at " << v->opaque() << ": " << ret;
cuda_gpu_executor.cc 103 return reinterpret_cast<CUdeviceptr>(gpu_mem.opaque());
451 return reinterpret_cast<char *>(mem->opaque()) + offset_bytes;
457 CUDADriver::DeviceDeallocate(context_, mem->opaque());
480 if (reinterpret_cast<uintptr_t>(location->opaque()) % 4 == 0 &&
491 if (reinterpret_cast<uintptr_t>(location->opaque()) % 4 == 0 &&
526 if (reinterpret_cast<uintptr_t>(location->opaque()) % 4 == 0 &&
549 CHECK(reinterpret_cast<uintptr_t>(location->opaque()) % 4 == 0 &&
    [all...]
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.mm 85 eagl_layer.opaque = YES;
  /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
  /prebuilts/go/darwin-x86/src/crypto/
crypto.go 113 // Signer is an interface for an opaque private key that can be used for
116 // Public returns the public key corresponding to the opaque,
144 // Decrypter is an interface for an opaque private key that can be used for
148 // Public returns the public key corresponding to the opaque,
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 113 // Signer is an interface for an opaque private key that can be used for
116 // Public returns the public key corresponding to the opaque,
144 // Decrypter is an interface for an opaque private key that can be used for
148 // Public returns the public key corresponding to the opaque,
  /frameworks/base/libs/hwui/
TessellationCache.cpp 269 tessellateShadows(&t->drawTransform, &t->localClip, t->opaque, &t->casterPerimeter,
344 bool opaque, const SkPath* casterPerimeter,
350 sp<ShadowTask> task = new ShadowTask(drawTransform, localClip, opaque, casterPerimeter,
361 const Matrix4* drawTransform, const Rect& localClip, bool opaque,
367 precacheShadows(drawTransform, localClip, opaque, casterPerimeter, transformXY, transformZ,
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.cpp 966 * DESCRIPTION: query buffer index by opaque ptr
969 * @opaque : opaque ptr
975 int QCameraHeapMemory::getMatchBufIndex(const void *opaque,
983 if (mPtr[i] == opaque) {
    [all...]
  /external/libxml2/
uri.c 1094 if (uri->opaque != NULL) {
1095 p = uri->opaque;
    [all...]
  /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...]
  /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/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/tensorflow/tensorflow/compiler/jit/kernels/
xla_launch_op.cc 119 if (mem->opaque() != nullptr) {
120 if (tensors_.erase(mem->opaque()) == 0) {
131 void* ptr = const_cast<void*>(buffer.opaque());
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 210 void GLES20RenderEngine::setupLayerBlending(bool premultipliedAlpha, bool opaque,
213 mState.setOpaque(opaque);
220 if (color.a < 1.0f || !opaque) {
  /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...]
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 74 Opaque() bool
77 // Returns whether or not the image is fully opaque.
78 func opaque(m image.Image) bool { func
80 return o.Opaque()
378 // We have previously verified that the alpha value is fully opaque.
438 // We have previously verified that the alpha value is fully opaque.
569 if opaque(m) {
575 if opaque(m) {
  /prebuilts/go/linux-x86/src/image/png/
writer.go 74 Opaque() bool
77 // Returns whether or not the image is fully opaque.
78 func opaque(m image.Image) bool { func
80 return o.Opaque()
378 // We have previously verified that the alpha value is fully opaque.
438 // We have previously verified that the alpha value is fully opaque.
569 if opaque(m) {
575 if opaque(m) {
  /toolchain/binutils/binutils-2.27/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...]
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go 139 Opaque: "www.google.com/",
149 Opaque: "%2f%2fwww.google.com/",
168 Opaque: "webmaster@golang.org",
299 Opaque: "webmaster@golang.org",
604 return fmt.Sprintf("opaque=%q, scheme=%q, user=%#v, pass=%#v, host=%q, path=%q, rawpath=%q, rawq=%q, frag=%q, forcequery=%v",
605 u.Opaque, u.Scheme, user, pass, u.Host, u.Path, u.RawPath, u.RawQuery, u.Fragment, u.ForceQuery)
1151 opaque := &URL{Scheme: "scheme", Opaque: "opaque"}
1173 // Ensure Opaque resets the URL
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url_test.go 139 Opaque: "www.google.com/",
149 Opaque: "%2f%2fwww.google.com/",
168 Opaque: "webmaster@golang.org",
299 Opaque: "webmaster@golang.org",
604 return fmt.Sprintf("opaque=%q, scheme=%q, user=%#v, pass=%#v, host=%q, path=%q, rawpath=%q, rawq=%q, frag=%q, forcequery=%v",
605 u.Opaque, u.Scheme, user, pass, u.Host, u.Path, u.RawPath, u.RawQuery, u.Fragment, u.ForceQuery)
1151 opaque := &URL{Scheme: "scheme", Opaque: "opaque"}
1173 // Ensure Opaque resets the URL
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.h 115 int32_t releaseFrame(const void *opaque, bool isMetaData);
QCameraMuxer.h 178 const void *opaque);
  /external/brotli/c/dec/
state.h 234 brotli_free_func free_func, void* opaque);

Completed in 1210 milliseconds

1 2 3 4 5 6 7 8 91011>>