HomeSort by relevance Sort by last modified time
    Searched refs:unref (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/skia/src/gpu/
GrBuffer.h 22 // class pointers with sk_sp we virtualize ref() and unref().
24 virtual void unref() const = 0;
GrCpuBuffer.h 23 void unref() const override { GrNonAtomicRef<GrCpuBuffer>::unref(); }
GrNonAtomicRef.h 40 void unref() const { function in class:GrNonAtomicRef
GrGpuBuffer.h 30 void unref() const final { GrGpuResource::unref(); }
  /external/skia/bench/
RefCntBench.cpp 33 ref.unref();
68 ref->unref();
70 ref->unref();
94 ref->unref();
96 ref->unref();
122 ref.unref();
154 ref->unref();
156 ref->unref();
180 ref->unref();
182 ref->unref();
    [all...]
  /external/skqp/bench/
RefCntBench.cpp 33 ref.unref();
68 ref->unref();
70 ref->unref();
94 ref->unref();
96 ref->unref();
122 ref.unref();
154 ref->unref();
156 ref->unref();
180 ref->unref();
182 ref->unref();
    [all...]
  /external/skia/src/gpu/vk/
GrVkDescriptorSet.cpp 24 fPool->unref(gpu);
GrVkCommandPool.cpp 75 fPrimaryCommandBuffer->unref(gpu);
78 buffer->unref(gpu);
  /external/skqp/src/gpu/
GrNonAtomicRef.h 40 void unref() const { function in class:GrNonAtomicRef
  /external/skqp/src/gpu/vk/
GrVkDescriptorSet.cpp 24 fPool->unref(gpu);
  /external/kmod/tools/
remove.c 128 goto unref;
132 goto unref;
134 unref:
  /external/grpc-grpc/src/core/ext/filters/client_channel/
connector.cc 29 connector->vtable->unref(connector);
client_channel_factory.cc 29 factory->vtable->unref(factory);
client_channel_factory.h 50 void (*unref)(grpc_client_channel_factory* factory); member in struct:grpc_client_channel_factory_vtable
connector.h 54 void (*unref)(grpc_connector* connector); member in struct:grpc_connector_vtable
  /external/skia/tests/
CachedDataTest.cpp 58 data->unref();
64 data->unref();
92 data->unref();
97 data->unref();
MaskCacheTest.cpp 53 data->unref();
66 data->unref();
90 data->unref();
103 data->unref();
RefCntTest.cpp 19 ref->unref();
33 ref->unref();
40 ref->unref();
68 ref->unref();
83 #define check(reporter, ref, unref, make, kill) \
85 REPORTER_ASSERT(reporter, gUnrefCounter == unref); \
102 void unref() { function in class:Effect
391 rc->unref();
  /external/skqp/tests/
CachedDataTest.cpp 58 data->unref();
64 data->unref();
92 data->unref();
97 data->unref();
MaskCacheTest.cpp 53 data->unref();
66 data->unref();
90 data->unref();
103 data->unref();
  /external/virglrenderer/src/
vrend_object.c 32 void (*unref)(void *); member in struct:vrend_object_types
39 obj_types[type].unref = cb;
79 if (obj_types[obj->type].unref)
80 obj_types[obj->type].unref(obj->data);
  /external/tensorflow/tensorflow/core/kernels/
summary_kernels.cc 56 core::ScopedUnref unref(s);
87 core::ScopedUnref unref(db);
93 core::ScopedUnref unref(s);
106 core::ScopedUnref unref(s);
132 core::ScopedUnref unref(s);
157 core::ScopedUnref unref(s);
178 core::ScopedUnref unref(s);
201 core::ScopedUnref unref(s);
230 core::ScopedUnref unref(s);
266 core::ScopedUnref unref(s)
    [all...]
  /external/libxcam/xcore/base/
xcam_buffer.h 106 void (*unref) (XCamVideoBuffer *); member in struct:_XCamVideoBuffer
120 #define xcam_video_buffer_unref(buf) (buf)->unref(buf)
  /external/skia/include/private/
GrProxyRef.h 77 fProxy->unref();
115 fProxy->unref();
  /external/skqp/include/private/
GrProxyRef.h 77 fProxy->unref();
115 fProxy->unref();

Completed in 728 milliseconds

1 2 3 4 5 6 7 8 9