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

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc331 void TestGLES2Interface::UnmapImageCHROMIUM(GLuint image_id) { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h681 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) { function in class:GLES2InterfaceStub
H A Dgles2_implementation.cc4097 void GLES2Implementation::UnmapImageCHROMIUM(GLuint image_id) { function in class:gpu::gles2::GLES2Implementation
H A Dgles2_trace_implementation_impl_autogen.h1186 void GLES2TraceImplementation::UnmapImageCHROMIUM(GLuint image_id) { function in class:GLES2TraceImplementation
1187 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::UnmapImageCHROMIUM");
1188 gl_->UnmapImageCHROMIUM(image_id);

Completed in 189 milliseconds