HomeSort by relevance Sort by last modified time
    Searched refs:GL_MAX_VERTEX_ATTRIBS (Results 1 - 25 of 151) 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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 166 return index >=0 && index < GL_MAX_VERTEX_ATTRIBS;
  /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 694 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
696 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
710 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
712 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
726 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
728 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
742 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
744 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
758 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
760 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/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 61 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
62 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
76 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
77 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
92 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
96 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
106 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
110 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
125 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
126 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
    [all...]
es31fNegativeStateApiTests.cpp 709 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
711 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
726 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
728 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
743 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
745 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
760 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
762 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs);
777 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
779 ctx.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxVertexAttribs)
    [all...]
es31fShaderBuiltinConstantTests.cpp 286 { "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> },
es31fVertexAttributeBindingStateQueryTests.cpp 67 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
183 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 85 { "vertex_attribs", "Number of vertex attributes supported", GL_MAX_VERTEX_ATTRIBS },
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 273 case GL_MAX_VERTEX_ATTRIBS:
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 273 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/chromium_org/gpu/command_buffer/service/
context_group.cc 139 GL_MAX_VERTEX_ATTRIBS, kGLES2RequiredMinimumVertexAttribs,
gles2_cmd_validation_implementation_autogen.h 111 GL_MAX_VERTEX_ATTRIBS,
  /external/deqp/framework/opengl/
gluStrUtil.inl 102 case GL_MAX_VERTEX_ATTRIBS: return "GL_MAX_VERTEX_ATTRIBS";
    [all...]
gluStateReset.cpp 50 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays);
385 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &numVertexAttribArrays);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 117 case GL_MAX_VERTEX_ATTRIBS:
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 219 case GL_MAX_VERTEX_ATTRIBS:
  /frameworks/rs/driver/
rsdGL.cpp 380 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &dc->gl.gl.maxVertexAttribs);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 892 case GL_MAX_VERTEX_ATTRIBS: *params = mCaps.maxVertexAttributes; break;
    [all...]

Completed in 737 milliseconds

1 2 3 4 5 6 7