Searched refs:map1d (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | eval.c | 494 struct gl_1d_map *map1d; in _mesa_GetnMapdvARB() local 507 map1d = get_1d_map(ctx, target); in _mesa_GetnMapdvARB() 509 assert(map1d || map2d); in _mesa_GetnMapdvARB() 513 if (map1d) { in _mesa_GetnMapdvARB() 514 data = map1d->Points; in _mesa_GetnMapdvARB() 515 n = map1d->Order * comps; in _mesa_GetnMapdvARB() 531 if (map1d) { in _mesa_GetnMapdvARB() 535 v[0] = (GLdouble) map1d->Order; in _mesa_GetnMapdvARB() 546 if (map1d) { in _mesa_GetnMapdvARB() 550 v[0] = (GLdouble) map1d->u1; in _mesa_GetnMapdvARB() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_0_autogen.h | 115 void map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, \
|
D | Context_gl.cpp | 1219 void Context::map1d(GLenum target, in map1d() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_autogen.h | 114 void map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, \
|
D | Context_gl.cpp | 1183 void Context::map1d(GLenum target, in map1d() function in gl::Context
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.cpp | 2678 context->map1d(target, u1, u2, stride, order, points); in Map1d()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 3430 context->map1d(target, u1, u2, stride, order, points); in GL_Map1d()
|