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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.h 140 unsigned createColorTexture(const IntSize& size = IntSize());
DrawingBuffer.cpp 177 unsigned newColorBuffer = createColorTexture(m_size);
283 m_colorBuffer = createColorTexture();
327 unsigned sourceTexture = createColorTexture(m_size);
409 unsigned DrawingBuffer::createColorTexture(const IntSize& size)

Completed in 454 milliseconds