Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h221 PFNGLVERTEXATTRIB2SVPROC vertexAttrib2sv = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl837 glVertexAttrib2svFunc vertexAttrib2sv; variable
/external/angle/src/libANGLE/
DContext_gl.cpp258 void Context::vertexAttrib2sv(GLuint index, const GLshort *v) in vertexAttrib2sv() function in gl::Context