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

  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 127 final int BLUE_SIZE = 8;
135 EGL14.EGL_BLUE_SIZE, BLUE_SIZE,
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 139 const int32 BLUE_SIZE = 0x3022;
156 if (attribs.blue_size >= 0) {
157 attrib_vector.push_back(BLUE_SIZE);
158 attrib_vector.push_back(attribs.blue_size);
301 blue_size(-1),
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 648 BLUE_SIZE = 0x3022,

Completed in 485 milliseconds