/third_party/skia/modules/svg/include/ |
D | SkSVGFeImage.h | 27 std::vector<SkSVGFeInputType> getInputs() const override { return {}; } in getInputs() function
|
D | SkSVGFeFlood.h | 22 std::vector<SkSVGFeInputType> getInputs() const override { return {}; } in getInputs() function
|
D | SkSVGFeDisplacementMap.h | 34 std::vector<SkSVGFeInputType> getInputs() const override { in getInputs() function
|
D | SkSVGFeColorMatrix.h | 28 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; } in getInputs() function
|
D | SkSVGFeTurbulence.h | 31 std::vector<SkSVGFeInputType> getInputs() const override { return {}; } in getInputs() function
|
D | SkSVGFeOffset.h | 25 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; } in getInputs() function
|
D | SkSVGFeComposite.h | 32 std::vector<SkSVGFeInputType> getInputs() const override { in getInputs() function
|
D | SkSVGFeGaussianBlur.h | 31 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; } in getInputs() function
|
D | SkSVGFeBlend.h | 33 std::vector<SkSVGFeInputType> getInputs() const override { in getInputs() function
|
D | SkSVGFeMorphology.h | 37 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; } in getInputs() function
|
D | SkSVGFeLighting.h | 31 std::vector<SkSVGFeInputType> getInputs() const final { return {this->getIn()}; } in getInputs() function
|
/third_party/vk-gl-cts/scripts/android/ |
D | build_apk.py | 274 def getInputs (self): member in BuildStep 452 def getInputs (self): member in GenResourcesSrc 490 def getInputs (self): member in BuildJavaSource 545 def getInputs (self): member in BuildDex 604 def getInputs (self): member in BuildBaseAPK 670 def getInputs (self): member in AddJavaToAPK 694 def getInputs (self): member in AddAssetsToAPK 725 def getInputs (self): member in AddNativeLibsToAPK 784 def getInputs (self): member in SignAPK 814 def getInputs (self): member in FinalizeAPK
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPipeline.hpp | 106 Inputs &getInputs() { return inputs; } in getInputs() function in vk::GraphicsPipeline 107 const Inputs &getInputs() const { return inputs; } in getInputs() function in vk::GraphicsPipeline
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrShaders.hpp | 106 const std::vector<VertexInputInfo>& getInputs (void) const { return m_inputs; } in getInputs() function in rr::VertexShader 127 const std::vector<FragmentInputInfo>& getInputs (void) const { return m_inputs; } in getInputs() function in rr::FragmentShader 183 const std::vector<GeometryInputInfo>& getInputs (void) const { return m_inputs; } in getInputs() function in rr::GeometryShader
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgShader.hpp | 109 std::vector<ShaderInput*>& getInputs (void) { return m_inputs; } in getInputs() function in rsg::Shader 113 const std::vector<ShaderInput*>& getInputs (void) const { return m_inputs; } in getInputs() function in rsg::Shader
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 265 void getInputs (int numValues, int stride, void* inputs) const in getInputs() function in deqp::gles31::Functional::ShaderAtomicAddCase 419 void getInputs (int numValues, int stride, void* inputs) const in getInputs() function in deqp::gles31::Functional::ShaderAtomicMinCase 501 void getInputs (int numValues, int stride, void* inputs) const in getInputs() function in deqp::gles31::Functional::ShaderAtomicMaxCase 585 void getInputs (int numValues, int stride, void* inputs) const in getInputs() function in deqp::gles31::Functional::ShaderAtomicAndCase 658 void getInputs (int numValues, int stride, void* inputs) const in getInputs() function in deqp::gles31::Functional::ShaderAtomicOrCase 729 void getInputs (int numValues, int stride, void* inputs) const in getInputs() function in deqp::gles31::Functional::ShaderAtomicXorCase 813 void getInputs (int numValues, int stride, void* inputs) const in getInputs() function in deqp::gles31::Functional::ShaderAtomicExchangeCase
|
/third_party/mindspore/mindspore/lite/java/java/linux_x86/src/main/java/com.mindspore.lite/ |
D | LiteSession.java | 144 public List<MSTensor> getInputs() { in getInputs() method in LiteSession 356 private native List<Long> getInputs(long sessionPtr); in getInputs() method in LiteSession
|
/third_party/mindspore/mindspore/lite/java/java/app/src/main/java/com/mindspore/lite/ |
D | LiteSession.java | 144 public List<MSTensor> getInputs() { in getInputs() method in LiteSession 356 private native List<Long> getInputs(long sessionPtr); in getInputs() method in LiteSession
|