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

  /frameworks/native/services/surfaceflinger/
LayerScreenshot.cpp 45 new SurfaceFlinger::MessageDestroyGLTexture(mTextureName) );
SurfaceFlinger.h 220 class MessageDestroyGLTexture : public MessageBase {
223 MessageDestroyGLTexture(GLuint texture) : texture(texture) { }
Layer.cpp 121 new SurfaceFlinger::MessageDestroyGLTexture(mTextureName) );

Completed in 35 milliseconds