HomeSort by relevance Sort by last modified time
    Searched defs:SAMPLE_BUFFERS (Results 1 - 3 of 3) 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,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 186 SAMPLE_BUFFERS = 0x80A8,
    [all...]

Completed in 58 milliseconds