Home
last modified time | relevance | path

Searched refs:vertexAttribI4sv (Results 1 – 20 of 20) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_3_autogen.h32 void vertexAttribI4sv(GLuint index, const GLshort *v); \
DContext_gl.cpp452 void Context::vertexAttribI4sv(GLuint index, const GLshort *v) in vertexAttribI4sv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl295 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL30.inl283 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwFunctions.inl880 glVertexAttribI4svFunc vertexAttribI4sv; variable
DglwInitGL32.inl313 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL33.inl333 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL40.inl379 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL41.inl455 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL42.inl467 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL44.inl517 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL43.inl508 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL45.inl627 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwInitGL46.inl631 gl->vertexAttribI4sv = (glVertexAttribI4svFunc) loader->get("glVertexAttribI4sv");
DglwImpl.inl7004 gl->vertexAttribI4sv(index, v);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp1182 ASSIGN("glVertexAttribI4svEXT", vertexAttribI4sv); in initProcsDesktopGL()
1509 ASSIGN("glVertexAttribI4sv", vertexAttribI4sv); in initProcsDesktopGL()
3969 vertexAttribI4sv = &glVertexAttribI4svNULL; in initProcsDesktopGLNULL()
4296 vertexAttribI4sv = &glVertexAttribI4svNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h335 PFNGLVERTEXATTRIBI4SVPROC vertexAttribI4sv = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl880 gl->vertexAttribI4sv = glVertexAttribI4sv;
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp2081 context->vertexAttribI4sv(index, v); in GL_VertexAttribI4sv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl6373 m_gl.vertexAttribI4sv(index, v);