Searched refs:GLES2TraceImplementation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_trace_implementation.cc11 GLES2TraceImplementation::GLES2TraceImplementation(GLES2Interface* gl) function in class:gpu::gles2::GLES2TraceImplementation
15 GLES2TraceImplementation::~GLES2TraceImplementation() {
H A Dgles2_trace_implementation.h15 // GLES2TraceImplementation is calls TRACE for every GL call.
16 class GLES2_IMPL_EXPORT GLES2TraceImplementation class in namespace:gpu::gles2
19 explicit GLES2TraceImplementation(GLES2Interface* gl);
20 virtual ~GLES2TraceImplementation();
H A Dgles2_trace_implementation_impl_autogen.h15 void GLES2TraceImplementation::ActiveTexture(GLenum texture) {
20 void GLES2TraceImplementation::AttachShader(GLuint program, GLuint shader) {
25 void GLES2TraceImplementation::BindAttribLocation(GLuint program,
32 void GLES2TraceImplementation::BindBuffer(GLenum target, GLuint buffer) {
37 void GLES2TraceImplementation::BindFramebuffer(GLenum target,
43 void GLES2TraceImplementation::BindRenderbuffer(GLenum target,
49 void GLES2TraceImplementation::BindTexture(GLenum target, GLuint texture) {
54 void GLES2TraceImplementation::BlendColor(GLclampf red,
62 void GLES2TraceImplementation::BlendEquation(GLenum mode) {
67 void GLES2TraceImplementation
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc267 trace_gl_.reset(new gpu::gles2::GLES2TraceImplementation(GetGLInterface()));

Completed in 564 milliseconds