Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp2196 …gl.vertexArrayAttribFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, normalize… in PrepareVAO()
2197 …gl.vertexArrayAttribFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, normalize… in PrepareVAO()
4802 gl.vertexArrayAttribFormat(vao, max_vertex_attribs, 1, GL_BYTE, GL_FALSE, 0); in iterate()
4807 gl.vertexArrayAttribFormat(vao, max_vertex_attribs + 1, 1, GL_BYTE, GL_FALSE, 0); in iterate()
4833 gl.vertexArrayAttribFormat(vao, 0, 0, GL_BYTE, GL_FALSE, 0); in iterate()
4838 gl.vertexArrayAttribFormat(vao, 0, 5, GL_BYTE, GL_FALSE, 0); in iterate()
4864 gl.vertexArrayAttribFormat(vao, 0, 1, GL_BYTE, GL_FALSE, max_vertex_attrib_relative_offset + 1); in iterate()
4883 gl.vertexArrayAttribFormat(vao, 0, 1, bad_type, GL_FALSE, 0); in iterate()
4915 gl.vertexArrayAttribFormat(not_a_vao, 0, 1, GL_BYTE, GL_FALSE, 0); in iterate()
4931 gl.vertexArrayAttribFormat(vao, 0, GL_BGRA, GL_BYTE, GL_TRUE, 0); in iterate()
[all …]
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h342 void vertexArrayAttribFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \
DContext_gl.cpp3656 void Context::vertexArrayAttribFormat(VertexArrayID vaobj, in vertexArrayAttribFormat() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl800 glVertexArrayAttribFormatFunc vertexArrayAttribFormat; variable
DglwInitGL45.inl566 gl->vertexArrayAttribFormat = (glVertexArrayAttribFormatFunc) loader->get("glVertexArrayA…
DglwInitGL46.inl570 gl->vertexArrayAttribFormat = (glVertexArrayAttribFormatFunc) loader->get("glVertexArrayA…
DglwInitExtGL.inl698 …gl->vertexArrayAttribFormat = (glVertexArrayAttribFormatFunc) loader->get("glVertexArrayA…
DglwImpl.inl6364 gl->vertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, relativeoffset);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp211 ASSIGN("glVertexArrayAttribFormat", vertexArrayAttribFormat); in initProcsDesktopGL()
1914 ASSIGN("glVertexArrayAttribFormat", vertexArrayAttribFormat); in initProcsDesktopGL()
2999 vertexArrayAttribFormat = &glVertexArrayAttribFormatNULL; in initProcsDesktopGLNULL()
4700 vertexArrayAttribFormat = &glVertexArrayAttribFormatNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h721 PFNGLVERTEXARRAYATTRIBFORMATPROC vertexArrayAttribFormat = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl800 gl->vertexArrayAttribFormat = glVertexArrayAttribFormat;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp9174 context->vertexArrayAttribFormat(vaobjPacked, attribindex, size, type, normalized, in GL_VertexArrayAttribFormat()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5813 m_gl.vertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, relativeoffset);