HomeSort by relevance Sort by last modified time
    Searched refs:getRefCount (Results 1 - 15 of 15) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/bitmap/
Poolable.java 22 int getRefCount();
ReusableBitmap.java 91 public int getRefCount() {
AltPooledCache.java 99 if (value.getRefCount() != 0 || !value.isEligibleForPooling()) {
117 if (value.getRefCount() > 0 || !value.isEligibleForPooling()) {
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrFakeRefObj.h 54 int getRefCount() const { return fRef; }
GrDebugGL.cpp 207 GrAlwaysAssert(0 == fObjects[i]->getRefCount());
GrGLCreateDebugInterface.cpp 488 if (program->getRefCount()) {
503 if (shader->getRefCount()) {
558 if (array->getRefCount()) {
    [all...]
  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 54 int getRefCount() const { return fRef; }
GrDebugGL.cpp 207 GrAlwaysAssert(0 == fObjects[i]->getRefCount());
GrGLCreateDebugInterface.cpp 488 if (program->getRefCount()) {
503 if (shader->getRefCount()) {
558 if (array->getRefCount()) {
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Program.h 97 unsigned int getRefCount() const;
Shader.h 80 unsigned int getRefCount() const;
ResourceManager.cpp 144 if (shaderObject->second->getRefCount() == 0)
163 if (programObject->second->getRefCount() == 0)
Program.cpp 329 unsigned int Program::getRefCount() const
Shader.cpp 209 unsigned int Shader::getRefCount() const
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 138 public int getRefCount() {

Completed in 752 milliseconds