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

  /external/deqp/modules/glshared/
glsShaderExecUtil.hpp 63 std::string globalDeclarations; //!< These are placed into global scope. Can contain uniform declarations for example.
glsShaderExecUtil.cpp 87 if (!shaderSpec.globalDeclarations.empty())
88 src << shaderSpec.globalDeclarations << "\n";
159 if (!shaderSpec.globalDeclarations.empty())
160 src << shaderSpec.globalDeclarations << "\n";
282 if (!shaderSpec.globalDeclarations.empty())
283 src << shaderSpec.globalDeclarations << "\n";
    [all...]
glsBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 406 spec->globalDeclarations = global.str();
768 spec->globalDeclarations = global.str();
962 spec->globalDeclarations = global.str();
    [all...]
es31fShaderBuiltinConstantTests.cpp 181 shaderSpec.globalDeclarations = "#extension " + extName + " : require\n";
es31fShaderCommonFunctionTests.cpp     [all...]

Completed in 144 milliseconds