Home
last modified time | relevance | path

Searched refs:pointSizeLoc (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPointSpritesTest.cpp62 GLint pointSizeLoc = glGetUniformLocation(program, "uPointSize"); in testPointCoordAndPointSizeCompliance() local
65 glUniform1f(pointSizeLoc, maxPointSize); in testPointCoordAndPointSizeCompliance()
228 GLint pointSizeLoc = glGetUniformLocation(program, "u_pointSize");
232 glUniform1f(pointSizeLoc, pointSize);
320 GLint pointSizeLoc = glGetUniformLocation(program, "pointSize");
323 glUniform1f(pointSizeLoc, 1.0f);
356 glUniform1f(pointSizeLoc, 2.0f);
435 GLint pointSizeLoc = glGetUniformLocation(pointProgram, "u_pointSize");
438 glUniform1f(pointSizeLoc, pointSize);
492 GLint pointSizeLoc
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp184 const int pointSizeLoc = gl.getUniformLocation(program, "u_pointSize"); in drawRandomPrimitives() local
186 gl.uniform1f(pointSizeLoc, pointSize); in drawRandomPrimitives()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRasterizationTests.cpp198 const glw::GLint pointSizeLoc = gl.getUniformLocation(m_shader->getProgram(), "u_pointSize"); in drawPrimitives() local
208 gl.uniform1f (pointSizeLoc, m_pointSize); in drawPrimitives()
640 const glw::GLint pointSizeLoc = gl.getUniformLocation(m_shader->getProgram(), "u_pointSize"); in iterate() local
648 gl.uniform1f(pointSizeLoc, pointSize); in iterate()
H A Des2fClippingTests.cpp543 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize"); in testRender() local
553 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize); in testRender()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRasterizationTests.cpp364 const glw::GLint pointSizeLoc = gl.getUniformLocation(m_shader->getProgram(), "u_pointSize");
374 gl.uniform1f (pointSizeLoc, getPointSize());
H A Des3fClippingTests.cpp546 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize"); in testRender() local
556 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize); in testRender()

Completed in 15 milliseconds