/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_3_autogen.h | 35 // 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/platform/graphics/ |
Extensions3D.cpp | 179 // WebGraphicsContext3D::copyTextureCHROMIUM(...) are fully functional. 187 void Extensions3D::copyTextureCHROMIUM(GC3Denum target, Platform3DObject sourceId, Platform3DObject destId, GC3Dint level, GC3Denum internalFormat, GC3Denum destType) 189 m_context->webContext()->copyTextureCHROMIUM(target, sourceId, destId, level, internalFormat, destType);
|
Extensions3D.h | 262 // canUseCopyTextureCHROMIUM(...) is used to check if copyTextureCHROMIUM(...) can work for the specified 265 void copyTextureCHROMIUM(GC3Denum, Platform3DObject, Platform3DObject, GC3Dint, GC3Denum, GC3Denum);
|
ImageBuffer.cpp | 153 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, getBackingTexture(), texture, level, internalFormat, destType);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 218 #define glCopyTextureCHROMIUM GLES2_GET_FUN(CopyTextureCHROMIUM)
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_ids_autogen.h | 222 OP(CopyTextureCHROMIUM) /* 465 */ \
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
DrawingBuffer.cpp | 202 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, m_colorBuffer, nextFrontColorBuffer->textureId, 0, GL_RGBA, GL_UNSIGNED_BYTE); 334 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, sourceTexture, texture, level, internalFormat, destType); 376 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer, 386 extensions->copyTextureCHROMIUM(GL_TEXTURE_2D, m_frontColorBuffer, sourceTexture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
|
/external/chromium_org/content/renderer/media/ |
renderer_gpu_video_accelerator_factories.cc | 255 context->copyTextureCHROMIUM(
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_trace_implementation_impl_autogen.h | [all...] |
gles2_implementation_unittest_autogen.h | [all...] |
gles2_implementation_autogen.h | 504 virtual void CopyTextureCHROMIUM(
|
gles2_interface_autogen.h | 293 virtual void CopyTextureCHROMIUM(
|
gles2_interface_stub_autogen.h | 322 virtual void CopyTextureCHROMIUM(
|
gles2_interface_stub_impl_autogen.h | 605 void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
gles2_trace_implementation_autogen.h | 322 virtual void CopyTextureCHROMIUM(
|
gles2_cmd_helper_autogen.h | [all...] |
gles2_implementation_impl_autogen.h | [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.cc | [all...] |
webgraphicscontext3d_in_process_command_buffer_impl.h | 500 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_copy_texture_CHROMIUM_unittest.cc | 474 // Call copyTextureCHROMIUM
|
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.cc | [all...] |
webgraphicscontext3d_command_buffer_impl.h | 550 virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id,
|
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.cc | 543 // Ensure the target of texture is set before copyTextureCHROMIUM, otherwise 557 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, texture_id_, [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 424 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId,
|