Searched refs:mProxyRefs (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DTexture.cpp345 mProxyRefs = 0;
377 mProxyRefs++;
382 if(mProxyRefs > 0)
384 mProxyRefs--;
387 if(mProxyRefs == 0)
H A DTexture.h185 unsigned int mProxyRefs; member in class:es1::Texture2D
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp521 mProxyRefs = 0;
553 mProxyRefs++;
558 if(mProxyRefs > 0)
560 mProxyRefs--;
563 if(mProxyRefs == 0)
1484 mProxyRefs = 0;
1516 mProxyRefs++;
1521 if(mProxyRefs > 0)
1523 mProxyRefs--;
1526 if(mProxyRefs
[all...]
H A DTexture.h209 unsigned int mProxyRefs; member in class:es2::Texture2D
329 unsigned int mProxyRefs; member in class:es2::Texture3D
/external/swiftshader/src/OpenGL/libGL/
H A DTexture.cpp283 mProxyRefs = 0;
309 mProxyRefs++;
314 if(mProxyRefs > 0)
316 mProxyRefs--;
319 if(mProxyRefs == 0)
H A DTexture.h162 unsigned int mProxyRefs; member in class:gl::Texture2D

Completed in 108 milliseconds