Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp422 …glu::ShaderProgram srcProgram (m_context.getRenderContext(), glu::makeVtxFragSources(vertexShade… in init()
431 glGetProgramiv (srcProgram.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize); in init()
432 glGetProgramiv (srcProgram.getProgram(), GL_LINK_STATUS, &linkStatus); in init()
441 …glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf[0]); in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp507 …glu::ShaderProgram srcProgram (ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSourc… in program_binary() local
516 ctx.glGetProgramiv (srcProgram.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize); in program_binary()
517 ctx.glGetProgramiv (srcProgram.getProgram(), GL_LINK_STATUS, &linkStatus); in program_binary()
525 …ctx.glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf… in program_binary()