Searched refs:ClearColor (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dbuffer.cpp118 static void ClearColor(GGLInterface * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a) function
240 iface->ClearColor = ClearColor;
H A Dpixelflinger2.cpp208 iface->ClearColor(iface, 0, 0, 0, 0);
/external/skia/src/gpu/mesa/
H A DGrGLCreateMesaInterface.cpp48 GR_GL_GET_PROC(ClearColor);
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h191 void (* ClearColor)(GGLInterface_t * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a); member in struct:GGLInterface
/external/mesa3d/src/mesa/main/
H A Dmtypes.h690 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */ member in struct:gl_accum_attrib
700 GLclampf ClearColor[4]; /**< Color to use for glClear */ member in struct:gl_colorbuffer_attrib
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1284 GL_CALL(ClearColor(r, g, b, a));

Completed in 613 milliseconds