Home
last modified time | relevance | path

Searched defs:builtInTypeName (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderDirectiveTests.cpp507 void executeAccessingBoundingBoxType (NegativeTestContext& ctx, const std::string builtInTypeName, glu::GLSLVersion glslVersion) in executeAccessingBoundingBoxType() argument
537 << " gl_Position = " + builtInTypeName + "[0];\n" in executeAccessingBoundingBoxType() local
556 << " gl_TessCoord.z * " + builtInTypeName + "[0]);\n" in executeAccessingBoundingBoxType() local
576 << " gl_Position = gl_in[idx].gl_Position * " + builtInTypeName + "[0];\\n" executeAccessingBoundingBoxType() local
594 << " fs_colour = " + builtInTypeName + "[0];\\n" executeAccessingBoundingBoxType() local
[all...]

Completed in 1 milliseconds