Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h325 PFNGLVERTEXATTRIBI2IVPROC vertexAttribI2iv = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl870 glVertexAttribI2ivFunc vertexAttribI2iv; variable
/external/angle/src/libANGLE/
DContext_gl.cpp412 void Context::vertexAttribI2iv(GLuint index, const GLint *v) in vertexAttribI2iv() function in gl::Context