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

<<11121314151617181920>>

  /external/libunwind/include/
libunwind-common.h.in 97 unw_word_t opaque[UNW_TDEP_CURSOR_LEN];
libunwind-common.h 109 unw_word_t opaque[UNW_TDEP_CURSOR_LEN]; member in struct:unw_cursor
  /external/valgrind/coregrind/
m_xarray.c 362 static void add_char_to_XA ( HChar c, void* opaque )
364 XArray* dst = (XArray*)opaque;
  /external/valgrind/exp-sgcheck/
h_main.c 601 static IRTemp for_sg__newIRTemp_cb ( IRType ty, void* opaque )
603 PCEnv* pce = (PCEnv*)opaque;
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.cpp 65 bool opaque, bool wideColorGamut,
87 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, wideColorGamut, contentDrawBounds,
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp 112 void RenderProxy::setOpaque(bool opaque) {
113 mRenderThread.queue().post([=]() { mContext->setOpaque(opaque); });
CanvasContext.h 128 void setOpaque(bool opaque);
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c 353 /* Opaque callback argument. */
354 void *opaque; member in struct:d_print_info
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
cp-demangle.c 330 /* Opaque callback argument. */
331 void *opaque; member in struct:d_print_info
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 461 void EmulatedCamera::releaseRecordingFrame(const void* opaque)
463 mCallbackNotifier.releaseRecordingFrame(opaque);
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.cpp 331 void EmulatedCamera::releaseRecordingFrame(const void* opaque) {
332 mCallbackNotifier.releaseRecordingFrame(opaque);
847 const void* opaque) {
853 ec->releaseRecordingFrame(opaque);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.h 71 virtual int32_t bufDone(const void *opaque, bool isMetaData);
  /external/curl/lib/
content_encoding.c 92 zalloc_cb(voidpf opaque, unsigned int items, unsigned int size)
94 (void) opaque;
100 zfree_cb(voidpf opaque, voidpf ptr)
102 (void) opaque;
  /external/freetype/src/gzip/
inflate.c 99 z->opaque = (voidpf)0;
  /external/libvncserver/libvncserver/
zlib.c 170 cl->compStream.opaque = Z_NULL;
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 863 if (!uni->opaque[i].active)
868 unsigned unit = uni->opaque[i].index + offset + j;
894 if (uni->opaque[i].active) {
898 sh->Program->sh.ImageUnits[uni->opaque[i].index + offset + j] =
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 83 static void radius_ip_up(void *opaque, int arg);
84 static void radius_ip_down(void *opaque, int arg);
    [all...]
  /external/python/cpython3/Modules/
_lzmamodule.c 120 PyLzma_Malloc(void *opaque, size_t items, size_t size)
130 PyLzma_Free(void *opaque, void *ptr)
755 self->alloc.opaque = NULL;
    [all...]
zlibmodule.c 224 zst.opaque = NULL;
351 zst.opaque = NULL;
475 self->zst.opaque = NULL;
571 self->zst.opaque = NULL;
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
fft_thunk.cc 42 << allocated_buffer.opaque();
  /external/webp/src/dec/
alpha_dec.c 84 io->opaque = dec;
io_dec.c 147 // the user requested alpha, but there is none, set it to opaque.
289 // the user requested alpha, but there is none, set it to opaque.
551 WebPDecParams* const p = (WebPDecParams*)io->opaque;
614 WebPDecParams* const p = (WebPDecParams*)io->opaque;
634 WebPDecParams* const p = (WebPDecParams*)io->opaque;
646 io->opaque = params;
  /frameworks/base/libs/hwui/
RenderProperties.cpp 62 setOpaque(other.opaque());
  /frameworks/native/cmds/flatland/
Composers.cpp 143 Composer* opaque() { function in namespace:android
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 109 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, bool disableTexture,

Completed in 819 milliseconds

<<11121314151617181920>>