Home
last modified time | relevance | path

Searched refs:vertexArrayAttribLFormat (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp2201 gl.vertexArrayAttribLFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, 0); in PrepareVAO()
2202 gl.vertexArrayAttribLFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, 0); in PrepareVAO()
4822 gl.vertexArrayAttribLFormat(vao, max_vertex_attribs, 1, GL_DOUBLE, 0); in iterate()
4827 gl.vertexArrayAttribLFormat(vao, max_vertex_attribs + 1, 1, GL_DOUBLE, 0); in iterate()
4853 gl.vertexArrayAttribLFormat(vao, 0, 0, GL_DOUBLE, 0); in iterate()
4858 gl.vertexArrayAttribLFormat(vao, 0, 5, GL_DOUBLE, 0); in iterate()
4876 gl.vertexArrayAttribLFormat(vao, 0, 1, GL_DOUBLE, max_vertex_attrib_relative_offset + 1); in iterate()
4895 gl.vertexArrayAttribLFormat(vao, 0, 1, bad_type, 0); in iterate()
4908 gl.vertexArrayAttribLFormat(vao, 0, 1, GL_UNSIGNED_INT_10F_11F_11F_REV, 0); in iterate()
4925 gl.vertexArrayAttribLFormat(not_a_vao, 0, 1, GL_DOUBLE, 0); in iterate()
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h346 void vertexArrayAttribLFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \
DContext_gl.cpp3675 void Context::vertexArrayAttribLFormat(VertexArrayID vaobj, in vertexArrayAttribLFormat() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl802 glVertexArrayAttribLFormatFunc vertexArrayAttribLFormat; variable
DglwInitGL45.inl568 gl->vertexArrayAttribLFormat = (glVertexArrayAttribLFormatFunc) loader->get("glVertexArray…
DglwInitGL46.inl572 gl->vertexArrayAttribLFormat = (glVertexArrayAttribLFormatFunc) loader->get("glVertexArray…
DglwInitExtGL.inl700 …gl->vertexArrayAttribLFormat = (glVertexArrayAttribLFormatFunc) loader->get("glVertexArray…
DglwImpl.inl6380 gl->vertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp213 ASSIGN("glVertexArrayAttribLFormat", vertexArrayAttribLFormat); in initProcsDesktopGL()
1916 ASSIGN("glVertexArrayAttribLFormat", vertexArrayAttribLFormat); in initProcsDesktopGL()
3001 vertexArrayAttribLFormat = &glVertexArrayAttribLFormatNULL; in initProcsDesktopGLNULL()
4702 vertexArrayAttribLFormat = &glVertexArrayAttribLFormatNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h723 PFNGLVERTEXARRAYATTRIBLFORMATPROC vertexArrayAttribLFormat = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl802 gl->vertexArrayAttribLFormat = glVertexArrayAttribLFormat;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp9239 context->vertexArrayAttribLFormat(vaobjPacked, attribindex, size, type, relativeoffset); in GL_VertexArrayAttribLFormat()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5827 m_gl.vertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset);