Searched refs:mRefCount (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/common/
H A DRefCountObject.cpp18 mRefCount = 0;
23 ASSERT(mRefCount == 0);
28 mRefCount++;
33 ASSERT(mRefCount > 0);
35 if (--mRefCount == 0)
H A DRefCountObject.h36 mutable std::size_t mRefCount; member in class:RefCountObject
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DProgram.cpp142 mRefCount = 0;
316 mRefCount--;
318 if (mRefCount == 0 && mDeleteStatus)
326 mRefCount++;
331 return mRefCount;
H A DResourceManager.h75 std::size_t mRefCount; member in class:gl::ResourceManager
H A DResourceManager.cpp23 mRefCount = 1;
57 mRefCount++;
62 if (--mRefCount == 0)
H A DShader.cpp35 mRefCount = 0;
196 mRefCount++;
201 mRefCount--;
203 if (mRefCount == 0 && mDeleteStatus)
211 return mRefCount;
H A DProgram.h120 unsigned int mRefCount; member in class:gl::Program
H A DShader.h120 unsigned int mRefCount; // Number of program objects this shader is attached to member in class:gl::Shader

Completed in 86 milliseconds