Home
last modified time | relevance | path

Searched defs:mapImageCHROMIUM (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
Dfake_web_graphics_context_3d.cc364 void* FakeWebGraphicsContext3D::mapImageCHROMIUM(blink::WGC3Duint image_id, in mapImageCHROMIUM() function in cc::FakeWebGraphicsContext3D
Dtest_web_graphics_context_3d.cc546 void* TestWebGraphicsContext3D::mapImageCHROMIUM(blink::WGC3Duint image_id, in mapImageCHROMIUM() function in cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h469 virtual void* mapImageCHROMIUM(WGC3Duint imageId, WGC3Denum access) { return 0; } in mapImageCHROMIUM() function