OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getContextAttributes
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.cc
92
FakeWebGraphicsContext3D::
getContextAttributes
() {
test_web_graphics_context_3d.cc
127
TestWebGraphicsContext3D::
getContextAttributes
() {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
379
GraphicsContext3D::Attributes GraphicsContext3D::
getContextAttributes
()
381
blink::WebGraphicsContext3D::Attributes webAttributes = m_impl->
getContextAttributes
();
518
paintFramebufferToCanvas(framebufferId, width, height, !
getContextAttributes
().premultipliedAlpha, imageBuffer);
523
if (
getContextAttributes
().premultipliedAlpha)
[
all
...]
/external/chromium_org/cc/output/
gl_renderer_unittest.cc
441
virtual Attributes
getContextAttributes
() {
[
all
...]
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
767
WebGraphicsContext3DCommandBufferImpl::
getContextAttributes
() {
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc
642
WebGraphicsContext3DInProcessCommandBufferImpl::
getContextAttributes
() {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
[
all
...]
WebGLRenderingContext.cpp
814
RefPtr<WebGLContextAttributes> contextAttributes =
getContextAttributes
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
127
virtual Attributes
getContextAttributes
() { return m_attrs; }
Completed in 89 milliseconds