Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h241 PFNGLVERTEXATTRIB4SPROC vertexAttrib4s = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl857 glVertexAttrib4sFunc vertexAttrib4s; variable
/external/angle/src/libANGLE/
DContext_gl.cpp338 void Context::vertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) in vertexAttrib4s() function in gl::Context