OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp
246
TextureInfo
newTexture;
257
std::swap(frontColorBufferMailbox->
textureInfo
, m_colorBuffer);
268
m_context->copyTextureCHROMIUM(GL_TEXTURE_2D, m_colorBuffer.textureId, frontColorBufferMailbox->
textureInfo
.textureId, 0, GL_RGBA, GL_UNSIGNED_BYTE);
278
m_context->produceTextureDirectCHROMIUM(frontColorBufferMailbox->
textureInfo
.textureId, GL_TEXTURE_2D, frontColorBufferMailbox->mailbox.name);
281
frontColorBufferMailbox->mailbox.allowOverlay = frontColorBufferMailbox->
textureInfo
.imageId != 0;
288
m_frontColorBuffer = frontColorBufferMailbox->
textureInfo
;
348
m_context->bindTexture(GL_TEXTURE_2D, mailboxInfo->
textureInfo
.textureId);
349
allocateTextureMemory(&mailboxInfo->
textureInfo
, m_size);
356
PassRefPtr<DrawingBuffer::MailboxInfo> DrawingBuffer::createNewMailbox(const
TextureInfo
& info)
360
returnMailbox->
textureInfo
= info
[
all
...]
DrawingBuffer.h
72
struct
TextureInfo
{
76
TextureInfo
()
85
TextureInfo
textureInfo
;
194
PassRefPtr<MailboxInfo> createNewMailbox(const
TextureInfo
&);
227
void allocateTextureMemory(
TextureInfo
*, const IntSize&);
228
void deleteChromiumImageForTexture(
TextureInfo
*);
244
TextureInfo
m_colorBuffer;
245
TextureInfo
m_frontColorBuffer;
Completed in 79 milliseconds