OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLStaticState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h
133
struct GLES2_IMPL_EXPORT
GLStaticState
{
134
GLStaticState
();
135
~
GLStaticState
();
623
GLStaticState
static_state_;
gles2_implementation.cc
51
GLES2Implementation::
GLStaticState
::
GLStaticState
() {
54
GLES2Implementation::
GLStaticState
::~
GLStaticState
() {
57
GLES2Implementation::
GLStaticState
::IntState::IntState()
[
all
...]
gles2_implementation_unittest.cc
373
GLES2Implementation::
GLStaticState
state;
374
GLES2Implementation::
GLStaticState
::IntState& int_state = state.int_state;
392
sizeof(GLES2Implementation::
GLStaticState
::IntState) * 2 +
[
all
...]
Completed in 108 milliseconds