Searched refs:needConversion (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContextBase.cpp | 3321 bool needConversion = true; in texImage2DImpl() local 3323 needConversion = false; in texImage2DImpl() 3333 …tractor.imageWidth(), imageExtractor.imageHeight(), 0, format, type, needConversion ? data.data() … in texImage2DImpl() 3440 bool needConversion = true; in texImage2D() local 3444 needConversion = false; in texImage2D() 3453 … internalformat, pixels->width(), pixels->height(), 0, format, type, needConversion ? data.data() … in texImage2D() 3632 bool needConversion = true; in texSubImage2DImpl() local 3634 needConversion = false; in texSubImage2DImpl() 3644 …Extractor.imageWidth(), imageExtractor.imageHeight(), format, type, needConversion ? data.data() … in texSubImage2DImpl() 3683 bool needConversion = true; in texSubImage2D() local [all …]
|