Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_2_autogen.h25 void vertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z); \
DContext_gl.cpp273 void Context::vertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z) in vertexAttrib3s() function in gl::Context
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp780 ASSIGN("glVertexAttrib3sARB", vertexAttrib3s); in initProcsDesktopGL()
830 ASSIGN("glVertexAttrib3sARB", vertexAttrib3s); in initProcsDesktopGL()
1396 ASSIGN("glVertexAttrib3s", vertexAttrib3s); in initProcsDesktopGL()
3568 vertexAttrib3s = &glVertexAttrib3sNULL; in initProcsDesktopGLNULL()
3618 vertexAttrib3s = &glVertexAttrib3sNULL; in initProcsDesktopGLNULL()
4183 vertexAttrib3s = &glVertexAttrib3sNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h226 PFNGLVERTEXATTRIB3SPROC vertexAttrib3s = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl260 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL30.inl248 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwFunctions.inl842 glVertexAttrib3sFunc vertexAttrib3s; variable
DglwInitGL32.inl278 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL33.inl297 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL40.inl343 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL41.inl419 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL42.inl431 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL44.inl479 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL43.inl470 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL45.inl589 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwInitGL46.inl593 gl->vertexAttrib3s = (glVertexAttrib3sFunc) loader->get("glVertexAttrib3s");
DglwImpl.inl6700 gl->vertexAttrib3s(index, x, y, z);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl842 gl->vertexAttrib3s = glVertexAttrib3s;
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1857 context->vertexAttrib3s(index, x, y, z); in GL_VertexAttrib3s()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl6107 m_gl.vertexAttrib3s(index, x, y, z);