Searched refs:sourcePixelSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DRenderer9.cpp3241 GLuint sourcePixelSize = gl::GetPixelBytes(sourceInternalFormat, clientVersion); local
3249 memcpy(dest + y * outputPitch, source + y * inputPitch, (rect.right - rect.left) * sourcePixelSize);
3256 GLuint sourcePixelSize = gl::GetPixelBytes(sourceInternalFormat, clientVersion); local
3267 void *src = static_cast<unsigned char*>(source) + y * inputPitch + x * sourcePixelSize;
3285 void *src = source + y * inputPitch + x * sourcePixelSize;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DRenderer11.cpp3476 GLuint sourcePixelSize = gl::GetPixelBytes(sourceInternalFormat, clientVersion); local
3483 memcpy(dest + y * params.outputPitch, source + y * inputPitch, params.area.width * sourcePixelSize);
3500 void *src = static_cast<unsigned char*>(source) + y * inputPitch + x * sourcePixelSize;
3521 void *src = static_cast<unsigned char*>(source) + y * inputPitch + x * sourcePixelSize;

Completed in 77 milliseconds