Home
last modified time | relevance | path

Searched refs:TextureWasDeleted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.h177 bool TextureWasDeleted() const;
Dgl_frame.cpp304 if (texture_state_ == kStateGenerated || TextureWasDeleted()) { in AllocateTexture()
324 bool GLFrame::TextureWasDeleted() const { in TextureWasDeleted() function in android::filterfw::GLFrame