Home
last modified time | relevance | path

Searched refs:ClearColor (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/pixelflinger2/
Dbuffer.cpp118 static void ClearColor(GGLInterface * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a) in ClearColor() function
240 iface->ClearColor = ClearColor; in InitializeBufferFunctions()
Dpixelflinger2.cpp208 iface->ClearColor(iface, 0, 0, 0, 0); in InitializeGGLState()
/external/skia/src/gpu/mesa/
DGrGLCreateMesaInterface.cpp48 GR_GL_GET_PROC(ClearColor); in GrGLCreateMesaInterface()
/external/mesa3d/docs/
DRELNOTES-4.1283 - Changed ctx->Driver.ClearColor() to take GLfloat[4] instead of GLchan[4].
284 ctx->Color.ClearColor is now GLfloat[4] too.
/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_interface.h191 void (* ClearColor)(GGLInterface_t * iface, GLclampf r, GLclampf g, GLclampf b, GLclampf a); member
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll9 %struct.ClearColor = type { double, %struct.IColor4, %struct.IColor4, float, i32 }
50 …ct.ActiveTextureTargets, %struct.AlphaTest, %struct.BlendMode, %struct.ClearColor, %struct.ColorBu…
/external/mesa3d/src/mesa/main/
Dmtypes.h690 GLfloat ClearColor[4]; /**< Accumulation buffer clear color */ member
700 GLclampf ClearColor[4]; /**< Color to use for glClear */ member
/external/skia/src/gpu/gl/
DGrGpuGL.cpp1284 GL_CALL(ClearColor(r, g, b, a)); in onClear()