Searched refs:createFramebuffer (Results 1 - 23 of 23) sorted by relevance

/external/deqp/framework/opengl/
H A DgluFboRenderContext.hpp59 void createFramebuffer (const RenderConfig& config);
H A DgluFboRenderContext.cpp132 createFramebuffer(config);
155 createFramebuffer(config);
176 void FboRenderContext::createFramebuffer (const RenderConfig& config) function in class:glu::FboRenderContext
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh117 void createFramebuffer (const glu::RenderConfig& config);
H A DtcuIOSPlatform.mm197 createFramebuffer(config);
211 void ScreenContext::createFramebuffer (const glu::RenderConfig& config)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLDrawBuffers.cpp112 Platform3DObject fbo = context->createFramebuffer();
H A DWebGLFramebuffer.cpp281 setObject(ctx->webContext()->createFramebuffer());
H A DWebGLRenderingContextBase.idl513 WebGLFramebuffer createFramebuffer();
H A DWebGLRenderingContextBase.h150 PassRefPtrWillBeRawPtr<WebGLFramebuffer> createFramebuffer();
H A DWebGLRenderingContextBase.cpp1563 PassRefPtrWillBeRawPtr<WebGLFramebuffer> WebGLRenderingContextBase::createFramebuffer() function in class:blink::__anon11092::WebGLRenderingContextBase
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_benchmark.cc138 WebGLId framebuffer = context_->createFramebuffer();
246 WebGLId framebuffer = context_->createFramebuffer();
H A Dgl_helper_unittest.cc730 WebGLId framebuffer = context_->createFramebuffer();
824 WebGLId framebuffer = context_->createFramebuffer();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp412 m_fbo = m_context->createFramebuffer();
553 Platform3DObject framebuffer = m_context->createFramebuffer();
640 m_multisampleFBO = m_context->createFramebuffer();
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc33 framebuffers[i] = test_context_->createFramebuffer();
H A Dtest_web_graphics_context_3d.cc217 GLuint TestWebGraphicsContext3D::createFramebuffer() { function in class:cc::TestWebGraphicsContext3D
H A Dtest_web_graphics_context_3d.h132 virtual GLuint createFramebuffer();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.h101 GLuint createFramebuffer();
H A DContext.cpp283 GLuint Context::createFramebuffer() function in class:gl::Context
H A DlibGLESv2.cpp1738 framebuffers[i] = context->createFramebuffer();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h261 virtual WebGLId createFramebuffer() { return 1; } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.cc394 framebuffer_ = context_->createFramebuffer();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h363 virtual WebGLId createFramebuffer() = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h392 virtual WebGLId createFramebuffer();
H A Dwebgraphicscontext3d_impl.cc736 WebGLId WebGraphicsContext3DImpl::createFramebuffer() { function in class:webkit::gpu::WebGraphicsContext3DImpl

Completed in 422 milliseconds