HomeSort by relevance Sort by last modified time
    Searched refs:createFramebuffer (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDrawBuffers.cpp 115 Platform3DObject fbo = context->createFramebuffer();
WebGLFramebuffer.cpp 293 setObject(ctx->graphicsContext3D()->createFramebuffer());
WebGLRenderingContext.h 135 PassRefPtr<WebGLFramebuffer> createFramebuffer();
    [all...]
WebGLRenderingContext.idl 498 [StrictTypeChecking] WebGLFramebuffer createFramebuffer();
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 140 WebGLId framebuffer = context_->createFramebuffer();
256 WebGLId framebuffer = context_->createFramebuffer();
gl_helper.cc 41 framebuffer_(context, context->createFramebuffer()),
432 ScopedFramebuffer dst_framebuffer(context_, context_->createFramebuffer());
453 ScopedFramebuffer dst_framebuffer(context_, context_->createFramebuffer());
668 context_->createFramebuffer());
    [all...]
gl_helper_scaling.cc 126 dst_framebuffer_(context, context_->createFramebuffer()),
    [all...]
webgraphicscontext3d_command_buffer_impl.h 468 virtual WebGLId createFramebuffer();
gl_helper_unittests.cc 583 WebGLId framebuffer = context_->createFramebuffer();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
FECustomFilter.cpp 214 m_frameBuffer = m_context->createFramebuffer();
239 m_multisampleFrameBuffer = m_context->createFramebuffer();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 286 m_fbo = m_context->createFramebuffer();
394 Platform3DObject framebuffer = m_context->createFramebuffer();
491 m_multisampleFBO = m_context->createFramebuffer();
  /external/chromium_org/cc/test/
fake_web_graphics_context_3d.cc 274 WebGLId FakeWebGraphicsContext3D::createFramebuffer() {
layer_tree_pixel_test.cc 259 unsigned fbo = context3d->createFramebuffer();
test_gles2_interface.cc 33 framebuffers[i] = test_context_->createFramebuffer();
test_web_graphics_context_3d.h 90 virtual blink::WebGLId createFramebuffer();
fake_web_graphics_context_3d.h 542 virtual blink::WebGLId createFramebuffer();
test_web_graphics_context_3d.cc 242 WebGLId TestWebGraphicsContext3D::createFramebuffer() {
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 143 fbo_ = context3d->createFramebuffer();
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 290 GLuint createFramebuffer();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h 365 Platform3DObject createFramebuffer();
GraphicsContext3D.cpp 576 DELEGATE_TO_WEBCONTEXT_R(createFramebuffer, Platform3DObject)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 342 m_framebuffer = m_context->createFramebuffer();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 263 virtual WebGLId createFramebuffer() { return 1; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 376 virtual WebGLId createFramebuffer() = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 409 virtual WebGLId createFramebuffer();

Completed in 2165 milliseconds

1 2