Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gl_4_5_autogen.h193 void vertexArrayAttribFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \
DContext_gl.cpp3666 void Context::vertexArrayAttribFormat(VertexArrayID vaobj, in vertexArrayAttribFormat() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp750 ASSIGN("glVertexArrayAttribFormat", vertexArrayAttribFormat); in initProcsDesktopGL()
936 ASSIGN("glVertexArrayAttribFormat", vertexArrayAttribFormat); in initProcsDesktopGL()
3517 vertexArrayAttribFormat = &glVertexArrayAttribFormatNULL; in initProcsDesktopGLNULL()
3702 vertexArrayAttribFormat = &glVertexArrayAttribFormatNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h721 PFNGLVERTEXARRAYATTRIBFORMATPROC vertexArrayAttribFormat = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_5_autogen.cpp3059 context->vertexArrayAttribFormat(vaobjPacked, attribindex, size, type, normalized, in VertexArrayAttribFormat()