Home
last modified time | relevance | path

Searched refs:GL_VERTEX_ATTRIB_ARRAY_STRIDE (Results 1 - 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2409 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 Dgl4cDirectStateAccessVertexArraysTests.cpp3661 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 Dgl4cVertexAttribBindingTests.cpp2327 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 Dgl4cVertexAttrib64BitTest.cpp849 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_STRIDE, stride)) in checkVertexAttribLPointer()
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h269 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h290 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp1878 case GL_VERTEX_ATTRIB_ARRAY_STRIDE: in GetVertexAttribIiv()
1934 case GL_VERTEX_ATTRIB_ARRAY_STRIDE: in GetVertexAttribIuiv()
H A DlibGLESv2.cpp3653 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 DVertexArrayGL.cpp1083 context, index, binding.stride, GL_VERTEX_ATTRIB_ARRAY_STRIDE, "binding.stride", in validateState()
1084 "GL_VERTEX_ATTRIB_ARRAY_STRIDE")); in validateState()
H A Dfunctionsgl_enums.h456 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/glfw/deps/glad/
H A Dgles2.h464 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/openGLES/api/GLES2/
H A Dgl2.h312 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2.h331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2.h331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2.h312 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1623 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_STRIDE, pointers[ndx].stride); in test()
/third_party/mesa3d/include/GLES3/
H A Dgl31.h331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
H A Dgl3.h331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/openGLES/api/GLES3/
H A Dgl3.h312 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
H A Dgl31.h312 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp615 case GL_VERTEX_ATTRIB_ARRAY_STRIDE: in QueryVertexAttribBase()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp1944 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 Dgl3.h331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h331 #define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 macro

Completed in 92 milliseconds

12