HomeSort by relevance Sort by last modified time
    Searched refs:dstProgram (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 423 GLuint dstProgram = glCreateProgram();
450 glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength);
456 glDeleteProgram(dstProgram);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 508 GLuint dstProgram = ctx.glCreateProgram();
534 ctx.glProgramBinary (dstProgram, -1, &binaryBuf[0], binaryLength);
540 ctx.glDeleteProgram(dstProgram);
    [all...]

Completed in 54 milliseconds