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 57 uint32 error_bits_; member in class:gpu::gles2::ErrorStateImpl
73 : error_bits_(0),
81 if (error == GL_NO_ERROR && error_bits_ != 0) {
83 if ((error_bits_ & mask) != 0) {
92 error_bits_ &= ~GLES2Util::GLErrorToErrorBit(error);
120 error_bits_ |= GLES2Util::GLErrorToErrorBit(error);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 633 uint32 error_bits_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation.cc 109 error_bits_(0),
375 if (error_bits_ == 0) {
381 if ((error_bits_ & mask) != 0) {
386 error_bits_ &= ~GLES2Util::GLErrorToErrorBit(error);
407 error_bits_ &= ~GLES2Util::GLErrorToErrorBit(error);
438 error_bits_ |= GLES2Util::GLErrorToErrorBit(error);
    [all...]

Completed in 271 milliseconds