Home
last modified time | relevance | path

Searched refs:SecondaryColor3d (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h259 vfmt->SecondaryColor3d = NAME(SecondaryColor3d);
Dvbo_attrib_tmp.h2449 TAG(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c295 SET_SecondaryColor3d(tab, vfmt->SecondaryColor3d); in install_vtxfmt()
Ddd.h1669 void (GLAPIENTRYP SecondaryColor3d)( GLdouble red, GLdouble green, GLdouble blue );
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1277 { "glSecondaryColor3d", _O(SecondaryColor3d) },
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp8501 ANGLE_CAPTURE_GL(SecondaryColor3d, isCallValid, context, red, green, blue); in GL_SecondaryColor3d()