Searched refs:WGC3Dclampf (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | MockWebGraphicsContext3D.h | 77 …virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) {… in blendColor() 92 …virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) {… in clearColor() 93 virtual void clearDepth(WGC3Dclampf depth) { } in clearDepth() 105 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar) { } in depthRange() 184 virtual void sampleCoverage(WGC3Dclampf value, WGC3Dboolean invert) { } in sampleCoverage()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 56 typedef float WGC3Dclampf; typedef 225 …virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) =… 236 …virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) =… 237 virtual void clearDepth(WGC3Dclampf depth) = 0; 249 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar) = 0; 311 virtual void sampleCoverage(WGC3Dclampf value, WGC3Dboolean invert) = 0;
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.h | 37 using blink::WGC3Dclampf; 93 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, in NON_EXPORTED_BASE() 94 WGC3Dclampf blue, WGC3Dclampf alpha); in NON_EXPORTED_BASE() 111 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, in NON_EXPORTED_BASE() 112 WGC3Dclampf blue, WGC3Dclampf alpha); in NON_EXPORTED_BASE() 113 virtual void clearDepth(WGC3Dclampf depth); in NON_EXPORTED_BASE() 155 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar); in NON_EXPORTED_BASE()
|
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 468 WGC3Dclampf, WGC3Dclampf, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_2() 492 WGC3Dclampf, WGC3Dclampf, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_2() 494 DELEGATE_TO_GL_1(clearDepth, ClearDepthf, WGC3Dclampf) in DELEGATE_TO_GL_2() 525 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_2()
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.h | 45 using blink::WGC3Dclampf; 146 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, 147 WGC3Dclampf blue, WGC3Dclampf alpha); 164 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, 165 WGC3Dclampf blue, WGC3Dclampf alpha); 166 virtual void clearDepth(WGC3Dclampf depth); 208 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar);
|
D | webgraphicscontext3d_command_buffer_impl.cc | 593 WGC3Dclampf, WGC3Dclampf, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_5() 617 WGC3Dclampf, WGC3Dclampf, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_5() 619 DELEGATE_TO_GL_1(clearDepth, ClearDepthf, WGC3Dclampf) in DELEGATE_TO_GL_5() 650 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_5()
|
/external/chromium_org/cc/test/ |
D | fake_web_graphics_context_3d.h | 97 blink::WGC3Dclampf red, in blendColor() 98 blink::WGC3Dclampf green, in blendColor() 99 blink::WGC3Dclampf blue, in blendColor() 100 blink::WGC3Dclampf alpha) {} in blendColor() 129 blink::WGC3Dclampf red, in clearColor() 130 blink::WGC3Dclampf green, in clearColor() 131 blink::WGC3Dclampf blue, in clearColor() 132 blink::WGC3Dclampf alpha) {} in clearColor() 133 virtual void clearDepth(blink::WGC3Dclampf depth) {} in clearDepth() 183 blink::WGC3Dclampf z_near, in depthRange() [all …]
|