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

/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp508 GLuint dstProgram = ctx.glCreateProgram(); local
534 ctx.glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength);
540 ctx.glDeleteProgram(dstProgram);

Completed in 87 milliseconds