/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 18 Group<DynamicGroup>, 24 Group<DynamicGroup>, 28 Group<DynamicGroup>, 32 Group<DynamicGroup>, 35 Group<DynamicGroup>, 39 Group<DynamicGroup>, 43 Group<DynamicGroup>, 47 Group<DynamicGroup>, 51 Group<DynamicGroup>, 54 Group<DynamicGroup>, [all …]
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 34 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTree() 40 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTreeFromCopy() 71 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup() 76 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr); in createGroup() 77 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup() 89 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in addChild() 164 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getGroupProperties() 173 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in updateGroupProperties() 197 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getRotation() 202 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in setRotation() [all …]
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 109 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(nativePtr); in createGroupPropertyHolder()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 268 Group::Group(const Group& group) : Node(group) { in Group() function in android::uirenderer::VectorDrawable::Group 272 void Group::draw(SkCanvas* outCanvas, bool useStagingData) { in draw() 287 void Group::dump() { in dump() 296 void Group::syncProperties() { in syncProperties() 309 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix() 320 void Group::addChild(Node* child) { in addChild() 327 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties() 342 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue() 366 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 395 bool Group::isValidProperty(int propertyId) { in isValidProperty() [all …]
|
D | VectorDrawable.h | 404 class ANDROID_API Group: public Node { 493 Group(const Group& group); 494 Group() {} in Group() function 537 explicit Tree(Group* rootNode) : mRootNode(rootNode) { in Tree() 542 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { in Tree() 702 std::unique_ptr<Group> mRootNode;
|
D | PropertyValuesHolder.h | 90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder() 99 VectorDrawable::Group* mGroup;
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.h | 46 struct Group { struct 55 Vector<Group> mGroupStack; argument
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaDisplayListTests.cpp | 97 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST() 127 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 139 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
D | VectorDrawableTests.cpp | 352 VectorDrawable::Group group; in TEST() 353 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties(); in TEST()
|
D | RenderNodeTests.cpp | 308 VectorDrawable::Group* group = new VectorDrawable::Group(); in RENDERTHREAD_TEST()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Group.h | 17 class Group {};
|
D | LDFileFormat.h | 41 Group, enumerator
|
/frameworks/wilhelm/src/ |
D | README.txt | 2 and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1.
|
/frameworks/native/vulkan/include/vulkan/ |
D | NOTICE | 1 Copyright (c) 2015-2016 The Khronos Group Inc.
|
/frameworks/native/opengl/include/KHR/ |
D | NOTICE | 1 Copyright (c) 2008-2009 The Khronos Group Inc.
|
/frameworks/native/opengl/include/EGL/ |
D | NOTICE | 1 Copyright (c) 2007-2009 The Khronos Group Inc.
|
/frameworks/wilhelm/include/SLES/ |
D | NOTICE | 1 Copyright (c) 2007-2009 The Khronos Group Inc.
|
/frameworks/wilhelm/include/OMXAL/ |
D | NOTICE | 1 Copyright (c) 2007-2010 The Khronos Group Inc.
|
/frameworks/native/opengl/include/GLES2/ |
D | NOTICE | 1 Copyright (c) 2013-2015 The Khronos Group Inc.
|
/frameworks/native/opengl/include/GLES3/ |
D | NOTICE | 1 Copyright (c) 2013-2015 The Khronos Group Inc.
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFReaderIf.cpp | 116 if (sect_hdr->kind() == LDFileFormat::Group) in getSymFragmentRef()
|
D | ELFObjectReader.cpp | 119 case LDFileFormat::Group: { in readSections()
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 50 let Group = Output_Type_Group in { 102 let Group = M_Group in {
|
/frameworks/native/vulkan/api/ |
D | platform.api | 1 // Copyright (c) 2015 The Khronos Group Inc.
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 91 return LDFileFormat::Group; in GetELFSectionKind() 432 LDFileFormat::Group == pSection->kind()) in AddSymbol()
|