Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h242 PFNGLVERTEXATTRIB4SVPROC vertexAttrib4sv = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl858 glVertexAttrib4svFunc vertexAttrib4sv; variable
/external/angle/src/libANGLE/
DContext_gl.cpp343 void Context::vertexAttrib4sv(GLuint index, const GLshort *v) in vertexAttrib4sv() function in gl::Context