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

  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 194 const int32 DEPTH_SIZE = 0x3025;
217 if (attribs.depth_size >= 0) {
218 attrib_vector.push_back(DEPTH_SIZE);
219 attrib_vector.push_back(attribs.depth_size);
387 depth_size(-1),
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 653 DEPTH_SIZE = 0x3025,
webgraphicscontext3d_command_buffer_impl.cc 391 attribs.push_back(DEPTH_SIZE);
    [all...]

Completed in 521 milliseconds