OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLES2TraceImplementation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation.cc
11
GLES2TraceImplementation
::
GLES2TraceImplementation
(GLES2Interface* gl)
15
GLES2TraceImplementation
::~
GLES2TraceImplementation
() {
gles2_trace_implementation.h
15
//
GLES2TraceImplementation
is calls TRACE for every GL call.
16
class GLES2_IMPL_EXPORT
GLES2TraceImplementation
19
explicit
GLES2TraceImplementation
(GLES2Interface* gl);
20
virtual ~
GLES2TraceImplementation
();
Completed in 301 milliseconds