Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebVector.h158 validateSize(size); in initialize()
172 validateSize(size); in initializeFrom()
183 void validateSize(size_t size) in validateSize() function
/external/chromium_org/third_party/skia/src/core/
DSkTextBlob.cpp469 size_t validateSize = sizeof(SkTextBlob); in build()
473 validateSize += SkTextBlob::RunRecord::StorageSize(run->fCount, run->fPositioning); in build()
477 SkASSERT(validateSize == fStorageUsed); in build()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp1522 …if (!validateSize("copyTexSubImage2D", xoffset, yoffset) || !validateSize("copyTexSubImage2D", wid… in copyTexSubImage2D()
3179 if (!validateSize("renderbufferStorage", width, height)) in renderbufferStorage()
3229 if (!validateSize("scissor", width, height)) in scissor()
3409 if (!validateSize(functionName, xoffset, yoffset)) in validateTexFunc()
3670 ASSERT(validateSize("texSubImage2D", xoffset, yoffset)); in texSubImage2DBase()
4232 if (!validateSize("viewport", width, height)) in viewport()
4586 bool WebGLRenderingContextBase::validateSize(const char* functionName, GLint x, GLint y) in validateSize() function in blink::WebGLRenderingContextBase
DWebGLRenderingContextBase.h743 bool validateSize(const char* functionName, GLint x, GLint y);