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

  /external/deqp/modules/gles2/functional/
es2fNegativeVertexArrayApiTests.cpp 61 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
62 glVertexAttrib1f(maxVertexAttribs, 0.0f);
64 glVertexAttrib2f(maxVertexAttribs, 0.0f, 0.0f);
66 glVertexAttrib3f(maxVertexAttribs, 0.0f, 0.0f, 0.0f);
68 glVertexAttrib4f(maxVertexAttribs, 0.0f, 0.0f, 0.0f, 0.0f);
75 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
77 glVertexAttrib1fv(maxVertexAttribs, &v[0]);
79 glVertexAttrib2fv(maxVertexAttribs, &v[0]);
81 glVertexAttrib3fv(maxVertexAttribs, &v[0]);
83 glVertexAttrib4fv(maxVertexAttribs, &v[0])
    [all...]
es2fNegativeStateApiTests.cpp 434 GLint maxVertexAttribs;
435 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
436 glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params[0]);
452 GLint maxVertexAttribs;
453 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
454 glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params[0]);
468 GLint maxVertexAttribs;
469 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
470 glGetVertexAttribPointerv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_POINTER, &ptr[0]);
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 71 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
72 glVertexAttrib1f(maxVertexAttribs, 0.0f);
74 glVertexAttrib2f(maxVertexAttribs, 0.0f, 0.0f);
76 glVertexAttrib3f(maxVertexAttribs, 0.0f, 0.0f, 0.0f);
78 glVertexAttrib4f(maxVertexAttribs, 0.0f, 0.0f, 0.0f, 0.0f);
85 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
87 glVertexAttrib1fv(maxVertexAttribs, &v[0]);
89 glVertexAttrib2fv(maxVertexAttribs, &v[0]);
91 glVertexAttrib3fv(maxVertexAttribs, &v[0]);
93 glVertexAttrib4fv(maxVertexAttribs, &v[0])
    [all...]
es3fNegativeStateApiTests.cpp 695 GLint maxVertexAttribs;
696 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
697 glGetVertexAttribfv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
711 GLint maxVertexAttribs;
712 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
713 glGetVertexAttribiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
727 GLint maxVertexAttribs;
728 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
729 glGetVertexAttribIiv(maxVertexAttribs, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &params);
743 GLint maxVertexAttribs;
    [all...]
es3fTransformFeedbackTests.cpp 238 int maxVertexAttribs = 0;
243 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
256 if (totalVertexAttribs > maxVertexAttribs)
    [all...]
  /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...]
  /frameworks/rs/driver/
rsdGL.h 59 int32_t maxVertexAttribs;
rsdGL.cpp 146 ALOGV("MAX Attribs %i", dc->gl.gl.maxVertexAttribs);
380 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &dc->gl.gl.maxVertexAttribs);
409 dc->gl.vertexArrayState->init(dc->gl.gl.maxVertexAttribs);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 142 return index < (GLuint)ctx->getCaps()->maxVertexAttribs;
GLESv2Context.cpp 25 for(int i=0; i < s_glSupport.maxVertexAttribs;i++){
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \
65 int maxVertexAttribs;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLVertexArrayObjectOES.cpp 48 m_vertexAttribState.resize(ctx->maxVertexAttribs());
WebGLRenderingContextBase.h 356 unsigned maxVertexAttribs() const { return m_maxVertexAttribs; }
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 246 , maxVertexAttribs (0)
254 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
318 , m_clientVertexArray (0, m_limits.maxVertexAttribs)
380 , m_currentAttribs (m_limits.maxVertexAttribs, rr::GenericVec4(tcu::Vec4(0, 0, 0, 1)))
    [all...]
sglrReferenceContext.hpp 432 VertexArray (deUint32 name, int maxVertexAttribs);
560 , maxVertexAttribs (16)
576 int maxVertexAttribs;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 511 s_glDispatch.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,&s_glSupport.maxVertexAttribs);

Completed in 704 milliseconds