HomeSort by relevance Sort by last modified time
    Searched refs:generateLocalDeclaration (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 767 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel);
793 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int /* indentLevel */)
830 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1);
840 generateLocalDeclaration(src, type.getStruct(), indentLevel+1);
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 816 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel);
842 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel)
881 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1);
891 generateLocalDeclaration(src, type.getStruct(), indentLevel+1);
    [all...]

Completed in 726 milliseconds