Searched refs:GrGLclampf (Results 1 – 5 of 5) sorted by relevance
/external/skqp/include/gpu/gl/ |
D | GrGLFunctions.h | 34 …GLBlendColorFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLclampf red, GrGLclampf green, GrGLclampf blue, G… 42 …GLClearColorFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLclampf red, GrGLclampf green, GrGLclampf blue, G…
|
D | GrGLTypes.h | 45 typedef float GrGLclampf; typedef
|
/external/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 34 …GLBlendColorFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLclampf red, GrGLclampf green, GrGLclampf blue, G… 42 …GLClearColorFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLclampf red, GrGLclampf green, GrGLclampf blue, G…
|
D | GrGLTypes.h | 115 typedef float GrGLclampf; typedef
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 33 …virtual GrGLvoid blendColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {} in blendColor() 41 …virtual GrGLvoid clearColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {} in clearColor()
|