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

  /external/chromium_org/third_party/WebKit/public/platform/
WebExternalTextureLayer.h 50 virtual void clearTexture() = 0;
  /external/chromium_org/content/renderer/compositor_bindings/
web_external_texture_layer_impl.h 41 virtual void clearTexture();
web_external_texture_layer_impl.cc 42 void WebExternalTextureLayerImpl::clearTexture() {
44 layer->ClearTexture();
  /frameworks/base/libs/hwui/
DeferredLayerUpdater.cpp 145 mLayer->clearTexture();
Layer.cpp 212 void Layer::clearTexture() {
Layer.h 267 ANDROID_API void clearTexture();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 147 m_layer->clearTexture();
355 // We must clear the mailboxes before calling m_layer->clearTexture() to prevent
359 m_layer->clearTexture();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 578 m_layer->clearTexture();
    [all...]

Completed in 364 milliseconds