Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp423 GLuint dstProgram = glCreateProgram(); in init()
450 glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength); in init()
456 glDeleteProgram(dstProgram); in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp508 GLuint dstProgram = ctx.glCreateProgram(); in program_binary() local
534 ctx.glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength); in program_binary()
540 ctx.glDeleteProgram(dstProgram); in program_binary()