Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h329 PFNGLVERTEXATTRIBI3IVPROC vertexAttribI3iv = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl874 glVertexAttribI3ivFunc vertexAttribI3iv; variable
/external/angle/src/libANGLE/
DContext_gl.cpp432 void Context::vertexAttribI3iv(GLuint index, const GLint *v) in vertexAttribI3iv() function in gl::Context