Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
H A Dtimers.js194 incRefCount();
234 incRefCount();
309 function incRefCount() { function
350 incRefCount();
353 incRefCount();
676 incRefCount,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipelineLayout.cpp60 incRefCount(); in PipelineLayout()
134 uint32_t PipelineLayout::incRefCount()
H A DVkPipelineLayout.hpp46 uint32_t incRefCount();
H A DVkPipeline.cpp251 layout->incRefCount(); in Pipeline()
/third_party/mesa3d/src/mesa/main/
H A Dsyncobj.h48 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
H A Dsyncobj.c169 * If "incRefCount" is true, the reference count is incremented, which is
174 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() argument
181 if (incRefCount) { in _mesa_get_and_ref_sync()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp62 void incRefCount (void) { m_refCount += 1; } in incRefCount() function in sglr::rc::NamedObject
524 object->incRefCount(); in acquireReference()

Completed in 10 milliseconds