Searched refs:generateFullDeclaration (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 732 void generateFullDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel… 737 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 741 void generateFullDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration() function 761 generateFullDeclaration(src, structType, indentLevel); in generateLocalDeclaration()
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 817 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLe… 822 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 826 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLeve… in generateFullDeclaration() function 845 generateFullDeclaration(src, structType, indentLevel); in generateLocalDeclaration()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 997 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLe… 1002 generateFullDeclaration(src, structType, indentLevel); in generateDeclaration() 1006 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLeve… in generateFullDeclaration() function
|