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

  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 130 final int STENCIL_SIZE = 0;
138 EGL14.EGL_STENCIL_SIZE, STENCIL_SIZE,
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 652 STENCIL_SIZE = 0x3026,
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 143 const int32 STENCIL_SIZE = 0x3026;
172 if (attribs.stencil_size >= 0) {
173 attrib_vector.push_back(STENCIL_SIZE);
174 attrib_vector.push_back(attribs.stencil_size);
305 stencil_size(-1),

Completed in 608 milliseconds