| /external/deqp/scripts/android/ |
| D | build_apk.py | 285 def getInputs (self): member in BuildStep 466 def getInputs (self): member in GenResourcesSrc 504 def getInputs (self): member in BuildJavaSource 559 def getInputs (self): member in BuildDex 622 def getInputs (self): member in BuildBaseAPK 689 def getInputs (self): member in AddJavaToAPK 713 def getInputs (self): member in AddAssetsToAPK 744 def getInputs (self): member in AddNativeLibsToAPK 804 def getInputs (self): member in SignAPK 838 def getInputs (self): member in AlignAPK
|
| /external/swiftshader/src/Vulkan/ |
| D | VkPipeline.hpp | 105 Inputs &getInputs() { return inputs; } in getInputs() function in vk::GraphicsPipeline 106 const Inputs &getInputs() const { return inputs; } in getInputs() function in vk::GraphicsPipeline
|
| /external/skia/modules/svg/include/ |
| 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 | SkSVGFeDisplacementMap.h | 34 std::vector<SkSVGFeInputType> getInputs() const override { in getInputs() function
|
| 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 | 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
|
| /external/deqp/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
|
| /external/deqp/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
|
| /external/deqp/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
|
| /external/clang/include/clang/Driver/ |
| D | Action.h | 114 ActionList &getInputs() { return Inputs; } in getInputs() function 115 const ActionList &getInputs() const { return Inputs; } in getInputs() function
|