Home
last modified time | relevance | path

Searched refs:incRefCount (Results 1 – 7 of 7) sorted by relevance

/third_party/node/lib/internal/
Dtimers.js190 incRefCount();
230 incRefCount();
297 function incRefCount() { function
338 incRefCount();
341 incRefCount();
664 incRefCount field
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp60 incRefCount(); in PipelineLayout()
134 uint32_t PipelineLayout::incRefCount() in incRefCount() function in vk::PipelineLayout
DVkPipelineLayout.hpp46 uint32_t incRefCount();
DVkPipeline.cpp251 layout->incRefCount(); in Pipeline()
/third_party/mesa3d/src/mesa/main/
Dsyncobj.h51 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
Dsyncobj.c177 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() argument
184 if (incRefCount) { in _mesa_get_and_ref_sync()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.hpp62 void incRefCount (void) { m_refCount += 1; } in incRefCount() function in sglr::rc::NamedObject
524 object->incRefCount(); in acquireReference()