OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
673
uint32
error_bits_
;
member in class:gpu::gles2::GLES2Implementation
gles2_implementation.cc
110
error_bits_
(0),
423
if (
error_bits_
== 0) {
429
if ((
error_bits_
& mask) != 0) {
434
error_bits_
&= ~GLES2Util::GLErrorToErrorBit(error);
455
error_bits_
&= ~GLES2Util::GLErrorToErrorBit(error);
486
error_bits_
|= GLES2Util::GLErrorToErrorBit(error);
[
all
...]
Completed in 27 milliseconds