OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContextAttributes
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.cc
92
FakeWebGraphicsContext3D::
getContextAttributes
() {
test_web_graphics_context_3d.h
57
virtual Attributes
getContextAttributes
();
fake_web_graphics_context_3d.h
238
virtual Attributes
getContextAttributes
();
test_web_graphics_context_3d.cc
127
TestWebGraphicsContext3D::
getContextAttributes
() {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl
174
Canvas2DContextAttributes
getContextAttributes
();
CanvasRenderingContext2D.h
237
PassRefPtr<Canvas2DContextAttributes>
getContextAttributes
() const;
WebGLRenderingContext.h
176
PassRefPtr<WebGLContextAttributes>
getContextAttributes
();
[
all
...]
WebGLRenderingContext.cpp
814
RefPtr<WebGLContextAttributes> contextAttributes =
getContextAttributes
();
[
all
...]
WebGLRenderingContext.idl
540
[StrictTypeChecking] WebGLContextAttributes
getContextAttributes
();
[
all
...]
CanvasRenderingContext2D.cpp
[
all
...]
/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
...]
GraphicsContext3D.h
265
Attributes
getContextAttributes
();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp
272
m_attributes = m_context->
getContextAttributes
();
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
127
virtual Attributes
getContextAttributes
() { return m_attrs; }
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
271
virtual Attributes
getContextAttributes
() = 0;
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h
260
virtual Attributes
getContextAttributes
();
webgraphicscontext3d_command_buffer_impl.cc
767
WebGraphicsContext3DCommandBufferImpl::
getContextAttributes
() {
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h
201
virtual Attributes
getContextAttributes
();
webgraphicscontext3d_in_process_command_buffer_impl.cc
642
WebGraphicsContext3DInProcessCommandBufferImpl::
getContextAttributes
() {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js
[
all
...]
/external/chromium_org/cc/output/
gl_renderer_unittest.cc
441
virtual Attributes
getContextAttributes
() {
[
all
...]
renderer_pixeltest.cc
[
all
...]
Completed in 264 milliseconds