Home
last modified time | relevance | path

Searched refs:vertexAttribBinding (Results 1 – 25 of 47) sorted by relevance

12

/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl307 dst->vertexAttribBinding = src.vertexAttribBinding;
/external/angle/src/libANGLE/
DContext_gles_3_1_autogen.h125 void vertexAttribBinding(GLuint attribindex, GLuint bindingindex); \
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp1503 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/
DVertexArrayGL.cpp754 return (functions->vertexAttribBinding != nullptr) && in supportVertexAttribBinding()
803 functions->vertexAttribBinding(static_cast<GLuint>(attribIndex), bindingIndex)); in updateAttribBinding()
DDispatchTableGL_autogen.cpp732 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()
DDispatchTableGL_autogen.h600 PFNGLVERTEXATTRIBBINDINGPROC vertexAttribBinding = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl307 gl->vertexAttribBinding = &glVertexAttribBinding;
DglwInitES32Direct.inl351 gl->vertexAttribBinding = &glVertexAttribBinding;
DglwInitES31.inl307 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBinding");
DglwFunctions.inl866 glVertexAttribBindingFunc vertexAttribBinding; variable
DglwInitES32.inl351 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBinding");
DglwInitGL43.inl490 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBindin…
DglwInitGL44.inl499 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBindin…
DglwInitGL46.inl613 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBindin…
DglwInitGL45.inl609 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBindin…
DglwInitExtGL.inl928 gl->vertexAttribBinding = (glVertexAttribBindingFunc) loader->get("glVertexAttribBinding");
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp1455 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/
DtcuNullRenderContextInitFuncs.inl866 gl->vertexAttribBinding = glVertexAttribBinding;
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp2224 context->vertexAttribBinding(attribindex, bindingindex); in GL_VertexAttribBinding()
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/
Dgles31-khr-master.txt902 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
Dgles31-khr-master.txt902 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/
Dgles31-khr-master.txt902 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
Dgles31-khr-master.txt902 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/
Dgles31-khr-master.txt1832 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/
Dgles31-khr-master.txt1832 KHR-GLES31.core.vertex_attrib_binding.negative-vertexAttribBinding

12