Searched refs:renderGroup (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/ports/skia_ohos/ |
H A D | HmSymbolConfig_ohos.cpp | 764 RenderGroup renderGroup; in ParseRenderGroups() local 766 ParseGroupIndexes(root[i][GROUP_INDEXES], renderGroup.groupInfos); in ParseRenderGroups() 769 ParseDefaultColor(root[i][DEFAULT_COLOR].asCString(), renderGroup); in ParseRenderGroups() 772 renderGroup.color.a = root[i][FIX_ALPHA].asFloat(); in ParseRenderGroups() 774 renderGroups.push_back(renderGroup); in ParseRenderGroups() 811 void HmSymbolConfig_OHOS::ParseDefaultColor(const char* defaultColorStr, RenderGroup& renderGroup) in ParseDefaultColor() argument 828 renderGroup.color.r = (defaultColorInt >> twoBytesBitsLen) & 0xFF; in ParseDefaultColor() 829 renderGroup.color.g = (defaultColorInt >> oneByteBitsLen) & 0xFF; in ParseDefaultColor() 830 renderGroup.color.b = defaultColorInt & 0xFF; in ParseDefaultColor()
|
H A D | HmSymbolConfig_ohos.h | 110 void ParseDefaultColor(const char* defaultColorStr, RenderGroup& renderGroup);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderMultisampleInterpolationTests.cpp | 625 tcu::TestCaseGroup* renderGroup = new tcu::TestCaseGroup(m_testCtx, "render", "Rendering tests"); in init() local 626 addChild(renderGroup); in init() 630 renderGroup->addChild(group); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureBufferTests.cpp | 655 TestCaseGroup* const renderGroup = new TestCaseGroup(context, "render", "Setup texture buffer with glBufferData and render data in different ways"); in createTextureBufferTests() local 656 root->addChild(renderGroup); in createTextureBufferTests() 663 renderGroup->addChild(renderTypeGroup); in createTextureBufferTests()
|
H A D | es31fTessellationGeometryInteractionTests.cpp | 3081 tcu::TestCaseGroup* const renderGroup = new tcu::TestCaseGroup(m_testCtx, "render", "Various render tests"); 3085 addChild(renderGroup); 3095 renderGroup->addChild(passthroughGroup); 3096 renderGroup->addChild(limitGroup); 3097 renderGroup->addChild(scatterGroup);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 2913 de::MovePtr<tcu::TestCaseGroup> renderGroup(new tcu::TestCaseGroup(testCtx, render.name.c_str())); in createChildren() 2984 renderGroup->addChild(sizeGroup.release()); in createChildren() 2986 viewGroup->addChild(renderGroup.release()); in createChildren()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 2820 de::MovePtr<tcu::TestCaseGroup> renderGroup(new tcu::TestCaseGroup(testCtx, render.name.c_str(), "")); in createChildren() 2877 renderGroup->addChild(sizeGroup.release()); in createChildren() 2879 viewGroup->addChild(renderGroup.release()); in createChildren()
|
Completed in 17 milliseconds