/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 307 dst->vertexAttribBinding = src.vertexAttribBinding;
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 125 void vertexAttribBinding(GLuint attribindex, GLuint bindingindex); \
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessVertexArraysTests.cpp | 1503 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_0"), 0); in PrepareVAO() 1505 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_1"), 1); in PrepareVAO() 1575 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_2"), 2); in PrepareVAO() 2186 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_0"), 0); in PrepareVAO() 2189 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a_1"), 1); in PrepareVAO() 3289 gl.vertexAttribBinding(gl.getAttribLocation(m_po, "a"), 0); in PrepareVAO() 3795 gl.vertexAttribBinding(2, 2); in PrepareVAO()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 754 return (functions->vertexAttribBinding != nullptr) && in supportVertexAttribBinding() 803 functions->vertexAttribBinding(static_cast<GLuint>(attribIndex), bindingIndex)); in updateAttribBinding()
|
D | DispatchTableGL_autogen.cpp | 732 ASSIGN("glVertexAttribBinding", vertexAttribBinding); in initProcsDesktopGL() 1808 ASSIGN("glVertexAttribBinding", vertexAttribBinding); in initProcsDesktopGL() 2611 ASSIGN("glVertexAttribBinding", vertexAttribBinding); in initProcsGLES() 3560 vertexAttribBinding = &glVertexAttribBindingNULL; in initProcsDesktopGLNULL() 4635 vertexAttribBinding = &glVertexAttribBindingNULL; in initProcsDesktopGLNULL() 5437 vertexAttribBinding = &glVertexAttribBindingNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 600 PFNGLVERTEXATTRIBBINDINGPROC vertexAttribBinding = nullptr; variable
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 307 gl->vertexAttribBinding = &glVertexAttribBinding;
|
D | glwInitES32Direct.inl | 351 gl->vertexAttribBinding = &glVertexAttribBinding;
|
D | glwInitES31.inl | 307 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBinding");
|
D | glwFunctions.inl | 866 glVertexAttribBindingFunc vertexAttribBinding; variable
|
D | glwInitES32.inl | 351 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBinding");
|
D | glwInitGL43.inl | 490 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBindin…
|
D | glwInitGL44.inl | 499 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBindin…
|
D | glwInitGL46.inl | 613 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBindin…
|
D | glwInitGL45.inl | 609 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBindin…
|
D | glwInitExtGL.inl | 928 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBinding");
|
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
D | esextcDrawElementsBaseVertexTests.cpp | 1455 gl.vertexAttribBinding(m_po_color_attribute_location, 0); /* bindingindex */ in setUpFunctionalTestObjects() 1456 gl.vertexAttribBinding(m_po_vertex_attribute_location, 0); /* bindingindex */ in setUpFunctionalTestObjects()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 866 gl->vertexAttribBinding = glVertexAttribBinding;
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 2224 context->vertexAttribBinding(attribindex, bindingindex); in GL_VertexAttribBinding()
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/ |
D | gles31-khr-master.txt | 902 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/ |
D | gles31-khr-master.txt | 902 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/ |
D | gles31-khr-master.txt | 902 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/ |
D | gles31-khr-master.txt | 902 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/ |
D | gles31-khr-master.txt | 1832 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/ |
D | gles31-khr-master.txt | 1832 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
|