Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h227 PFNGLVERTEXATTRIB3SVPROC vertexAttrib3sv = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl843 glVertexAttrib3svFunc vertexAttrib3sv; variable
/external/angle/src/libANGLE/
DContext_gl.cpp278 void Context::vertexAttrib3sv(GLuint index, const GLshort *v) in vertexAttrib3sv() function in gl::Context