Searched defs:un (Results 1 – 4 of 4) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | validationGL1.cpp | 594 bool ValidateMapGrid1d(const Context *, GLint un, GLdouble u1, GLdouble u2) in ValidateMapGrid1d() 599 bool ValidateMapGrid1f(const Context *, GLint un, GLfloat u1, GLfloat u2) in ValidateMapGrid1f() 605 GLint un, in ValidateMapGrid2d() 616 GLint un, in ValidateMapGrid2f()
|
| D | Context_gl.cpp | 1236 void Context::mapGrid1d(GLint un, GLdouble u1, GLdouble u2) in mapGrid1d() 1241 void Context::mapGrid1f(GLint un, GLfloat u1, GLfloat u2) in mapGrid1f() 1246 void Context::mapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) in mapGrid2d() 1251 void Context::mapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) in mapGrid2f()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
| D | entry_points_gl_1_0_autogen.cpp | 2885 void GL_APIENTRY MapGrid1d(GLint un, GLdouble u1, GLdouble u2) in MapGrid1d() 2903 void GL_APIENTRY MapGrid1f(GLint un, GLfloat u1, GLfloat u2) in MapGrid1f() 2921 void GL_APIENTRY MapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) in MapGrid2d() 2942 void GL_APIENTRY MapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) in MapGrid2f()
|
| D | libGL_autogen.cpp | 794 void GL_APIENTRY glMapGrid1d(GLint un, GLdouble u1, GLdouble u2) in glMapGrid1d() 799 void GL_APIENTRY glMapGrid1f(GLint un, GLfloat u1, GLfloat u2) in glMapGrid1f() 804 void GL_APIENTRY glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) in glMapGrid2d() 809 void GL_APIENTRY glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) in glMapGrid2f()
|