Searched defs:maxVertexAttribs (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp62 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
63 ctx.glVertexAttrib1f(maxVertexAttribs, 0.0f);
65 ctx.glVertexAttrib2f(maxVertexAttribs, 0.0f, 0.0f);
67 ctx.glVertexAttrib3f(maxVertexAttribs, 0.0f, 0.0f, 0.0f);
69 ctx.glVertexAttrib4f(maxVertexAttribs, 0.0f, 0.0f, 0.0f, 0.0f);
77 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
79 ctx.glVertexAttrib1fv(maxVertexAttribs, &v[0]);
81 ctx.glVertexAttrib2fv(maxVertexAttribs, &v[0]);
83 ctx.glVertexAttrib3fv(maxVertexAttribs, &v[0]);
85 ctx.glVertexAttrib4fv(maxVertexAttribs,
92 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
106 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
126 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
181 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
216 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
225 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
259 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
[all...]
H A Des31fNegativeStateApiTests.cpp711 GLint maxVertexAttribs; local
712 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
713 ctx.glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
728 GLint maxVertexAttribs; local
729 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
730 ctx.glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
745 GLint maxVertexAttribs; local
746 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
747 ctx.glGetVertexAttribIiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
762 GLint maxVertexAttribs; local
779 GLint maxVertexAttribs; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp238 int maxVertexAttribs = 0; local
243 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
256 if (totalVertexAttribs > maxVertexAttribs)
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp437 VertexArray (deUint32 name, int maxVertexAttribs);
565 , maxVertexAttribs (16)
581 int maxVertexAttribs; member in struct:sglr::ReferenceContextLimits

Completed in 749 milliseconds