/external/chromium_org/third_party/angle/extensions/ |
ANGLE_framebuffer_multisample.txt | 60 framebuffer object behaves as if SAMPLE_BUFFERS is one. 105 of SAMPLE_BUFFERS is greater than zero." 115 complete, and the value of SAMPLE_BUFFERS for the read framebuffer 121 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero and 122 SAMPLE_BUFFERS for the draw framebuffer is zero, the samples 126 If SAMPLE_BUFFERS for the draw framebuffer is greater than zero, 129 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and 133 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and 137 If SAMPLE_BUFFERS for the read framebuffer is greater than zero, the 209 "The values of SAMPLE_BUFFERS and SAMPLES are derived from th [all...] |
ANGLE_framebuffer_blit.txt | 370 SAMPLE_BUFFERS Z+ GetIntegerv 0 Number of multisample 3.2 374 Remove the references to SAMPLE_BUFFERS and SAMPLES from Table 6.17.
|
/external/chromium_org/gpu/command_buffer/client/ |
gl_in_process_context.cc | 145 const int32 SAMPLE_BUFFERS = 0x3032; 180 if (attribs.sample_buffers >= 0) { 181 attrib_vector.push_back(SAMPLE_BUFFERS); 182 attrib_vector.push_back(attribs.sample_buffers); 307 sample_buffers(-1) {}
|
gl_in_process_context.h | 43 int32 sample_buffers; member in struct:gpu::GLInProcessContextAttribs
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
SkNativeGLContext_unix.cpp | 109 //SkDebugf(" Matching fbconfig %d, visual ID 0x%2x: SAMPLE_BUFFERS = %d,"
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 140 output_attribs->sample_buffers = attributes.antialias ? 1 : 0; 201 GLint sample_buffers = 0; local 202 getIntegerv(GL_SAMPLE_BUFFERS, &sample_buffers); 203 attributes_.antialias = sample_buffers > 0; [all...] |
/external/skia/src/gpu/gl/unix/ |
SkNativeGLContext_unix.cpp | 109 //SkDebugf(" Matching fbconfig %d, visual ID 0x%2x: SAMPLE_BUFFERS = %d,"
|
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.h | 654 SAMPLE_BUFFERS = 0x3032,
|
webgraphicscontext3d_command_buffer_impl.cc | 322 attribs.push_back(SAMPLE_BUFFERS); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.idl | 209 const GLenum SAMPLE_BUFFERS = 0x80A8; [all...] |
/frameworks/base/core/java/android/view/ |
HardwareRenderer.java | [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_API.xml | [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
gl_API.xml | [all...] |