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

  /frameworks/base/libs/hwui/
Texture.h 145 class AutoTexture {
147 AutoTexture(const Texture* texture): mTexture(texture) { }
148 ~AutoTexture() {
157 }; // class AutoTexture
OpenGLRenderer.cpp     [all...]
SkiaShader.cpp 148 const AutoTexture autoCleanup(texture);

Completed in 34 milliseconds