HomeSort by relevance Sort by last modified time
    Searched refs:pointSizeLoc (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 155 const int pointSizeLoc = gl.getUniformLocation(program, "u_pointSize");
157 gl.uniform1f(pointSizeLoc, pointSize);
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 194 const glw::GLint pointSizeLoc = gl.getUniformLocation(m_shader->getProgram(), "u_pointSize");
204 gl.uniform1f (pointSizeLoc, m_pointSize);
    [all...]
es2fClippingTests.cpp 544 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize");
554 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 547 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize");
557 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize);
    [all...]
es3fRasterizationTests.cpp 359 const glw::GLint pointSizeLoc = gl.getUniformLocation(m_shader->getProgram(), "u_pointSize");
369 gl.uniform1f (pointSizeLoc, getPointSize());
    [all...]

Completed in 1572 milliseconds