Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h226 PFNGLVERTEXATTRIB3SPROC vertexAttrib3s = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl842 glVertexAttrib3sFunc vertexAttrib3s; variable
/external/angle/src/libANGLE/
DContext_gl.cpp273 void Context::vertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z) in vertexAttrib3s() function in gl::Context