Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h334 PFNGLVERTEXATTRIBI4IVPROC vertexAttribI4iv = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl879 glVertexAttribI4ivFunc vertexAttribI4iv; variable
/external/angle/src/libANGLE/
DContext.cpp5035 void Context::vertexAttribI4iv(GLuint index, const GLint *v) in vertexAttribI4iv() function in gl::Context