Home
last modified time | relevance | path

Searched refs:rasterPos4d (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h171 void rasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w); \
DContext_gl.cpp1476 void Context::rasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in rasterPos4d() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp4883 context->rasterPos4d(x, y, z, w); in GL_RasterPos4d()