Searched refs:vertexArrayAttribFormat (Results 1 – 5 of 5) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gl_4_5_autogen.h | 193 void vertexArrayAttribFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \
|
D | Context_gl.cpp | 3666 void Context::vertexArrayAttribFormat(VertexArrayID vaobj, in vertexArrayAttribFormat() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 750 ASSIGN("glVertexArrayAttribFormat", vertexArrayAttribFormat); in initProcsDesktopGL() 936 ASSIGN("glVertexArrayAttribFormat", vertexArrayAttribFormat); in initProcsDesktopGL() 3517 vertexArrayAttribFormat = &glVertexArrayAttribFormatNULL; in initProcsDesktopGLNULL() 3702 vertexArrayAttribFormat = &glVertexArrayAttribFormatNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 721 PFNGLVERTEXARRAYATTRIBFORMATPROC vertexArrayAttribFormat = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.cpp | 3059 context->vertexArrayAttribFormat(vaobjPacked, attribindex, size, type, normalized, in VertexArrayAttribFormat()
|