Searched refs:GL_MAX_VERTEX_ATTRIBS (Results 1 - 25 of 47) sorted by relevance

12

/external/deqp/modules/gles2/functional/
H A Des2fNegativeVertexArrayApiTests.cpp60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
61 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
75 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
95 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
112 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
113 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
120 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
121 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
[all...]
H A Des2fImplementationLimitTests.cpp206 LIMIT_CASE(max_vertex_attribs, GL_MAX_VERTEX_ATTRIBS, GLint, 8);
H A Des2fNegativeStateApiTests.cpp433 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
435 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
451 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
453 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
467 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
469 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
H A Des2fShaderStateQueryTests.cpp816 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
854 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
916 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
H A Des2fNegativeShaderApiTests.cpp397 GLuint maxIndex = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
400 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
H A Des2fShaderBuiltinVarTests.cpp681 { "max_vertex_attribs", "gl_MaxVertexAttribs", GL_MAX_VERTEX_ATTRIBS },
/external/deqp/modules/gles3/functional/
H A Des3fNegativeVertexArrayApiTests.cpp70 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
71 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
84 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
85 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
99 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
103 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
112 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
116 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
130 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
131 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS);
[all...]
H A Des3fNegativeStateApiTests.cpp695 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
697 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
711 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
713 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
727 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
729 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
743 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
745 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
759 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
761 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,
[all...]
H A Des3fImplementationLimitTests.cpp474 LIMIT_CASE(max_vertex_attribs, GL_MAX_VERTEX_ATTRIBS, GLint, 16);
H A Des3fShaderStateQueryTests.cpp978 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
1016 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
1078 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
1110 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
1142 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
H A Des3fShaderBuiltinVarTests.cpp1096 { "max_vertex_attribs", "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> },
H A Des3fVertexArrayObjectTests.cpp741 GLU_CHECK_CALL(glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribCount));
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp85 { "vertex_attribs", "Number of vertex attributes supported", GL_MAX_VERTEX_ATTRIBS },
/external/deqp/modules/gles31/functional/
H A Des31fNegativeVertexArrayApiTests.cpp64 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
65 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
79 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
80 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
95 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
99 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
109 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
113 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
128 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
129 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
[all...]
H A Des31fNegativeStateApiTests.cpp1008 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
1009 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
1025 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
1026 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
1042 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
1043 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
1059 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
1060 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
1076 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
1077 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,
[all...]
H A Des31fShaderBuiltinConstantTests.cpp308 { "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> },
H A Des31fVertexAttributeBindingStateQueryTests.cpp96 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
171 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
H A Des31fVertexAttributeBindingTests.cpp1510 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxIndex);
/external/deqp/framework/opengl/
H A DgluStateReset.cpp70 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays);
479 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays);
1048 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays);
H A DgluStrUtil.inl105 case GL_MAX_VERTEX_ATTRIBS: return "GL_MAX_VERTEX_ATTRIBS";
1188 case GL_MAX_VERTEX_ATTRIBS: return "GL_MAX_VERTEX_ATTRIBS";
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp287 case GL_MAX_VERTEX_ATTRIBS:
/external/mesa3d/include/GLES2/
H A Dgl2.h261 #define GL_MAX_VERTEX_ATTRIBS 0x8869 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h261 #define GL_MAX_VERTEX_ATTRIBS 0x8869 macro
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp105 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttribs);
850 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
914 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
992 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
1114 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
1208 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
/external/swiftshader/include/GLES2/
H A Dgl2.h219 #define GL_MAX_VERTEX_ATTRIBS 0x8869 macro

Completed in 344 milliseconds

12