Searched refs:GrGLclampf (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/gpu/gl/ |
D | GrGLTypes.h | 45 typedef float GrGLclampf; typedef
|
D | GrGLFunctions.h | 33 …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/ |
D | GrGLTestInterface.h | 32 …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()
|