OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_colorbuffer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp
116
,
m_colorBuffer
(0)
186
m_colorBuffer
= nextFrontColorBuffer->textureId;
193
m_context->framebufferTexture2D(GraphicsContext3D::FRAMEBUFFER, GraphicsContext3D::COLOR_ATTACHMENT0, GraphicsContext3D::TEXTURE_2D,
m_colorBuffer
, 0);
196
extensions->copyTextureCHROMIUM(GraphicsContext3D::TEXTURE_2D,
m_colorBuffer
, nextFrontColorBuffer->textureId, 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE);
283
m_colorBuffer
= createColorTexture();
284
m_context->framebufferTexture2D(GraphicsContext3D::FRAMEBUFFER, GraphicsContext3D::COLOR_ATTACHMENT0, GraphicsContext3D::TEXTURE_2D,
m_colorBuffer
, 0);
287
m_lastColorBuffer = createNewMailbox(
m_colorBuffer
);
292
return
m_colorBuffer
;
389
m_colorBuffer
= 0;
444
m_context->bindTexture(GraphicsContext3D::TEXTURE_2D,
m_colorBuffer
);
[
all
...]
DrawingBuffer.h
138
Platform3DObject colorBuffer() const { return
m_colorBuffer
; }
177
Platform3DObject
m_colorBuffer
;
Completed in 77 milliseconds