Searched refs:vertexArrayAttribLFormat (Results 1 – 5 of 5) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gl_4_5_autogen.h | 197 void vertexArrayAttribLFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \
|
D | Context_gl.cpp | 3685 void Context::vertexArrayAttribLFormat(VertexArrayID vaobj, in vertexArrayAttribLFormat() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 752 ASSIGN("glVertexArrayAttribLFormat", vertexArrayAttribLFormat); in initProcsDesktopGL() 938 ASSIGN("glVertexArrayAttribLFormat", vertexArrayAttribLFormat); in initProcsDesktopGL() 3519 vertexArrayAttribLFormat = &glVertexArrayAttribLFormatNULL; in initProcsDesktopGLNULL() 3704 vertexArrayAttribLFormat = &glVertexArrayAttribLFormatNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 723 PFNGLVERTEXARRAYATTRIBLFORMATPROC vertexArrayAttribLFormat = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.cpp | 3118 context->vertexArrayAttribLFormat(vaobjPacked, attribindex, size, type, relativeoffset); in VertexArrayAttribLFormat()
|