OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_colorTexture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp
156
,
m_colorTexture
(0)
260
m_context->bindTexture(GL_TEXTURE_2D,
m_colorTexture
);
267
m_context->framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D,
m_colorTexture
, 0);
341
m_colorTexture
= m_context->createTexture();
381
if (
m_colorTexture
) {
382
m_context->deleteTexture(
m_colorTexture
);
383
m_colorTexture
= 0;
TestPlugin.h
140
unsigned
m_colorTexture
;
Completed in 233 milliseconds