Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gl_4_5_autogen.h197 void vertexArrayAttribLFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \
DContext_gl.cpp3685 void Context::vertexArrayAttribLFormat(VertexArrayID vaobj, in vertexArrayAttribLFormat() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp752 ASSIGN("glVertexArrayAttribLFormat", vertexArrayAttribLFormat); in initProcsDesktopGL()
938 ASSIGN("glVertexArrayAttribLFormat", vertexArrayAttribLFormat); in initProcsDesktopGL()
3519 vertexArrayAttribLFormat = &glVertexArrayAttribLFormatNULL; in initProcsDesktopGLNULL()
3704 vertexArrayAttribLFormat = &glVertexArrayAttribLFormatNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h723 PFNGLVERTEXARRAYATTRIBLFORMATPROC vertexArrayAttribLFormat = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_5_autogen.cpp3118 context->vertexArrayAttribLFormat(vaobjPacked, attribindex, size, type, relativeoffset); in VertexArrayAttribLFormat()