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

  /external/chromium_org/content/browser/compositor/
buffer_queue_unittest.cc 122 MOCK_METHOD4(createImageCHROMIUM, GLuint(GLsizei, GLsizei, GLenum, GLenum));
161 createImageCHROMIUM(0, 0, GL_RGBA8_OES, GL_IMAGE_SCANOUT_CHROMIUM))
  /external/chromium_org/cc/test/
test_gles2_interface.cc 309 GLuint TestGLES2Interface::CreateImageCHROMIUM(GLsizei width,
313 return test_context_->createImageCHROMIUM(
test_web_graphics_context_3d.h 253 virtual GLuint createImageCHROMIUM(GLsizei width,
test_web_graphics_context_3d.cc 548 GLuint TestWebGraphicsContext3D::createImageCHROMIUM(GLsizei width,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 112 virtual WGC3Duint createImageCHROMIUM(WGC3Dsizei width, WGC3Dsizei height, WGC3Denum internalformat, WGC3Denum usage)
DrawingBuffer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 454 virtual WGC3Duint createImageCHROMIUM(WGC3Dsizei width, WGC3Dsizei height, WGC3Denum internalformat, WGC3Denum usage) { return 0; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 543 virtual WGC3Duint createImageCHROMIUM(WGC3Dsizei width,
webgraphicscontext3d_impl.cc 914 DELEGATE_TO_GL_4R(createImageCHROMIUM,
915 CreateImageCHROMIUM,
    [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc     [all...]

Completed in 534 milliseconds