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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_convolution_algorithm_picker.cc 63 << allocated_buffer.opaque();
  /external/tensorflow/tensorflow/stream_executor/
kernel.h 162 // Returns a const pointer to the (opaque) platform-dependent implementation.
167 // Returns a non-const pointer to the (opaque) platform-dependent
418 *copy_ptr = arg.opaque();
462 // A place to store copies of opaque pointers from device memory arguments.
  /external/webp/src/dec/
vp8l_dec.c 814 ALPHDecoder* const alph_dec = (ALPHDecoder*)dec->io_->opaque;
    [all...]
  /external/zlib/src/contrib/infback9/
infback9.c 35 strm->opaque = (voidpf)0;
  /external/zlib/src/examples/
gun.c 642 strm.opaque = Z_NULL;
gzappend.c 285 strm->opaque = Z_NULL;
  /toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
infback9.c 35 strm->opaque = (voidpf)0;
  /toolchain/binutils/binutils-2.27/zlib/examples/
gun.c 642 strm.opaque = Z_NULL;
gzappend.c 285 strm->opaque = Z_NULL;
  /toolchain/binutils/binutils-2.27/zlib/
gzread.c 109 state->strm.opaque = Z_NULL;
  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.cpp 865 * @opaque : ptr to video frame to be returned
872 int32_t QCameraVideoChannel::releaseFrame(const void * opaque, bool isMetaData)
887 int32_t rc = pVideoStream->bufDone(opaque, isMetaData);
    [all...]
  /external/clang/www/demo/
index.cgi 98 $input =~ s@\b(void|i8|i1|i16|i32|i64|float|double|type|label|opaque)\b@<span class="llvm_type">$1</span>@g;
  /external/libmicrohttpd/src/microspdy/
compression.c 221 strm->opaque = Z_NULL;
326 strm->opaque = Z_NULL;
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 28 static void* my_alloc_func(void* opaque,
34 static void my_free_func(void* opaque, void* address) {
  /external/python/cpython2/Lib/test/
test_urllib.py     [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 219 * Surface creation flag: Indicates that the surface must be considered opaque,
222 * still draw every pixel opaque.
224 * This flag is ignored if setAlpha() is used to make the surface non-opaque.
227 * <li>OPAQUE + alpha(1.0) == opaque composition
228 * <li>OPAQUE + alpha(0.x) == blended composition
229 * <li>!OPAQUE + alpha(1.0) == blended composition
230 * <li>!OPAQUE + alpha(0.x) == blended composition
232 * If the underlying buffer lacks an alpha channel, the OPAQUE flag is effectively
235 public static final int OPAQUE = 0x00000400
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.h 228 static void release_recording_frame(struct camera_device *, const void *opaque);
340 int releaseRecordingFrame(const void *opaque);
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
url.go 75 // a valid hierarchical or opaque URL part.
  /prebuilts/go/darwin-x86/src/image/
ycbcr.go 137 func (p *YCbCr) Opaque() bool {
258 // Opaque scans the entire image and reports whether it is fully opaque.
259 func (p *NYCbCrA) Opaque() bool {
  /prebuilts/go/linux-x86/src/html/template/
url.go 75 // a valid hierarchical or opaque URL part.
  /prebuilts/go/linux-x86/src/image/
ycbcr.go 137 func (p *YCbCr) Opaque() bool {
258 // Opaque scans the entire image and reports whether it is fully opaque.
259 func (p *NYCbCrA) Opaque() bool {
  /external/brotli/c/dec/
decode.c 72 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) {
77 state = (BrotliDecoderState*)alloc_func(opaque, sizeof(BrotliDecoderState));
84 state, alloc_func, free_func, opaque);
94 void* opaque = state->memory_manager_opaque; local
96 free_func(opaque, state);
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_blas.cc     [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 202 void *opaque; member in struct:__anon42647
491 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
492 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
    [all...]

Completed in 1048 milliseconds

<<11121314151617181920>>