HomeSort by relevance Sort by last modified time
    Searched defs:copyTextureCHROMIUM (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 180 // WebGraphicsContext3D::copyTextureCHROMIUM(...) are fully functional.
188 void Extensions3D::copyTextureCHROMIUM(GC3Denum target, Platform3DObject sourceId, Platform3DObject destId, GC3Dint level, GC3Denum internalFormat, GC3Denum destType)
190 m_context->webContext()->copyTextureCHROMIUM(target, sourceId, destId, level, internalFormat, destType);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 440 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId,

Completed in 136 milliseconds