OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_color_attachments_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_group.cc
52
max_color_attachments_
(1u),
115
GetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &
max_color_attachments_
);
116
if (
max_color_attachments_
< 1)
117
max_color_attachments_
= 1;
129
new FramebufferManager(max_draw_buffers_,
max_color_attachments_
));
context_group.h
113
return
max_color_attachments_
;
201
uint32
max_color_attachments_
;
member in class:gpu::gles2::ContextGroup
framebuffer_manager.h
292
uint32
max_color_attachments_
;
member in class:gpu::gles2::FramebufferManager
framebuffer_manager.cc
279
max_color_attachments_
(max_color_attachments) {
281
DCHECK_GT(
max_color_attachments_
, 0u);
432
manager_->
max_color_attachments_
)) {
Completed in 151 milliseconds