Lines Matching refs:Caches
33 ANDROID_SINGLETON_STATIC_INSTANCE(Caches);
52 Caches::Caches(): Singleton<Caches>(), in Caches() function in android::uirenderer::Caches
66 bool Caches::init() { in init()
112 void Caches::initFont() { in initFont()
116 void Caches::initExtensions() { in initExtensions()
137 void Caches::initConstraints() { in initConstraints()
147 void Caches::initStaticProperties() { in initStaticProperties()
159 bool Caches::initProperties() { in initProperties()
219 void Caches::terminate() { in terminate()
251 uint32_t Caches::getOverdrawColor(uint32_t amount) const { in getOverdrawColor()
261 void Caches::dumpMemoryUsage() { in dumpMemoryUsage()
267 void Caches::dumpMemoryUsage(String8 &log) { in dumpMemoryUsage()
322 void Caches::clearGarbage() { in clearGarbage()
343 void Caches::deleteLayerDeferred(Layer* layer) { in deleteLayerDeferred()
349 void Caches::flush(FlushMode mode) { in flush()
387 bool Caches::bindMeshBuffer() { in bindMeshBuffer()
391 bool Caches::bindMeshBuffer(const GLuint buffer) { in bindMeshBuffer()
400 bool Caches::unbindMeshBuffer() { in unbindMeshBuffer()
409 bool Caches::bindIndicesBufferInternal(const GLuint buffer) { in bindIndicesBufferInternal()
418 bool Caches::bindQuadIndicesBuffer() { in bindQuadIndicesBuffer()
444 bool Caches::bindShadowIndicesBuffer() { in bindShadowIndicesBuffer()
460 bool Caches::unbindIndicesBuffer() { in unbindIndicesBuffer()
473 bool Caches::bindPixelBuffer(const GLuint buffer) { in bindPixelBuffer()
482 bool Caches::unbindPixelBuffer() { in unbindPixelBuffer()
495 void Caches::bindPositionVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { in bindPositionVertexPointer()
504 void Caches::bindTexCoordsVertexPointer(bool force, const GLvoid* vertices, GLsizei stride) { in bindTexCoordsVertexPointer()
513 void Caches::resetVertexPointers() { in resetVertexPointers()
518 void Caches::resetTexCoordsVertexPointer() { in resetTexCoordsVertexPointer()
522 void Caches::enableTexCoordsVertexArray() { in enableTexCoordsVertexArray()
530 void Caches::disableTexCoordsVertexArray() { in disableTexCoordsVertexArray()
537 void Caches::activeTexture(GLuint textureUnit) { in activeTexture()
544 void Caches::resetActiveTexture() { in resetActiveTexture()
548 void Caches::bindTexture(GLuint texture) { in bindTexture()
555 void Caches::bindTexture(GLenum target, GLuint texture) { in bindTexture()
566 void Caches::deleteTexture(GLuint texture) { in deleteTexture()
585 void Caches::resetBoundTextures() { in resetBoundTextures()
589 void Caches::unbindTexture(GLuint texture) { in unbindTexture()
601 bool Caches::setScissor(GLint x, GLint y, GLint width, GLint height) { in setScissor()
631 bool Caches::enableScissor() { in enableScissor()
641 bool Caches::disableScissor() { in disableScissor()
650 void Caches::setScissorEnabled(bool enabled) { in setScissorEnabled()
658 void Caches::resetScissor() { in resetScissor()
666 void Caches::startTiling(GLuint x, GLuint y, GLuint width, GLuint height, bool discard) { in startTiling()
672 void Caches::endTiling() { in endTiling()
678 bool Caches::hasRegisteredFunctors() { in hasRegisteredFunctors()
682 void Caches::registerFunctors(uint32_t functorCount) { in registerFunctors()
686 void Caches::unregisterFunctors(uint32_t functorCount) { in unregisterFunctors()
698 TextureVertex* Caches::getRegionMesh() { in getRegionMesh()
711 void Caches::initTempProperties() { in initTempProperties()
720 void Caches::setTempProperty(const char* name, const char* value) { in setTempProperty()