Searched refs:pBits (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DImage9.cpp65 const unsigned char *sourceData = reinterpret_cast<const unsigned char*>(sourceLocked.pBits);
66 unsigned char *destData = reinterpret_cast<unsigned char*>(destLocked.pBits);
124 if (sourceLock.pBits && destLock.pBits)
135 memcpy((char*)destLock.pBits + destLock.Pitch * i, (char*)sourceLock.pBits + sourceLock.Pitch * i, bytes);
378 loadAlphaDataToBGRASSE2(width, height, inputPitch, input, locked.Pitch, locked.pBits);
382 loadAlphaDataToBGRA(width, height, inputPitch, input, locked.Pitch, locked.pBits);
386 loadLuminanceDataToNativeOrBGRA(width, height, inputPitch, input, locked.Pitch, locked.pBits, getD3DFormat() == D3DFMT_L8);
389 loadAlphaFloatDataToRGBA(width, height, inputPitch, input, locked.Pitch, locked.pBits);
[all...]
H A DRenderer9.cpp2802 source = ((unsigned char*)lock.pBits) + lock.Pitch * (rect.bottom - rect.top - 1);
2807 source = (unsigned char*)lock.pBits;
/external/aac/libMpegTPEnc/include/
H A Dtpenc_lib.h240 * \param pBits Pointer to an int, where the current amount of frame bits is passed
247 TRANSPORTENC_ERROR transportEnc_EndAccessUnit( HANDLE_TRANSPORTENC hTp, int *pBits);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.h220 * \param pBits pointer to an int, where the current frame bit count is contained,
226 int *pBits);
H A Dtpenc_adts.cpp257 int *pBits)
307 /* Correct *pBits to reflect the amount of bits of the current subframe */
308 *pBits -= hAdts->subFrameStartBit;
311 *pBits += 16;
255 adtsWrite_EndRawDataBlock(HANDLE_ADTS hAdts, HANDLE_FDK_BITSTREAM hBs, int *pBits) argument
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c633 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { argument
663 *pBits=32;
674 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64;
705 *pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */
707 if(*pBits!=32 && *pBits!=64) {
712 if(*pBits!=32) {
736 * *pBits is ignored in the calling code, so this need not be precise.
738 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64;
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c635 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { argument
665 *pBits=32;
676 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64;
707 *pBits= buffer.header32.e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */
709 if(*pBits!=32 && *pBits!=64) {
714 if(*pBits!=32) {
738 * *pBits is ignored in the calling code, so this need not be precise.
740 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64;
/external/chromium_org/ui/surface/
H A Daccelerated_surface_transformer_win_unittest.cc53 uint8* row8 = reinterpret_cast<uint8*>(locked_rect.pBits) +
164 DWORD* surface = reinterpret_cast<DWORD*>(locked_rect.pBits);
197 DWORD* surface = reinterpret_cast<DWORD*>(locked_rect.pBits);
265 DWORD* surface = reinterpret_cast<DWORD*>(locked_rect.pBits);
307 DWORD* expected_image = reinterpret_cast<DWORD*>(locked_expected.pBits);
308 DWORD* actual_image = reinterpret_cast<DWORD*>(locked_actual.pBits);
390 uint8* actual = reinterpret_cast<uint8*>(locked_rect.pBits);
H A Daccelerated_surface_transformer_win.cc484 uint8* src_row = reinterpret_cast<uint8*>(locked_rect.pBits);
H A Daccelerated_surface_win.cc1021 locked_surface.pBits,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl84 BYTE *pBits;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl84 BYTE *pBits;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h581 out_locked_rect->pBits = (uint8_t*)d3d_mapped.pData;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h581 out_locked_rect->pBits = (uint8_t*)d3d_mapped.pData;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 493 milliseconds