/external/mesa3d/docs/relnotes/ |
D | 10.1.2.rst | 54 - mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 455 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
D | VertexArrayGL.cpp | 1018 functions, index, attribute.format->channelCount, GL_VERTEX_ATTRIB_ARRAY_SIZE, in validateState()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 2201 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[ndx].size); in test() 2219 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, 4); in test() 2232 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[1].size); in test() 2237 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[0].size); in test()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttribBindingTests.cpp | 2201 glGetVertexAttribiv(0, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in Run() 2231 glGetVertexAttribiv(2, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in Run() 2261 glGetVertexAttribiv(15, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in Run() 2480 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in stateVerify()
|
D | gl4cDirectStateAccessVertexArraysTests.cpp | 3955 is_ok &= CheckIndexed(GL_VERTEX_ATTRIB_ARRAY_SIZE, i, 4); in iterate() 5472 …onst glw::GLenum accepted_pnames[] = { GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_VERTEX_ATTRIB_ARRAY_SIZE, in iterate()
|
D | gl4cVertexAttrib64BitTest.cpp | 844 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, size)) in checkVertexAttribLPointer()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 1875 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in GetVertexAttribIiv() 1931 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in GetVertexAttribIuiv()
|
D | libGLESv2.cpp | 3650 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in GetVertexAttribfv() 3703 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in GetVertexAttribiv()
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/external/swiftshader/include/GLES2/ |
D | gl2.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/external/angle/include/GLES2/ |
D | gl2.h | 311 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 1048 case GL_VERTEX_ATTRIB_ARRAY_SIZE: return "GL_VERTEX_ATTRIB_ARRAY_SIZE";
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1540 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[ndx].size); in test()
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/external/angle/include/GLES3/ |
D | gl3.h | 311 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
D | gl31.h | 311 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
D | gl32.h | 311 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
D | gl31.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
D | gl32.h | 330 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cVertexAttribBindingTests.cpp | 1936 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in stateVerify()
|
/external/angle/src/tests/deqp_support/ |
D | es31cVertexAttribBindingTests_override.cpp | 1950 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in stateVerify()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 758 #define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 macro
|
/external/angle/src/libANGLE/ |
D | queryutils.cpp | 606 case GL_VERTEX_ATTRIB_ARRAY_SIZE: in QueryVertexAttribBase()
|