/external/chromium_org/cc/test/ |
ordered_texture_map.h | 23 void Append(blink::WebGLId id, scoped_refptr<TestTexture> texture); 24 void Replace(blink::WebGLId id, scoped_refptr<TestTexture> texture); 25 void Remove(blink::WebGLId id); 29 bool ContainsId(blink::WebGLId id); 31 scoped_refptr<TestTexture> TextureForId(blink::WebGLId id); 32 blink::WebGLId IdAt(size_t index); 35 typedef base::hash_map<blink::WebGLId, scoped_refptr<TestTexture> > 37 typedef std::vector<blink::WebGLId> TextureList;
|
fake_web_graphics_context_3d.cc | 13 using blink::WebGLId; 33 WebGLId FakeWebGraphicsContext3D::getPlatformTextureId() { 72 WebGLId program, 79 WebGLId program, 86 WebGLId program, 110 WebGLId program, 118 WebGLId program) { 123 WebGLId shader, 131 WebGLId shader) { 179 WebGLId shader) [all...] |
test_web_graphics_context_3d.h | 39 virtual void attachShader(blink::WebGLId program, blink::WebGLId shader); 41 blink::WGC3Denum target, blink::WebGLId framebuffer); 43 blink::WGC3Denum target, blink::WebGLId renderbuffer); 46 blink::WebGLId texture_id); 61 blink::WebGLId program, 67 virtual blink::WGC3Dboolean isBuffer(blink::WebGLId buffer); 69 virtual blink::WGC3Dboolean isFramebuffer(blink::WebGLId framebuffer); 70 virtual blink::WGC3Dboolean isProgram(blink::WebGLId program); 71 virtual blink::WGC3Dboolean isRenderbuffer(blink::WebGLId renderbuffer) [all...] |
ordered_texture_map.cc | 16 void OrderedTextureMap::Append(blink::WebGLId id, 25 void OrderedTextureMap::Replace(blink::WebGLId id, 33 void OrderedTextureMap::Remove(blink::WebGLId id) { 46 bool OrderedTextureMap::ContainsId(blink::WebGLId id) { 50 scoped_refptr<TestTexture> OrderedTextureMap::TextureForId(blink::WebGLId id) { 57 blink::WebGLId OrderedTextureMap::IdAt(size_t index) {
|
fake_web_graphics_context_3d.h | 25 virtual blink::WebGLId getPlatformTextureId(); 83 virtual void attachShader(blink::WebGLId program, blink::WebGLId shader); 85 blink::WebGLId program, 88 virtual void bindBuffer(blink::WGC3Denum target, blink::WebGLId buffer); 90 blink::WGC3Denum target, blink::WebGLId framebuffer); 92 blink::WGC3Denum target, blink::WebGLId renderbuffer); 95 blink::WebGLId texture_id); 140 virtual void compileShader(blink::WebGLId shader) {} 185 virtual void detachShader(blink::WebGLId program, blink::WebGLId shader) { [all...] |
test_web_graphics_context_3d.cc | 26 using blink::WebGLId; 31 static const WebGLId kFramebufferId = 1; 32 static const WebGLId kRenderbufferId = 2; 36 const WebGLId TestWebGraphicsContext3D::kExternalTextureId = 1337; 136 WebGLId program, 148 WebGLId buffer) { 158 WebGLId framebuffer) { 163 WebGLId program) { 168 WebGLId renderbuffer) { 173 WebGLId shader) [all...] |
test_web_graphics_context_3d_unittest.cc | 38 blink::WebGLId texture = context->createTexture(); 48 blink::WebGLId texture = context->createTexture(); 62 blink::WebGLId first_texture = context->createTexture(); 74 blink::WebGLId second_texture = context->createTexture();
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper.h | 37 typedef void (blink::WebGraphicsContext3D::*DeleteFunc)(WebGLId); 39 WebGLId id, 46 operator WebGLId() const { 50 WebGLId id() const { return id_; } 52 WebGLId Detach() { 53 WebGLId id = id_; 66 WebGLId id_; 75 WebGLId id) 84 WebGLId id) 93 WebGLId id [all...] |
webgraphicscontext3d_command_buffer_impl.h | 34 using blink::WebGLId; 139 virtual void attachShader(WebGLId program, WebGLId shader); 140 virtual void bindAttribLocation(WebGLId program, WGC3Duint index, 142 virtual void bindBuffer(WGC3Denum target, WebGLId buffer); 143 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer); 144 virtual void bindRenderbuffer(WGC3Denum target, WebGLId renderbuffer); 145 virtual void bindTexture(WGC3Denum target, WebGLId texture); 170 virtual void compileShader(WebGLId shader); 209 virtual void detachShader(WebGLId program, WebGLId shader) [all...] |
gl_helper.cc | 29 using blink::WebGLId; 64 WebGLId texture() const { return texture_.id(); } 65 WebGLId framebuffer() const { return framebuffer_.id(); } 87 void Scale(blink::WebGLId src_texture) { 95 WebGLId texture() const { return texture_and_framebuffer_.texture(); } 131 WebGLId ConsumeMailboxToTexture(const gpu::Mailbox& mailbox, 137 WebGLId src_texture, 145 void ReadbackTextureSync(WebGLId texture, 165 blink::WebGLId CopyAndScaleTexture(WebGLId texture [all...] |
webgraphicscontext3d_command_buffer_impl.cc | 541 WebGLId texture, WebGLId parentTexture) { 572 WebGLId, WebGLId) 575 WebGLId) 579 DELEGATE_TO_GL_2(attachShader, AttachShader, WebGLId, WebGLId) 581 DELEGATE_TO_GL_3(bindAttribLocation, BindAttribLocation, WebGLId, 584 DELEGATE_TO_GL_2(bindBuffer, BindBuffer, WGC3Denum, WebGLId) 586 DELEGATE_TO_GL_2(bindFramebuffer, BindFramebuffer, WGC3Denum, WebGLId) [all...] |
gpu_context_tests.h | 32 void TestSignalQuery(blink::WebGLId query) { 74 blink::WebGLId query = context_->createQueryEXT();
|
gl_helper_benchmark.cc | 46 using blink::WebGLId; 138 WebGLId src_texture = context_->createTexture(); 139 WebGLId dst_texture = context_->createTexture(); 140 WebGLId framebuffer = context_->createFramebuffer(); 256 WebGLId framebuffer = context_->createFramebuffer(); 257 WebGLId src_texture = context_->createTexture(); 275 WebGLId dst_texture = helper_->CopyAndScaleTexture(
|
gl_helper_scaling.h | 44 virtual void Execute(blink::WebGLId source_texture, 45 const std::vector<blink::WebGLId>& dest_textures) = 0;
|
gl_helper_scaling.cc | 24 using blink::WebGLId; 167 blink::WebGLId source_texture, 168 const std::vector<blink::WebGLId>& dest_textures) OVERRIDE { 227 virtual void Scale(blink::WebGLId source_texture, 228 blink::WebGLId dest_texture) OVERRIDE { 229 std::vector<blink::WebGLId> tmp(1); 255 blink::WebGLId intermediate_texture_; [all...] |
gl_helper_unittests.cc | 47 using blink::WebGLId; 582 WebGLId src_texture = context_->createTexture(); 583 WebGLId framebuffer = context_->createFramebuffer(); 646 WebGLId dst_texture = helper_->CopyAndScaleTexture( 852 WebGLId src_texture = context_->createTexture(); [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 61 typedef WGC3Duint WebGLId; 208 virtual WebGLId createStreamTextureCHROMIUM(WebGLId texture) { return 0; } 210 virtual void destroyStreamTextureCHROMIUM(WebGLId texture) { } 219 virtual void attachShader(WebGLId program, WebGLId shader) = 0; 220 virtual void bindAttribLocation(WebGLId program, WGC3Duint index, const WGC3Dchar* name) = 0; 221 virtual void bindBuffer(WGC3Denum target, WebGLId buffer) = 0; 222 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer) = 0; 223 virtual void bindRenderbuffer(WGC3Denum target, WebGLId renderbuffer) = 0 [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
MockWebGraphicsContext3D.h | 71 virtual void attachShader(WebGLId program, WebGLId shader) { } 72 virtual void bindAttribLocation(WebGLId program, WGC3Duint index, const WGC3Dchar* name) { } 73 virtual void bindBuffer(WGC3Denum target, WebGLId buffer) { } 74 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer) { } 75 virtual void bindRenderbuffer(WGC3Denum target, WebGLId renderbuffer) { } 76 virtual void bindTexture(WGC3Denum target, WebGLId texture) { } 96 virtual void compileShader(WebGLId shader) { } 106 virtual void detachShader(WebGLId program, WebGLId shader) { [all...] |
DrawingBufferTest.cpp | 66 virtual void bindTexture(WGC3Denum target, WebGLId texture) 99 WebGLId m_boundTexture; 100 HashMap<WebGLId, IntSize> m_textureSizes;
|
/external/chromium_org/content/public/browser/android/ |
compositor.h | 81 virtual blink::WebGLId GenerateTexture(gfx::JavaBitmap& bitmap) = 0; 85 virtual blink::WebGLId GenerateCompressedTexture(gfx::Size& size, 90 virtual void DeleteTexture(blink::WebGLId texture_id) = 0; 94 virtual bool CopyTextureToBitmap(blink::WebGLId texture_id, 101 virtual bool CopyTextureToBitmap(blink::WebGLId texture_id,
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.h | 26 using blink::WebGLId; 86 virtual void attachShader(WebGLId program, WebGLId shader); 87 virtual void bindAttribLocation(WebGLId program, WGC3Duint index, 89 virtual void bindBuffer(WGC3Denum target, WebGLId buffer); 90 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer); 91 virtual void bindRenderbuffer(WGC3Denum target, WebGLId renderbuffer); 92 virtual void bindTexture(WGC3Denum target, WebGLId texture); 117 virtual void compileShader(WebGLId shader); 156 virtual void detachShader(WebGLId program, WebGLId shader) [all...] |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 401 copyTextureToParentTextureCHROMIUM(WebGLId texture, WebGLId parentTexture) { 449 DELEGATE_TO_GL_2(attachShader, AttachShader, WebGLId, WebGLId) 451 DELEGATE_TO_GL_3(bindAttribLocation, BindAttribLocation, WebGLId, 454 DELEGATE_TO_GL_2(bindBuffer, BindBuffer, WGC3Denum, WebGLId) 458 WebGLId framebuffer) { 463 DELEGATE_TO_GL_2(bindRenderbuffer, BindRenderbuffer, WGC3Denum, WebGLId) 465 DELEGATE_TO_GL_2(bindTexture, BindTexture, WGC3Denum, WebGLId) 501 DELEGATE_TO_GL_1(compileShader, CompileShader, WebGLId) [all...] |
/external/chromium_org/content/browser/renderer_host/ |
compositor_impl_android.h | 63 virtual blink::WebGLId GenerateTexture(gfx::JavaBitmap& bitmap) OVERRIDE; 64 virtual blink::WebGLId GenerateCompressedTexture( 66 virtual void DeleteTexture(blink::WebGLId texture_id) OVERRIDE; 67 virtual bool CopyTextureToBitmap(blink::WebGLId texture_id, 69 virtual bool CopyTextureToBitmap(blink::WebGLId texture_id, 100 blink::WebGLId BuildBasicTexture();
|
compositor_impl_android.cc | 281 blink::WebGLId CompositorImpl::GenerateTexture(gfx::JavaBitmap& bitmap) { 288 blink::WebGLId format = GetGLFormatForBitmap(bitmap); 289 blink::WebGLId type = GetGLTypeForBitmap(bitmap); 304 blink::WebGLId CompositorImpl::GenerateCompressedTexture(gfx::Size& size, 325 void CompositorImpl::DeleteTexture(blink::WebGLId texture_id) { 334 bool CompositorImpl::CopyTextureToBitmap(blink::WebGLId texture_id, 339 bool CompositorImpl::CopyTextureToBitmap(blink::WebGLId texture_id, 444 blink::WebGLId CompositorImpl::BuildBasicTexture() { 449 blink::WebGLId texture_id = context->createTexture();
|
/external/chromium_org/cc/output/ |
gl_renderer_unittest.cc | 43 using blink::WebGLId; 411 virtual bool getActiveAttrib(WebGLId program, 417 virtual bool getActiveUniform(WebGLId program, 423 virtual void getAttachedShaders(WebGLId program, 426 WebGLId* shaders) { 429 virtual WGC3Dint getAttribLocation(WebGLId program, const WGC3Dchar* name) { 467 virtual void getProgramiv(WebGLId program, WGC3Denum pname, WGC3Dint* value) { 475 virtual void getShaderiv(WebGLId shader, WGC3Denum pname, WGC3Dint* value) { 488 virtual WebString getProgramInfoLog(WebGLId program) { 498 virtual WebString getShaderInfoLog(WebGLId shader) [all...] |