Home
last modified time | relevance | path

Searched refs:programA (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cSeparateShaderObjsTests.cpp1387 …bool setAndCompareUniforms(glw::GLuint pipeline, glw::GLuint programA, glw::GLuint programB, glu::… in setAndCompareUniforms() argument
1422 locationA[i] = gl.getUniformLocation(programA, name.c_str()); in setAndCompareUniforms()
1431 locationA[i] = gl.getUniformLocation(programA, name.c_str()); in setAndCompareUniforms()
1456 progUniformi(gl, programA, arraySize, locationA, data); in setAndCompareUniforms()
1460 progUniformui(gl, programA, arraySize, locationA, udata); in setAndCompareUniforms()
1464 progUniformf(gl, programA, arraySize, locationA, fdata); in setAndCompareUniforms()
1475 gl.getUniformiv(programA, locationA[i], (int*)&retValA[0]); in setAndCompareUniforms()
1480 gl.getUniformuiv(programA, locationA[i], &retValA[0]); in setAndCompareUniforms()
1485 gl.getUniformfv(programA, locationA[i], (float*)&retValA[0]); in setAndCompareUniforms()
1541 gl.getUniformiv(programA, locationA[i], (int*)&retValA[0]); in setAndCompareUniforms()
[all …]
/third_party/openGLES/extensions/ARB/
DARB_compute_shader.txt1048 glUseProgramStages(pipeline, GL_VERTEX_SHADER_BIT, programA);
1054 the triangles will be processed by programA and programB, while the
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_compute_shader.txt1038 glUseProgramStages(pipeline, GL_VERTEX_SHADER_BIT, programA);
1044 the triangles will be processed by programA and programB, while the