/external/chromium_org/gpu/command_buffer/service/ |
framebuffer_manager.cc | 105 GLenum attachment_type, uint32 max_color_attachments) OVERRIDE { 107 attachment_type, max_color_attachments); 222 GLenum attachment_type, uint32 max_color_attachments) OVERRIDE { 230 attachment_type, max_color_attachments); 274 uint32 max_draw_buffers, uint32 max_color_attachments) 279 max_color_attachments_(max_color_attachments) {
|
framebuffer_manager.h | 49 GLenum attachment_type, uint32 max_color_attachments) = 0; 223 FramebufferManager(uint32 max_draw_buffers, uint32 max_color_attachments);
|
context_group.h | 112 uint32 max_color_attachments() const { function in class:gpu::gles2::ContextGroup
|
feature_info.cc | 673 GLint max_color_attachments = 0; local 674 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &max_color_attachments); 676 i < static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + max_color_attachments);
|
gles2_cmd_decoder.cc | [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils.h | 146 int type, uint32 max_color_attachments);
|
gles2_cmd_utils.cc | 671 int type, uint32 max_color_attachments) { 680 GL_COLOR_ATTACHMENT0 + max_color_attachments)) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
config.h | 244 #define MAX_COLOR_ATTACHMENTS 8
|
context.c | 620 ctx->Const.MaxColorAttachments = MAX_COLOR_ATTACHMENTS; [all...] |
fbobject.c | [all...] |
/external/mesa3d/src/mesa/main/ |
config.h | 244 #define MAX_COLOR_ATTACHMENTS 8
|
context.c | 620 ctx->Const.MaxColorAttachments = MAX_COLOR_ATTACHMENTS; [all...] |
fbobject.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
ARB_framebuffer_object.xml | 121 <enum name="MAX_COLOR_ATTACHMENTS" count="1" value="0x8CDF">
|
/external/mesa3d/src/mapi/glapi/gen/ |
ARB_framebuffer_object.xml | 121 <enum name="MAX_COLOR_ATTACHMENTS" count="1" value="0x8CDF">
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_renderbuffer.c | 254 assert(MAX_COLOR_ATTACHMENTS >= 4);
|
/external/mesa3d/src/mesa/swrast/ |
s_renderbuffer.c | 254 assert(MAX_COLOR_ATTACHMENTS >= 4);
|
/external/chromium_org/third_party/angle/extensions/ |
EXT_draw_buffers.txt | 459 but NV_fbo_color_attachments has MAX_COLOR_ATTACHMENTS as an
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.cpp | [all...] |