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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.h 58 bool hasValidTexture() { return m_hasValidTexture; }
CanvasLayer.cpp 76 bool previousState = m_texture->hasValidTexture();
101 if (previousState != m_texture->hasValidTexture()) {
123 if (!m_texture->hasValidTexture()) {

Completed in 28 milliseconds