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

  /external/chromium_org/gpu/command_buffer/service/
error_state.cc 64 uint32 error_bits_; member in class:gpu::gles2::ErrorStateImpl
81 : error_bits_(0), client_(client), logger_(logger) {}
88 if (error == GL_NO_ERROR && error_bits_ != 0) {
90 if ((error_bits_ & mask) != 0) {
99 error_bits_ &= ~GLES2Util::GLErrorToErrorBit(error);
127 error_bits_ |= GLES2Util::GLErrorToErrorBit(error);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 740 uint32 error_bits_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation.cc 115 error_bits_(0),
465 if (error_bits_ == 0) {
471 if ((error_bits_ & mask) != 0) {
476 error_bits_ &= ~GLES2Util::GLErrorToErrorBit(error);
497 error_bits_ &= ~GLES2Util::GLErrorToErrorBit(error);
528 error_bits_ |= GLES2Util::GLErrorToErrorBit(error);
    [all...]

Completed in 1410 milliseconds