/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderStateQueryTests.cpp | 2409 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, pointers[ndx].stride); in test() 2433 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, pointers[ndx].stride); in test() 2452 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, 0); in test() 2465 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, 8); in test() 2470 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, 4); in test()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 3661 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_STRIDE, 0, 0); in iterate() 3662 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_STRIDE, 1, 2); in iterate() 3663 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_STRIDE, 2, 0); in iterate() 3664 is_ok &= Check(GL_VERTEX_ATTRIB_ARRAY_STRIDE, 3, 8); in iterate() 3956 is_ok &= CheckIndexed(GL_VERTEX_ATTRIB_ARRAY_STRIDE, i, 0); in iterate() 5473 GL_VERTEX_ATTRIB_ARRAY_STRIDE, GL_VERTEX_ATTRIB_ARRAY_TYPE, in iterate()
|
H A D | gl4cVertexAttribBindingTests.cpp | 2327 glGetVertexAttribiv(0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, &p); in Run() 2330 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_STRIDE(0) is " << p in Run() 2358 glGetVertexAttribiv(15, GL_VERTEX_ATTRIB_ARRAY_STRIDE, &p); in Run() 2361 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_STRIDE(15) is " << p in Run() 2488 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_STRIDE, &p); in stateVerify() 2492 << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_STRIDE(" << index << ") is " << p << " should be " in stateVerify()
|
H A D | gl4cVertexAttrib64BitTest.cpp | 849 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_STRIDE, stride)) in checkVertexAttribLPointer()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 269 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 290 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv3.cpp | 1878 case GL_VERTEX_ATTRIB_ARRAY_STRIDE: in GetVertexAttribIiv() 1934 case GL_VERTEX_ATTRIB_ARRAY_STRIDE: in GetVertexAttribIuiv()
|
H A D | libGLESv2.cpp | 3653 case GL_VERTEX_ATTRIB_ARRAY_STRIDE: in GetVertexAttribfv() 3706 case GL_VERTEX_ATTRIB_ARRAY_STRIDE: in GetVertexAttribiv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | VertexArrayGL.cpp | 1083 context, index, binding.stride, GL_VERTEX_ATTRIB_ARRAY_STRIDE, "binding.stride", in validateState() 1084 "GL_VERTEX_ATTRIB_ARRAY_STRIDE")); in validateState()
|
H A D | functionsgl_enums.h | 456 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 464 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 312 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 312 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 1623 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, pointers[ndx].stride); in test()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
H A D | gl3.h | 331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 312 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
H A D | gl31.h | 312 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 615 case GL_VERTEX_ATTRIB_ARRAY_STRIDE: in QueryVertexAttribBase()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cVertexAttribBindingTests.cpp | 1944 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_STRIDE, &p); in stateVerify() 1948 << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_STRIDE(" << index << ") is " << p << " should be " in stateVerify()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
|