HomeSort by relevance Sort by last modified time
    Searched refs:texImageIOSurface2DCHROMIUM (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 89 context3d->texImageIOSurface2DCHROMIUM(GL_TEXTURE_RECTANGLE_ARB,
94 // Do not check for error conditions. texImageIOSurface2DCHROMIUM() is
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 132 void Extensions3D::texImageIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, unsigned plane)
134 m_context->webContext()->texImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
Extensions3D.h 296 void texImageIOSurface2DCHROMIUM(unsigned target, int width, int height, uint32_t ioSurfaceId, unsigned plane);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 417 virtual void texImageIOSurface2DCHROMIUM(WGC3Denum target, WGC3Dint width, WGC3Dint height, WGC3Duint ioSurfaceId, WGC3Duint plane) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 464 virtual void texImageIOSurface2DCHROMIUM(
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 545 virtual void texImageIOSurface2DCHROMIUM(
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]

Completed in 593 milliseconds