Home
last modified time | relevance | path

Searched refs:GrGLfloat (Results 1 – 15 of 15) sorted by relevance

/external/skqp/include/gpu/gl/
DGrGLFunctions.h97 …LGetMultisamplefvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum pname, GrGLuint index, GrGLfloat* val);
122 using GrGLLineWidthFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLfloat width);
156 using GrGLTexParameterfFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLenum pname, GrGLfloat
157 …meterfvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLenum pname, const GrGLfloat* params);
164 using GrGLUniform1fFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLfloat v0);
166 …Uniform1fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, const GrGLfloat* v);
168 using GrGLUniform2fFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLfloat v0, GrGLfloat v1);
170 …Uniform2fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, const GrGLfloat* v);
172 …form3fFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2…
174 …Uniform3fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, const GrGLfloat* v);
[all …]
DGrGLTypes.h44 typedef float GrGLfloat; typedef
/external/skia/include/gpu/gl/
DGrGLFunctions.h100 …LGetMultisamplefvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum pname, GrGLuint index, GrGLfloat* val);
125 using GrGLLineWidthFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLfloat width);
161 using GrGLTexParameterfFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLenum pname, GrGLfloat
162 …meterfvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLenum pname, const GrGLfloat* params);
170 using GrGLUniform1fFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLfloat v0);
172 …Uniform1fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, const GrGLfloat* v);
174 using GrGLUniform2fFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLfloat v0, GrGLfloat v1);
176 …Uniform2fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, const GrGLfloat* v);
178 …form3fFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2…
180 …Uniform3fvFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLint location, GrGLsizei count, const GrGLfloat* v);
[all …]
DGrGLTypes.h106 typedef float GrGLfloat; typedef
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h94 virtual GrGLvoid getMultisamplefv(GrGLenum pname, GrGLuint index, GrGLfloat* val) {} in getMultisamplefv()
118 virtual GrGLvoid lineWidth(GrGLfloat width) {} in lineWidth()
148 virtual GrGLvoid texParameterf(GrGLenum target, GrGLenum pname, GrGLfloat param) {} in texParameterf()
149 virtual GrGLvoid texParameterfv(GrGLenum target, GrGLenum pname, const GrGLfloat* params) {} in texParameterfv()
156 virtual GrGLvoid uniform1f(GrGLint location, GrGLfloat v0) {} in uniform1f()
158 virtual GrGLvoid uniform1fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) {} in uniform1fv()
160 virtual GrGLvoid uniform2f(GrGLint location, GrGLfloat v0, GrGLfloat v1) {} in uniform2f()
162 virtual GrGLvoid uniform2fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) {} in uniform2fv()
164 virtual GrGLvoid uniform3f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2) {} in uniform3f()
166 virtual GrGLvoid uniform3fv(GrGLint location, GrGLsizei count, const GrGLfloat* v) {} in uniform3fv()
[all …]
DGrGLPath.cpp91 GrGLfloat coords[]) { in points_to_coords()
107 SkSTArray<16, GrGLfloat, true> pathCoords(minCoordCnt); in init_path_object_for_general_path()
114 GrGLfloat coords[6]; in init_path_object_for_general_path()
228 SkSTArray<16, GrGLfloat, true> pathCoords(coordCnt); in InitPathObjectPathData()
230 static_assert(sizeof(SkPoint) == sizeof(GrGLfloat) * 2, "sk_point_not_two_floats"); in InitPathObjectPathData()
DGrGLTexture.h28 GrGLfloat fMinLOD = -1000.f;
29 GrGLfloat fMaxLOD = 1000.f;
DGrGLGpu.h340 void flushClearColor(GrGLfloat r, GrGLfloat g, GrGLfloat b, GrGLfloat a);
590 GrGLfloat fHWClearColor[4];
DGrGLGpu.cpp2164 GrGLfloat r = color.fR, g = color.fG, b = color.fB, a = color.fA; in clear()
2167 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in clear()
2168 static const GrGLfloat safeAlpha0 = nextafter(0.f, -1.f); in clear()
3030 static const GrGLfloat kTransparentBlack[4] = {0.f, 0.f, 0.f, 0.f}; in bindTexture()
3093 void GrGLGpu::flushClearColor(GrGLfloat r, GrGLfloat g, GrGLfloat b, GrGLfloat a) { in flushClearColor()
3324 static const GrGLfloat vdata[] = { in createCopyProgram()
3630 kFloat2_GrSLType, 2 * sizeof(GrGLfloat), 0); in copySurfaceAsDraw()
3635 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw()
3636 GrGLfloat dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; in copySurfaceAsDraw()
3637 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw()
[all …]
DGrGLCreateNullInterface.cpp551 GrGLvoid getMultisamplefv(GrGLenum pname, GrGLuint index, GrGLfloat* val) override { in getMultisamplefv()
/external/skia/src/gpu/gl/
DGrGLPath.cpp91 GrGLfloat coords[]) { in points_to_coords()
107 SkSTArray<16, GrGLfloat, true> pathCoords(minCoordCnt); in init_path_object_for_general_path()
114 GrGLfloat coords[6]; in init_path_object_for_general_path()
228 SkAutoSTArray<16, GrGLfloat> pathCoords(coordCnt); in InitPathObjectPathData()
230 static_assert(sizeof(SkPoint) == sizeof(GrGLfloat) * 2, "sk_point_not_two_floats"); in InitPathObjectPathData()
DGrGLGpu.cpp2881 static const GrGLfloat kTransparentBlack[4] = {0.f, 0.f, 0.f, 0.f}; in bindTexture()
2968 GrGLfloat r = color.fR, g = color.fG, b = color.fB, a = color.fA; in flushClearColor()
2971 static const GrGLfloat safeAlpha1 = nextafter(1.f, 2.f); in flushClearColor()
2972 static const GrGLfloat safeAlpha0 = nextafter(0.f, -1.f); in flushClearColor()
3220 static const GrGLfloat vdata[] = { in createCopyProgram()
3513 kFloat2_GrSLType, 2 * sizeof(GrGLfloat), 0); in copySurfaceAsDraw()
3517 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw()
3518 GrGLfloat dx1 = 2.f * (dstPoint.fX + w) / dw - 1.f; in copySurfaceAsDraw()
3519 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw()
3520 GrGLfloat dy1 = 2.f * (dstPoint.fY + h) / dh - 1.f; in copySurfaceAsDraw()
[all …]
DGrGLGpu.h643 GrGLfloat fHWClearColor[4];
DGrGLCaps.cpp3965 case GR_GL_FLOAT: return sizeof(GrGLfloat); in offset_alignment_for_transfer_buffer()
/external/skia/include/private/
DGrGLTypesPriv.h39 GrGLfloat fMinLOD;
40 GrGLfloat fMaxLOD;