Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp2206 gl.vertexArrayAttribIFormat(m_vao, gl.getAttribLocation(m_po, "a_0"), size, type_gl_name, 0); in PrepareVAO()
2207 gl.vertexArrayAttribIFormat(m_vao, gl.getAttribLocation(m_po, "a_1"), size, type_gl_name, 0); in PrepareVAO()
4812 gl.vertexArrayAttribIFormat(vao, max_vertex_attribs, 1, GL_BYTE, 0); in iterate()
4817 gl.vertexArrayAttribIFormat(vao, max_vertex_attribs + 1, 1, GL_BYTE, 0); in iterate()
4843 gl.vertexArrayAttribIFormat(vao, 0, 0, GL_BYTE, 0); in iterate()
4848 gl.vertexArrayAttribIFormat(vao, 0, 5, GL_BYTE, 0); in iterate()
4870 gl.vertexArrayAttribIFormat(vao, 0, 1, GL_BYTE, max_vertex_attrib_relative_offset + 1); in iterate()
4889 gl.vertexArrayAttribIFormat(vao, 0, 1, bad_type, 0); in iterate()
4902 gl.vertexArrayAttribIFormat(vao, 0, 1, GL_UNSIGNED_INT_10F_11F_11F_REV, 0); in iterate()
4920 gl.vertexArrayAttribIFormat(not_a_vao, 0, 1, GL_BYTE, 0); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp212 ASSIGN("glVertexArrayAttribIFormat", vertexArrayAttribIFormat); in initProcsDesktopGL()
1904 ASSIGN("glVertexArrayAttribIFormat", vertexArrayAttribIFormat); in initProcsDesktopGL()
3000 vertexArrayAttribIFormat = &glVertexArrayAttribIFormatNULL; in initProcsDesktopGLNULL()
4690 vertexArrayAttribIFormat = &glVertexArrayAttribIFormatNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h722 PFNGLVERTEXARRAYATTRIBIFORMATPROC vertexArrayAttribIFormat = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_autogen.h340 void vertexArrayAttribIFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \
DContext_gl.cpp3644 void Context::vertexArrayAttribIFormat(VertexArrayID vaobj, in vertexArrayAttribIFormat() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl805 glVertexArrayAttribIFormatFunc vertexArrayAttribIFormat; variable
DglwInitGL45.inl567 gl->vertexArrayAttribIFormat = (glVertexArrayAttribIFormatFunc) loader->get("glVertexArray…
DglwInitGL46.inl571 gl->vertexArrayAttribIFormat = (glVertexArrayAttribIFormatFunc) loader->get("glVertexArray…
DglwInitExtGL.inl709 …gl->vertexArrayAttribIFormat = (glVertexArrayAttribIFormatFunc) loader->get("glVertexArray…
DglwImpl.inl6404 gl->vertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl805 gl->vertexArrayAttribIFormat = glVertexArrayAttribIFormat;
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp9557 context->vertexArrayAttribIFormat(vaobjPacked, attribindex, size, type, relativeoffset); in GL_VertexArrayAttribIFormat()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl5848 m_gl.vertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset);