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

  /frameworks/rs/driver/
rsdGL.h 56 int32_t maxVertexAttribs;
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 65 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
66 ctx.glVertexAttrib1f(maxVertexAttribs, 0.0f);
68 ctx.glVertexAttrib2f(maxVertexAttribs, 0.0f, 0.0f);
70 ctx.glVertexAttrib3f(maxVertexAttribs, 0.0f, 0.0f, 0.0f);
72 ctx.glVertexAttrib4f(maxVertexAttribs, 0.0f, 0.0f, 0.0f, 0.0f);
80 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
82 ctx.glVertexAttrib1fv(maxVertexAttribs, &v[0]);
84 ctx.glVertexAttrib2fv(maxVertexAttribs, &v[0]);
86 ctx.glVertexAttrib3fv(maxVertexAttribs, &v[0]);
88 ctx.glVertexAttrib4fv(maxVertexAttribs, &v[0])
    [all...]
es31fNegativeStateApiTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 238 int maxVertexAttribs = 0;
243 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
256 if (totalVertexAttribs > maxVertexAttribs)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 437 VertexArray (deUint32 name, int maxVertexAttribs);
565 , maxVertexAttribs (16)
581 int maxVertexAttribs;
    [all...]

Completed in 177 milliseconds