Searched defs:texImageIOSurface2DCHROMIUM (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DExtensions3D.cpp132 void Extensions3D::texImageIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, unsigned plane) function in class:WebCore::Extensions3D
134 m_context->webContext()->texImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h417 virtual void texImageIOSurface2DCHROMIUM(WGC3Denum target, WGC3Dint width, WGC3Dint height, WGC3Duint ioSurfaceId, WGC3Duint plane) { } function in class:WebKit::WebGraphicsContext3D

Completed in 167 milliseconds