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

  /frameworks/rs/driver/
rsdGL.h 59 int32_t maxVertexAttribs;
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 62 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
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);
79 ctx.glVertexAttrib1fv(maxVertexAttribs, &v[0]);
81 ctx.glVertexAttrib2fv(maxVertexAttribs, &v[0]);
83 ctx.glVertexAttrib3fv(maxVertexAttribs, &v[0]);
85 ctx.glVertexAttrib4fv(maxVertexAttribs, &v[0])
    [all...]
es31fNegativeStateApiTests.cpp 710 GLint maxVertexAttribs;
711 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
712 ctx.glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
727 GLint maxVertexAttribs;
728 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
729 ctx.glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
744 GLint maxVertexAttribs;
745 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
746 ctx.glGetVertexAttribIiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
761 GLint maxVertexAttribs;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \
65 int maxVertexAttribs;
  /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/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 345 unsigned maxVertexAttribs() const { return m_maxVertexAttribs; }
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 432 VertexArray (deUint32 name, int maxVertexAttribs);
560 , maxVertexAttribs (16)
576 int maxVertexAttribs;
    [all...]

Completed in 163 milliseconds