Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_2_autogen.h17 void vertexAttrib1s(GLuint index, GLshort x); \
DContext_gl.cpp228 void Context::vertexAttrib1s(GLuint index, GLshort x) in vertexAttrib1s() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp757 ASSIGN("glVertexAttrib1sARB", vertexAttrib1s); in initProcsDesktopGL()
807 ASSIGN("glVertexAttrib1sARB", vertexAttrib1s); in initProcsDesktopGL()
1373 ASSIGN("glVertexAttrib1s", vertexAttrib1s); in initProcsDesktopGL()
3545 vertexAttrib1s = &glVertexAttrib1sNULL; in initProcsDesktopGLNULL()
3595 vertexAttrib1s = &glVertexAttrib1sNULL; in initProcsDesktopGLNULL()
4160 vertexAttrib1s = &glVertexAttrib1sNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h214 PFNGLVERTEXATTRIB1SPROC vertexAttrib1s = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitGL31.inl248 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL30.inl236 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL32.inl266 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwFunctions.inl834 glVertexAttrib1sFunc vertexAttrib1s; variable
DglwInitGL33.inl285 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL40.inl331 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL42.inl419 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL41.inl407 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL44.inl467 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL43.inl458 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL45.inl577 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwInitGL46.inl581 gl->vertexAttrib1s = (glVertexAttrib1sFunc) loader->get("glVertexAttrib1s");
DglwImpl.inl6636 gl->vertexAttrib1s(index, x);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl834 gl->vertexAttrib1s = glVertexAttrib1s;
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1653 context->vertexAttrib1s(index, x); in GL_VertexAttrib1s()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl6051 m_gl.vertexAttrib1s(index, x);