Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp162 GLuint nonProgram[2]; in shader_binary() local
187 nonProgram[0] = -1; in shader_binary()
188 nonProgram[1] = -1; in shader_binary()
218 ctx.glShaderBinary(2, &nonProgram[0], binaryFormats[0], 0, 0); in shader_binary()