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

/external/deqp/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp72 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
73 ctx.glVertexAttrib1f(maxVertexAttribs, 0.0f);
75 ctx.glVertexAttrib2f(maxVertexAttribs, 0.0f, 0.0f);
77 ctx.glVertexAttrib3f(maxVertexAttribs, 0.0f, 0.0f, 0.0f);
79 ctx.glVertexAttrib4f(maxVertexAttribs, 0.0f, 0.0f, 0.0f, 0.0f);
87 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
89 ctx.glVertexAttrib1fv(maxVertexAttribs, &v[0]);
91 ctx.glVertexAttrib2fv(maxVertexAttribs, &v[0]);
93 ctx.glVertexAttrib3fv(maxVertexAttribs, &v[0]);
95 ctx.glVertexAttrib4fv(maxVertexAttribs,
102 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
116 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
136 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
191 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
225 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
288 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
335 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
345 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
381 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
[all...]
H A Des31fNegativeStateApiTests.cpp1001 GLint maxVertexAttribs; local
1009 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
1010 ctx.glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
1018 GLint maxVertexAttribs; local
1026 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
1027 ctx.glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
1035 GLint maxVertexAttribs; local
1043 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
1044 ctx.glGetVertexAttribIiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
1052 GLint maxVertexAttribs; local
1069 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 380 milliseconds