Home
last modified time | relevance | path

Searched refs:findStruct (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/tests/compiler_tests/
DInitOutputVariables_test.cpp300 FindStructByName findStruct(ImmutableString("MyS")); in TEST_F() local
301 mASTRoot->traverse(&findStruct); in TEST_F()
302 ASSERT(findStruct.isStructureFound()); in TEST_F()
304 TType type(findStruct.getStructure(), false); in TEST_F()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp124 const glu::StructType* findStruct (const char* name) const;
Des31fSSBOLayoutCase.cpp271 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct() function in deqp::gles31::bb::ShaderInterface
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp135 const glu::StructType* findStruct (const char* name) const;
DvktSSBOLayoutCase.cpp220 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct() function in vkt::ssbo::ShaderInterface
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp316 const StructType* findStruct(const char* name) const;
DglcUniformBlockCase.cpp303 const StructType* ShaderInterface::findStruct(const char* name) const in findStruct() function in deqp::ub::ShaderInterface
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp218 const StructType* findStruct (const char* name) const;
DglsUniformBlockCase.cpp336 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct() function in deqp::gls::ub::ShaderInterface