Home
last modified time | relevance | path

Searched refs:verify_floats (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp35 static void verify_floats(const float* floats, int count) { in verify_floats() function
167 SkDEBUGCODE(verify_floats(coefficients, components * 3)); in setProgramPathFragmentInputTransform()
190 SkDEBUGCODE(verify_floats(glMatrix, SK_ARRAY_COUNT(glMatrix))); in setProjectionMatrix()
DGrGLPath.cpp83 inline void verify_floats(const float* floats, int count) { in verify_floats() function
181 SkDEBUGCODE(verify_floats(coords, coordsForVerb)); in init_path_object_for_general_path()
245 SkDEBUGCODE(verify_floats(&pathCoords[0], pathCoords.count())); in InitPathObjectPathData()
/external/skqp/src/gpu/gl/
DGrGLPathRendering.cpp35 static void verify_floats(const float* floats, int count) { in verify_floats() function
167 SkDEBUGCODE(verify_floats(coefficients, components * 3)); in setProgramPathFragmentInputTransform()
190 SkDEBUGCODE(verify_floats(glMatrix, SK_ARRAY_COUNT(glMatrix))); in setProjectionMatrix()
DGrGLPath.cpp83 inline void verify_floats(const float* floats, int count) { in verify_floats() function
181 SkDEBUGCODE(verify_floats(coords, coordsForVerb)); in init_path_object_for_general_path()
245 SkDEBUGCODE(verify_floats(&pathCoords[0], pathCoords.count())); in InitPathObjectPathData()