HomeSort by relevance Sort by last modified time
    Searched full:gl_error_bit (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 19 namespace gl_error_bit { namespace in namespace:gpu::gles2
552 return gl_error_bit::kInvalidEnum;
554 return gl_error_bit::kInvalidValue;
556 return gl_error_bit::kInvalidOperation;
558 return gl_error_bit::kOutOfMemory;
560 return gl_error_bit::kInvalidFrameBufferOperation;
563 return gl_error_bit::kNoError;
569 case gl_error_bit::kInvalidEnum:
571 case gl_error_bit::kInvalidValue:
573 case gl_error_bit::kInvalidOperation
    [all...]

Completed in 608 milliseconds