Searched refs:Color3d (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/core/src/ |
D | opengl.cpp | 1495 gl::Color3d(color[0] / 255.0, color[1] / 255.0, color[2] / 255.0); in render() 1515 gl::Color3d(color[0] / 255.0, color[1] / 255.0, color[2] / 255.0); in render()
|
D | gl_core_3_1.cpp | 770 PFNCOLOR3DPROC Color3d; variable 2445 Color3d = (PFNCOLOR3DPROC)IntGetProcAddress("glColor3d"); in Switch_Color3d() 2446 Color3d(red, green, blue); in Switch_Color3d() 2755 Color3d = Switch_Color3d; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1370 extern void (CODEGEN_FUNCPTR *Color3d)(GLdouble red, GLdouble green, GLdouble blue);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 61 void (GLAPIENTRY * Color3d)(GLdouble, GLdouble, GLdouble);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 577 { "glColor3d", _O(Color3d) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 180 #define glColor3d MANGLE(Color3d)
|