HomeSort by relevance Sort by last modified time
    Searched defs:getContextAttributes (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 106 FakeWebGraphicsContext3D::getContextAttributes() {
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.cc 89 TestWebGraphicsContext3D::getContextAttributes() {
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 171 TestWebGraphicsContext3D::getContextAttributes() {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 455 GraphicsContext3D::Attributes GraphicsContext3D::getContextAttributes()
457 WebKit::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes();
602 paintFramebufferToCanvas(framebufferId, width, height, !getContextAttributes().premultipliedAlpha, imageBuffer);
607 if (getContextAttributes().premultipliedAlpha)
    [all...]
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 522 virtual Attributes getContextAttributes() {
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 911 WebGraphicsContext3DCommandBufferImpl::getContextAttributes() {
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 662 WebGraphicsContext3DInProcessCommandBufferImpl::getContextAttributes() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
WebGLRenderingContext.cpp 808 RefPtr<WebGLContextAttributes> contextAttributes = getContextAttributes();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 133 virtual Attributes getContextAttributes() { return m_attrs; }

Completed in 125 milliseconds