HomeSort by relevance Sort by last modified time
    Searched full:copytexturechromium (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_3_autogen.h 45 // TODO(gman): CopyTextureCHROMIUM
gles2_cmd_copy_texture_chromium.cc 267 DLOG(ERROR) << "CopyTextureCHROMIUM: shader compilation failure.";
289 DLOG(ERROR) << "CopyTextureCHROMIUM: program link failure.";
359 DLOG(ERROR) << "CopyTextureCHROMIUM: Uninitialized manager.";
373 DLOG(ERROR) << "CopyTextureCHROMIUM: Invalid shader.";
394 DLOG(ERROR) << "CopyTextureCHROMIUM: Incomplete framebuffer.";
  /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);
Extensions3D.h 268 // canUseCopyTextureCHROMIUM(...) is used to check if copyTextureCHROMIUM(...) can work for the specified
271 void copyTextureCHROMIUM(GC3Denum, Platform3DObject, Platform3DObject, GC3Dint, GC3Denum, GC3Denum);
ImageBuffer.cpp 232 extensions->copyTextureCHROMIUM(GraphicsContext3D::TEXTURE_2D, sourceTexture, texture, level, internalFormat, destType);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 216 #define glCopyTextureCHROMIUM GLES2_GET_FUN(CopyTextureCHROMIUM)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 231 OP(CopyTextureCHROMIUM) /* 474 */ \
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_unittest_autogen.h     [all...]
gles2_implementation_autogen.h 500 virtual void CopyTextureCHROMIUM(
gles2_interface_autogen.h 290 virtual void CopyTextureCHROMIUM(
gles2_interface_stub_autogen.h 319 virtual void CopyTextureCHROMIUM(
gles2_interface_stub_impl_autogen.h 601 void GLES2InterfaceStub::CopyTextureCHROMIUM(
gles2_trace_implementation_autogen.h 319 virtual void CopyTextureCHROMIUM(
gles2_cmd_helper_autogen.h     [all...]
gles2_implementation_impl_autogen.h     [all...]
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 266 context_->copyTextureCHROMIUM(
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 196 extensions->copyTextureCHROMIUM(GraphicsContext3D::TEXTURE_2D, m_colorBuffer, nextFrontColorBuffer->textureId, 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE);
328 extensions->copyTextureCHROMIUM(GraphicsContext3D::TEXTURE_2D, m_frontColorBuffer, sourceTexture, 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE);
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
webgraphicscontext3d_in_process_command_buffer_impl.h 494 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
  /external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc 470 // Call copyTextureCHROMIUM
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc     [all...]
webgraphicscontext3d_command_buffer_impl.h 563 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id,
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 447 // Ensure the target of texture is set before copyTextureCHROMIUM, otherwise
461 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, texture_id_,
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 440 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId,

Completed in 414 milliseconds

1 2