Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h215 PFNGLVERTEXATTRIB1SVPROC vertexAttrib1sv = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl831 glVertexAttrib1svFunc vertexAttrib1sv; variable
/external/angle/src/libANGLE/
DContext_gl.cpp238 void Context::vertexAttrib1sv(GLuint index, const GLshort *v) in vertexAttrib1sv() function in gl::Context