Searched refs:program1 (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cPostDepthCoverageTests.cpp | 147 ShaderProgram program1(gl, sources1); in iterate() local 149 if (!program1.isOk()) in iterate() 152 …m_testCtx.getLog() << tcu::TestLog::Message << "Vertex: " << program1.getShaderInfo(SHADERTYPE_VER… in iterate() 154 << "Fragment: " << program1.getShaderInfo(SHADERTYPE_FRAGMENT).infoLog << "\n" in iterate() 155 << "Program: " << program1.getProgramInfo().infoLog << tcu::TestLog::EndMessage; in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 738 …const ShaderProgram program1 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate() local 745 m_testCtx.getLog() << program0 << program1; in iterate() 746 if (!program0.isOk() || !program1.isOk()) in iterate() 765 …const deUint32 blockIndex = gl.getProgramResourceIndex(program1.getProgram(), GL_SHADER_STORAGE_… in iterate() 766 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK,… in iterate() 785 gl.useProgram(program1.getProgram()); in iterate() 791 …const deUint32 blockIndex = gl.getProgramResourceIndex(program1.getProgram(), GL_SHADER_STORAGE… in iterate() 792 …const int blockSize = getProgramResourceInt(gl, program1.getProgram(), GL_SHADER_STORAGE_BLOCK… in iterate() 793 …const deUint32 valueIndex = gl.getProgramResourceIndex(program1.getProgram(), GL_BUFFER_VARIABL… in iterate() 794 …const InterfaceVariableInfo valueInfo = getProgramInterfaceVariableInfo(gl, program1.getProgram(),… in iterate() [all …]
|
D | es31fNegativeShaderApiTests.cpp | 389 …glu::ShaderProgram program1(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, … in use_program() local 398 ctx.glUseProgram (program1.getProgram()); in use_program() 399 ctx.glTransformFeedbackVaryings (program1.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in use_program() 400 ctx.glLinkProgram (program1.getProgram()); in use_program()
|
/external/u-boot/board/Arcturus/ucp1020/ |
D | README | 53 B$ run program1
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 323 …glu::ShaderProgram program1(m_context.getRenderContext(), glu::makeVtxFragSources(vertexShaderSo… in init() 332 glUseProgram (program1.getProgram()); in init() 333 glTransformFeedbackVaryings (program1.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in init() 334 glLinkProgram (program1.getProgram()); in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1042 glu::ShaderProgram program1(renderContext, prepareColoringProgramSources(testFormat, testType)); in iterate() local 1046 programs.push_back(&program1); in iterate()
|