/third_party/skia/demos.skia.org/demos/path_performance/ |
H A D | shared.js | 77 this.data = svgData.map(([pathString, fillColor]) => [new Path2D(pathString), fillColor]); 92 for (const [path, fillColor] of this.data) { 93 ctx.fillStyle = fillColor; 105 this.data = svgData.map(([pathString, fillColor]) => [ 107 CanvasKit.parseColorString(fillColor)
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | D3D12DescriptorHeapTests.cpp | 558 std::array<float, 4> fillColor = GetSolidColor(i + 1); // Avoid black in TEST_P() local 560 device, &fillColor, sizeof(fillColor), wgpu::BufferUsage::Uniform); in TEST_P() 622 const std::array<float, 4>& fillColor = GetSolidColor(i + 1); // Avoid black in TEST_P() local 624 device, &fillColor, sizeof(fillColor), wgpu::BufferUsage::Uniform); in TEST_P() 626 {{0, uniformBuffer, 0, sizeof(fillColor)}})); in TEST_P() 685 std::array<float, 4> fillColor = GetSolidColor(i + 1); // Avoid black in TEST_P() local 687 device, &fillColor, sizeof(fillColor), wgp in TEST_P() 846 std::array<float, 4> fillColor = GetSolidColor(i + 1); // Avoid black TEST_P() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.hpp | 265 virtual void fillColor (const tcu::Vec4& color) const = 0; 292 void fillColor (const tcu::Vec4&) const { } in fillColor() function 308 void fillColor (const tcu::Vec4& color) const in fillColor() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.hpp | 265 virtual void fillColor (const tcu::Vec4& color) const = 0; 292 void fillColor (const tcu::Vec4&) const { } in fillColor() function 308 void fillColor (const tcu::Vec4& color) const in fillColor() function
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 292 } fillColor; member 520 result.val.floatV[i] = sampler.val.samplerV.fillColor.floatV[i]; in getSamplerFillValue() 524 result.val.uintV[i] = sampler.val.samplerV.fillColor.uintV[i]; in getSamplerFillValue() 528 result.val.intV[i] = sampler.val.samplerV.fillColor.intV[i]; in getSamplerFillValue() 531 result.val.floatV[0] = sampler.val.samplerV.fillColor.floatV[0]; in getSamplerFillValue() 678 case glu::TYPE_FLOAT: result.val.samplerV.fillColor.floatV[i] = rnd.getFloat(0.0f, 1.0f); break; in generateRandomVarValue() 679 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = rnd.getInt(-10, 10); break; in generateRandomVarValue() 680 case glu::TYPE_UINT: result.val.samplerV.fillColor.uintV[i] = (deUint32)rnd.getInt(0, 10); break; in generateRandomVarValue() 1216 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor.floatV[0]); in setupTexture()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 312 } fillColor; 569 result.val.floatV[i] = sampler.val.samplerV.fillColor.floatV[i]; in getSamplerFillValue() 573 result.val.uintV[i] = sampler.val.samplerV.fillColor.uintV[i]; in getSamplerFillValue() 577 result.val.intV[i] = sampler.val.samplerV.fillColor.intV[i]; in getSamplerFillValue() 580 result.val.floatV[0] = sampler.val.samplerV.fillColor.floatV[0]; in getSamplerFillValue() 727 case glu::TYPE_FLOAT: result.val.samplerV.fillColor.floatV[i] = rnd.getFloat(0.0f, 1.0f); break; in generateRandomVarValue() 728 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = rnd.getInt(-10, 10); break; in generateRandomVarValue() 729 case glu::TYPE_UINT: result.val.samplerV.fillColor.uintV[i] = (deUint32)rnd.getInt(0, 10); break; in generateRandomVarValue() 779 case glu::TYPE_FLOAT: result.val.samplerV.fillColor.floatV[i] = 0.12f * (float)i; break; in generateZeroVarValue() 780 case glu::TYPE_INT: result.val.samplerV.fillColor in generateZeroVarValue() [all...] |
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.h | 63 void fillColor(ImU32 color) { in fillColor() function
|
H A D | Viewer.cpp | 1806 dc.fillColor(IM_COL32(0, 0, 0, 128)); in ImGui_DragLocation() 1813 dc.fillColor(IM_COL32(0, 0, 0, 128)); in ImGui_DragQuad()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglResizeTests.cpp | 243 const Vec3 fillColor (1.0f, 0.0f, 0.0f); in initSurface() 247 drawRectangle(gl, IVec2(2, 2), oldSize - IVec2(4, 4), fillColor); in initSurface()
|
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 409 fillColor = len(self.errorInfo) and "red" or "green" 410 self.progressBar.setProgressFraction(fractionDone, fillColor)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLCommandQueue.h | 155 const void *fillColor,
|
H A D | CLCommandQueue.cpp | 410 const void *fillColor, in enqueueFillImage() 424 mImpl->enqueueFillImage(img, fillColor, origin, region, waitEvents, eventCreateFuncPtr); in enqueueFillImage() 409 enqueueFillImage(cl_mem image, const void *fillColor, const size_t *origin, const size_t *region, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueFillImage() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLCommandQueueImpl.h | 134 const void *fillColor,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLCommandQueueCL.h | 135 const void *fillColor,
|
H A D | CLCommandQueueCL.cpp | 357 const void *fillColor, in enqueueFillImage() 371 mNative->getDispatch().clEnqueueFillImage(mNative, nativeImage, fillColor, origin, region, in enqueueFillImage() 356 enqueueFillImage(const cl::Image &image, const void *fillColor, const size_t origin[3], const size_t region[3], const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueFillImage() argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 246 float fillColor[4]; 500 result.val.floatV[i] = sampler.val.samplerV.fillColor[i]; in getSamplerFillValue() 606 result.val.samplerV.fillColor[i] = rnd.getFloat(0.0f, 1.0f); in generateRandomVarValue() 640 result.val.samplerV.fillColor[i] = 0.12f * (float)i; in generateZeroVarValue() 1202 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor[0]); in setupTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 535 const tcu::Vec4 fillColor = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in iterate() local 548 referenceImage.getAccess().setPixel(fillColor, x, y); in iterate() 561 referenceImage.getAccess().setPixel(fillColor, x, y); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 535 const tcu::Vec4 fillColor = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in iterate() local 548 referenceImage.getAccess().setPixel(fillColor, x, y); in iterate() 561 referenceImage.getAccess().setPixel(fillColor, x, y); in iterate()
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 7829 * \param fillColor is the color to use to fill the image. 7836 cl_float4 fillColor, in enqueueFillImage() 7847 static_cast<void*>(&fillColor), in enqueueFillImage() 7863 * \param fillColor is the color to use to fill the image. 7870 cl_int4 fillColor, in enqueueFillImage() 7881 static_cast<void*>(&fillColor), in enqueueFillImage() 7897 * \param fillColor is the color to use to fill the image. 7904 cl_uint4 fillColor, in enqueueFillImage() 7915 static_cast<void*>(&fillColor), in enqueueFillImage() 7834 enqueueFillImage( const Image& image, cl_float4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument 7868 enqueueFillImage( const Image& image, cl_int4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument 7902 enqueueFillImage( const Image& image, cl_uint4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
|
H A D | cl.hpp | 6026 * \param fillColor is the color to use to fill the image. 6033 cl_float4 fillColor, in enqueueFillImage() 6044 static_cast<void*>(&fillColor), in enqueueFillImage() 6060 * \param fillColor is the color to use to fill the image. 6067 cl_int4 fillColor, in enqueueFillImage() 6078 static_cast<void*>(&fillColor), in enqueueFillImage() 6094 * \param fillColor is the color to use to fill the image. 6101 cl_uint4 fillColor, in enqueueFillImage() 6112 static_cast<void*>(&fillColor), in enqueueFillImage() 6031 enqueueFillImage( const Image& image, cl_float4 fillColor, const size_t<3>& origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument 6065 enqueueFillImage( const Image& image, cl_int4 fillColor, const size_t<3>& origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument 6099 enqueueFillImage( const Image& image, cl_uint4 fillColor, const size_t<3>& origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
|