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

/external/deqp/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp65 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
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); local
82 ctx.glVertexAttrib1fv(maxVertexAttribs, &v[0]);
84 ctx.glVertexAttrib2fv(maxVertexAttribs, &v[0]);
86 ctx.glVertexAttrib3fv(maxVertexAttribs, &v[0]);
88 ctx.glVertexAttrib4fv(maxVertexAttribs,
95 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
109 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
129 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
184 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
218 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
281 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
328 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
338 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
374 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 399 milliseconds