Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h321 PFNGLVERTEXATTRIBI1IVPROC vertexAttribI1iv = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl866 glVertexAttribI1ivFunc vertexAttribI1iv; variable
/external/angle/src/libANGLE/
DContext_gl.cpp392 void Context::vertexAttribI1iv(GLuint index, const GLint *v) in vertexAttribI1iv() function in gl::Context