Searched defs:UnmapImageCHROMIUM (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h540 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) { function in class:GLES2InterfaceStub
H A Dgles2_implementation.cc3738 void GLES2Implementation::UnmapImageCHROMIUM(GLuint image_id) { function in class:gpu::gles2::GLES2Implementation
H A Dgles2_trace_implementation_impl_autogen.h1000 void GLES2TraceImplementation::UnmapImageCHROMIUM(GLuint image_id) { function in class:GLES2TraceImplementation
1001 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::UnmapImageCHROMIUM");
1002 gl_->UnmapImageCHROMIUM(image_id);

Completed in 37 milliseconds