Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp384 …glu::ShaderProgram programInvalid (m_context.getRenderContext(), glu::makeVtxFragSources(vertex… in init()
409 glGetProgramiv (programInvalid.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize); in init()
411 glGetProgramiv (programInvalid.getProgram(), GL_LINK_STATUS, &linkStatus); in init()
416 …glGetProgramBinary (programInvalid.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryPtr… in init()
1883 …glu::ShaderProgram programInvalid (m_context.getRenderContext(), glu::makeVtxFragSources(vertexSh… in init()
1914 …glGetTransformFeedbackVarying (programInvalid.getProgram(), 0, 32, &length, &size, &type, &name[0]… in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp468 …glu::ShaderProgram programInvalid (ctx.getRenderContext(), glu::makeVtxFragSources(vertexShader… in get_program_binary() local
493 ctx.glGetProgramiv (programInvalid.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize); in get_program_binary()
495 ctx.glGetProgramiv (programInvalid.getProgram(), GL_LINK_STATUS, &linkStatus); in get_program_binary()
500 …ctx.glGetProgramBinary (programInvalid.getProgram(), bufSize, &binaryLength, &binaryFormat, &binar… in get_program_binary()
2173 …glu::ShaderProgram programInvalid (ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSo… in get_transform_feedback_varying() local
2207 …ctx.glGetTransformFeedbackVarying (programInvalid.getProgram(), 0, 32, &length, &size, &type, &na… in get_transform_feedback_varying()