HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLE_BUFFERS (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 197 const int32 SAMPLE_BUFFERS = 0x3032;
229 if (attribs.sample_buffers >= 0) {
230 attrib_vector.push_back(SAMPLE_BUFFERS);
231 attrib_vector.push_back(attribs.sample_buffers);
390 sample_buffers(-1) {}
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 656 SAMPLE_BUFFERS = 0x3032,
webgraphicscontext3d_command_buffer_impl.cc 397 attribs.push_back(SAMPLE_BUFFERS);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 186 SAMPLE_BUFFERS = 0x80A8,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 209 const GLenum SAMPLE_BUFFERS = 0x80A8;
    [all...]
WebGLRenderingContext.cpp     [all...]

Completed in 1525 milliseconds