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

  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 129 final int DEPTH_SIZE = 0;
137 EGL14.EGL_DEPTH_SIZE, DEPTH_SIZE,
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 651 DEPTH_SIZE = 0x3025,
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 142 const int32 DEPTH_SIZE = 0x3025;
168 if (attribs.depth_size >= 0) {
169 attrib_vector.push_back(DEPTH_SIZE);
170 attrib_vector.push_back(attribs.depth_size);
304 depth_size(-1),

Completed in 41 milliseconds