OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetErrorState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state.cc
162
ErrorState* ContextState::
GetErrorState
() {
gles2_cmd_decoder.cc
160
ERRORSTATE_SET_GL_ERROR(state_.
GetErrorState
(), error, function_name, msg)
162
ERRORSTATE_SET_GL_ERROR_INVALID_ENUM(state_.
GetErrorState
(), \
165
ERRORSTATE_SET_GL_ERROR_INVALID_PARAM(state_.
GetErrorState
(), error, \
168
ERRORSTATE_COPY_REAL_GL_ERRORS_TO_WRAPPER(state_.
GetErrorState
(), \
171
ERRORSTATE_PEEK_GL_ERROR(state_.
GetErrorState
(), function_name)
173
ERRORSTATE_CLEAR_REAL_GL_ERRORS(state_.
GetErrorState
(), function_name)
632
virtual ErrorState*
GetErrorState
() OVERRIDE;
[
all
...]
/external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc
47
gpu::CommandBuffer::State
GetErrorState
() {
80
return
GetErrorState
();
88
return
GetErrorState
();
107
return
GetErrorState
();
Completed in 2349 milliseconds