HomeSort by relevance Sort by last modified time
    Searched refs:GL_MAX_VERTEX_ATTRIBS (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/deqp/modules/gles2/functional/
es2fNegativeVertexArrayApiTests.cpp 60 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...]
es2fImplementationLimitTests.cpp 206 LIMIT_CASE(max_vertex_attribs, GL_MAX_VERTEX_ATTRIBS, GLint, 8);
es2fNegativeStateApiTests.cpp 433 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);
es2fShaderStateQueryTests.cpp 816 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
854 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
916 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &attribute_count);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 70 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...]
es3fNegativeStateApiTests.cpp 695 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, &maxVertexAttribs)
    [all...]
es3fImplementationLimitTests.cpp 474 LIMIT_CASE(max_vertex_attribs, GL_MAX_VERTEX_ATTRIBS, GLint, 16);
es3fShaderStateQueryTests.cpp 978 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);
    [all...]
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 85 { "vertex_attribs", "Number of vertex attributes supported", GL_MAX_VERTEX_ATTRIBS },
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 64 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...]
es31fNegativeStateApiTests.cpp     [all...]
es31fShaderBuiltinConstantTests.cpp 308 { "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> },
es31fVertexAttributeBindingStateQueryTests.cpp 96 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
171 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 277 case GL_MAX_VERTEX_ATTRIBS:
GLClientState.h 618 case GL_MAX_VERTEX_ATTRIBS: {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 165 public static final int GL_MAX_VERTEX_ATTRIBS = 0x8869;
  /external/deqp/framework/opengl/
gluStateReset.cpp 70 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays);
477 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays);
    [all...]
gluStrUtil.inl 104 case GL_MAX_VERTEX_ATTRIBS: return "GL_MAX_VERTEX_ATTRIBS";
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 260 ctx->glGetIntegerv(self, GL_MAX_VERTEX_ATTRIBS, &maxIndex);
335 case GL_MAX_VERTEX_ATTRIBS:
487 ctx->glGetIntegerv(self, GL_MAX_VERTEX_ATTRIBS, &maxIndex);
500 ctx->glGetIntegerv(self, GL_MAX_VERTEX_ATTRIBS, &maxIndex);
513 ctx->glGetIntegerv(self, GL_MAX_VERTEX_ATTRIBS, &maxIndex);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 287 case GL_MAX_VERTEX_ATTRIBS:
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 168 public static final int GL_MAX_VERTEX_ATTRIBS = 0x8869;
  /frameworks/rs/driver/
rsdGL.cpp 380 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &dc->gl.gl.maxVertexAttribs);
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 215 #define GL_MAX_VERTEX_ATTRIBS 0x8869
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 261 #define GL_MAX_VERTEX_ATTRIBS 0x8869
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 215 #define GL_MAX_VERTEX_ATTRIBS 0x8869

Completed in 332 milliseconds

1 2 3 4 5 6 7