Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp442 glu::ShaderProgram srcProgram(m_context.getRenderContext(), in init()
452 glGetProgramiv(srcProgram.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize); in init()
453 glGetProgramiv(srcProgram.getProgram(), GL_LINK_STATUS, &linkStatus); in init()
462 … glGetProgramBinary(srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf[0]); in init()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp532 glu::ShaderProgram srcProgram(ctx.getRenderContext(), in program_binary() local
542 ctx.glGetProgramiv(srcProgram.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize); in program_binary()
543 ctx.glGetProgramiv(srcProgram.getProgram(), GL_LINK_STATUS, &linkStatus); in program_binary()
551 …ctx.glGetProgramBinary(srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf[… in program_binary()