OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_texture
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc
324
GLint
bound_texture
= 0;
local
325
glGetIntegerv(GL_TEXTURE_BINDING_2D, &
bound_texture
);
326
EXPECT_EQ(texture_ids[1], static_cast<GLuint>(
bound_texture
));
329
bound_texture
= 0;
331
glGetIntegerv(GL_TEXTURE_BINDING_2D, &
bound_texture
);
332
EXPECT_EQ(texture_ids[0], static_cast<GLuint>(
bound_texture
));
/external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc
644
GLint
bound_texture
= 0;
local
645
web_graphics_context->getIntegerv(GL_TEXTURE_BINDING_2D, &
bound_texture
);
646
DCHECK_EQ(static_cast<GLuint>(
bound_texture
), texture);
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc
5342
GLint
bound_texture
;
local
[
all
...]
Completed in 48 milliseconds