OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_texture_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc
138
color_texture_
(0),
266
context_->bindTexture(GL_TEXTURE_2D,
color_texture_
);
282
GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D,
color_texture_
, 0);
393
color_texture_
= context_->createTexture();
466
if (
color_texture_
) {
467
context_->deleteTexture(
color_texture_
);
468
color_texture_
= 0;
test_plugin.h
150
unsigned
color_texture_
;
member in class:content::TestPlugin
Completed in 179 milliseconds