Home
last modified time | relevance | path

Searched refs:GrGLclampf (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/gl/
DGrGLTypes.h45 typedef float GrGLclampf; typedef
DGrGLFunctions.h33 …oid (GR_GL_FUNCTION_TYPE* GrGLBlendColorProc)(GrGLclampf red, GrGLclampf green, GrGLclampf blue, G…
41 …oid (GR_GL_FUNCTION_TYPE* GrGLClearColorProc)(GrGLclampf red, GrGLclampf green, GrGLclampf blue, G…
/external/skia/src/gpu/gl/
DGrGLTestInterface.h32 …virtual GrGLvoid blendColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {} in blendColor()
40 …virtual GrGLvoid clearColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {} in clearColor()