/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderStateQueryTests.cpp | 2205 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[ndx].size); in test() 2223 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, 4); in test() 2236 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[1].size); in test() 2241 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[0].size); in test()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 268 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 289 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttribBindingTests.cpp | 2201 glGetVertexAttribiv(0, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in Run() 2204 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_SIZE(0) is " << p in Run() 2231 glGetVertexAttribiv(2, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in Run() 2234 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_SIZE(2) is " << p in Run() 2261 glGetVertexAttribiv(15, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in Run() 2264 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_SIZE(15) is " << p in Run() 2480 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in stateVerify() 2484 << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_SIZE(" << index << ") is " << p << " should be " in stateVerify()
|
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 3955 is_ok &= CheckIndexed(GL_VERTEX_ATTRIB_ARRAY_SIZE, i, 4); in iterate() 5472 static const glw::GLenum accepted_pnames[] = { GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE, in iterate()
|
H A D | gl4cVertexAttrib64BitTest.cpp | 844 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, size)) in checkVertexAttribLPointer()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv3.cpp | 1875 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in GetVertexAttribIiv() 1931 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in GetVertexAttribIuiv()
|
H A D | libGLESv2.cpp | 3650 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in GetVertexAttribfv() 3703 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in GetVertexAttribiv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | VertexArrayGL.cpp | 1058 context, index, attribute.format->channelCount, GL_VERTEX_ATTRIB_ARRAY_SIZE, in validateState() 1059 "attribute.format->channelCount", "GL_VERTEX_ATTRIB_ARRAY_SIZE")); in validateState()
|
H A D | functionsgl_enums.h | 455 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 463 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 311 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 311 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 1540 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[ndx].size); in test()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
H A D | gl3.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 311 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
H A D | gl31.h | 311 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 612 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in QueryVertexAttribBase()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cVertexAttribBindingTests.cpp | 1936 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in stateVerify() 1940 << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_SIZE(" << index << ") is " << p << " should be " in stateVerify()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|