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 184 const int pointSizeLoc = gl.getUniformLocation(program, "u_pointSize");
186 gl.uniform1f(pointSizeLoc, pointSize);
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 199 const glw::GLint pointSizeLoc = gl.getUniformLocation(m_shader->getProgram(), "u_pointSize");
209 gl.uniform1f (pointSizeLoc, m_pointSize);
    [all...]
es2fClippingTests.cpp 543 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize");
553 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 546 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize");
556 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize);
    [all...]
es3fRasterizationTests.cpp 364 const glw::GLint pointSizeLoc = gl.getUniformLocation(m_shader->getProgram(), "u_pointSize");
374 gl.uniform1f (pointSizeLoc, getPointSize());
    [all...]

Completed in 302 milliseconds