Home
last modified time | relevance | path

Searched refs:kVariableDeclaration (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DCollectVariables_test.cpp1487 const std::string &kVariableDeclaration = "in vec4 texcoord[];\n"; in TEST_F() local
1496 compileGeometryShaderWithInputPrimitive(kInputPrimitives[i], kVariableDeclaration, in TEST_F()
/third_party/node/deps/v8/src/ast/
Dast.h382 : Declaration(pos, kVariableDeclaration) { in Declaration() argument