Home
last modified time | relevance | path

Searched defs:getBlockName (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DUnicodeBlockData.java674 public static String getBlockName(int block) { in getBlockName() method in UnicodeBlockData
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DUnicodeBlockData.java674 public static String getBlockName(int block) { in getBlockName() method in UnicodeBlockData
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp89 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in deqp::gles31::bb::BufferBlock
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp677 virtual const char *getBlockName() const { in getBlockName() function in __anon34fe1afb0111::BlockParserBaseClass
858 const char *getBlockName() const override { return "type"; } in getBlockName() function in __anon34fe1afb0111::TypesParser
1049 const char *getBlockName() const override { return "globals"; } in getBlockName() function in __anon34fe1afb0111::GlobalsParser
1259 const char *getBlockName() const override { return "valuesymtab"; } in getBlockName() function in __anon34fe1afb0111::ValuesymtabParser
1408 const char *getBlockName() const override { return "function"; } in getBlockName() function in __anon34fe1afb0111::FunctionParser
2801 const char *getBlockName() const override { return "constants"; } in getBlockName() function in __anon34fe1afb0111::ConstantsParser
3007 const char *getBlockName() const override { return "module"; } in getBlockName() function in __anon34fe1afb0111::ModuleParser
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.hpp246 const char* getBlockName(void) const in getBlockName() function in deqp::ub::UniformBlock
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp100 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in vkt::ssbo::BufferBlock
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.hpp100 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in vkt::ssbo::BufferBlock
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.hpp187 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in deqp::gls::ub::UniformBlock
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp197 const std::string& getBlockName (void) const { return m_blockName; } in getBlockName() function in vkt::TransformFeedback::InterfaceBlock
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
DvktUniformBlockCase.hpp202 const std::string& getBlockName (void) const { return m_blockName; } in getBlockName() function in vkt::ubo::UniformBlock
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp197 const std::string& getBlockName (void) const { return m_blockName; } in getBlockName() function in vkt::TransformFeedback::InterfaceBlock
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp202 const std::string& getBlockName (void) const { return m_blockName; } in getBlockName() function in vkt::ubo::UniformBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp606 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName() function in BlockFrequencyInfoImplBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp900 static std::string getBlockName(const BasicBlock *B) { in getBlockName() function