OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destBytes
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/src/OpenGL/libGLESv2/
Device.cpp
596
byte *
destBytes
= (byte*)dest->lockInternal(dRect.x0, dRect.y0, destRect->slice, fullCopy ? LOCK_DISCARD : LOCK_WRITEONLY, PUBLIC);
601
copyBuffer(sourceBytes,
destBytes
, width, height, sourcePitchB, destPitchB, Surface::bytes(source->getInternalFormat()), flipX, flipY);
609
destBytes
[4 * x + 3] = 0xFF;
612
destBytes
+= destPitchB;
678
unsigned char *
destBytes
= (unsigned char*)dest->lockInternal(0, 0, z, LOCK_READWRITE, PUBLIC);
682
memcpy(
destBytes
, sourceBytes, bytes);
688
destBytes
[4 * x + 3] = 0xFF;
693
destBytes
+= destPitch;
/external/swiftshader/src/OpenGL/libGLES_CM/
Device.cpp
417
unsigned char *
destBytes
= (unsigned char*)dest->lockInternal(dRect.x0, dRect.y0, dRect.slice, LOCK_READWRITE, PUBLIC);
427
memcpy(
destBytes
, sourceBytes, bytes);
433
destBytes
[4 * x + 3] = 0xFF;
438
destBytes
+= destPitch;
/external/pdfium/core/fxge/dib/
cfx_dibitmap.cpp
336
int
destBytes
= pDst->GetBPP() / 8;
342
dest_pos +=
destBytes
;
[
all
...]
/external/swiftshader/src/D3D9/
Direct3DDevice9.cpp
[
all
...]
Completed in 1137 milliseconds