Home
last modified time | relevance | path

Searched defs:vertexAttribFormat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h601 PFNGLVERTEXATTRIBFORMATPROC vertexAttribFormat = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl868 glVertexAttribFormatFunc vertexAttribFormat; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6004 void Context::vertexAttribFormat(GLuint attribIndex, in vertexAttribFormat() function in gl::Context