Home
last modified time | relevance | path

Searched defs:getInputs (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/modules/svg/include/
DSkSVGFeImage.h27 std::vector<SkSVGFeInputType> getInputs() const override { return {}; } in getInputs() function
DSkSVGFeFlood.h22 std::vector<SkSVGFeInputType> getInputs() const override { return {}; } in getInputs() function
DSkSVGFeDisplacementMap.h34 std::vector<SkSVGFeInputType> getInputs() const override { in getInputs() function
DSkSVGFeColorMatrix.h28 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; } in getInputs() function
DSkSVGFeTurbulence.h31 std::vector<SkSVGFeInputType> getInputs() const override { return {}; } in getInputs() function
DSkSVGFeOffset.h25 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; } in getInputs() function
DSkSVGFeComposite.h32 std::vector<SkSVGFeInputType> getInputs() const override { in getInputs() function
DSkSVGFeGaussianBlur.h31 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; } in getInputs() function
DSkSVGFeBlend.h33 std::vector<SkSVGFeInputType> getInputs() const override { in getInputs() function
DSkSVGFeMorphology.h37 std::vector<SkSVGFeInputType> getInputs() const override { return {this->getIn()}; } in getInputs() function
DSkSVGFeLighting.h31 std::vector<SkSVGFeInputType> getInputs() const final { return {this->getIn()}; } in getInputs() function
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py274 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/
DVkPipeline.hpp106 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/
DrrShaders.hpp106 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/
DrsgShader.hpp109 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/
Des31fShaderAtomicOpTests.cpp265 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/
DLiteSession.java144 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/
DLiteSession.java144 public List<MSTensor> getInputs() { in getInputs() method in LiteSession
356 private native List<Long> getInputs(long sessionPtr); in getInputs() method in LiteSession