/device/generic/goldfish-opengl/system/renderControl_enc/ |
README | 16 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize); 18 if buffer is NULL or the bufferSize is not big enough the return value
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
RCSProxy.py | 91 BUFFERSIZE = 1024*8
94 buffer = f.read(BUFFERSIZE)
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/ |
NorFlashDxe.h | 227 IN UINTN BufferSize,
240 IN UINTN BufferSize,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiHobLib.h | 226 OUT UINTN *BufferSize OPTIONAL
237 BufferSize Buffer size.
|
EfiPrintLib.h | 224 IN UINTN BufferSize,
238 BufferSize - Maximum number of characters to put into buffer. Zero means no
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/ |
EmuSnpDxe.c | 373 @param BufferSize The number of bytes to read or write from the NVRAM device.
386 IN UINTN BufferSize,
395 Status = Private->Io->NvData (Private->Io, ReadOrWrite, Offset, BufferSize, Buffer);
447 @param BufferSize The size, in bytes, of the entire packet (media header and
474 IN UINTN BufferSize,
489 BufferSize,
519 @retval EFI_SUCCESS The received data was stored in Buffer, and BufferSize has
524 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
IsaFloppy.h | 592 @param BufferSize UINTN: The size of the Buffer in bytes
600 @retval EFI_BAD_BUFFER_SIZE: The BufferSize parameter is not a multiple of the
612 IN UINTN BufferSize,
622 @param BufferSize UINTN: The size in bytes in Buffer
631 @retval EFI_BAD_BUFFER_SIZE: The BufferSize parameter is not a multiple of the
642 IN UINTN BufferSize,
1051 @param BufferSize The size of the Buffer in bytes
1076 IN UINTN BufferSize,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
UpdateDriver.h | 90 @param BufferSize Size of raw buffer.
102 IN UINTN BufferSize,
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
SectionExtraction.h | 86 @param BufferSize A pointer to a caller-allocated UINTN.
117 IN OUT UINTN *BufferSize,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Eap.h | 64 @param[in, out] BufferSize Pointer to the buffer size in bytes.
80 IN OUT UINTN *BufferSize
|
/device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/ |
SnpNt32.h | 90 IN OUT UINT32 *BufferSize,
99 IN UINT32 BufferSize,
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/Library/ |
VirtioLib.h | 128 @param[in] BufferSize Number of bytes to transmit or receive.
149 IN UINT32 BufferSize,
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
SnpUnsupported.c | 134 @param BufferSize The number of bytes to read or write from the NVRAM
155 IN UINTN BufferSize,
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/ |
SDHostIo.h | 123 @param BufferSize The size of the buffer.
144 IN UINT32 BufferSize,
|
/external/apache-http/src/org/apache/http/impl/io/ |
SocketInputBuffer.java | 63 int buffersize, 71 // Workaround for http://b/3514259. We take 'buffersize' as a hint in
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
vktFragmentOperationsMakeUtil.cpp | 37 VkBufferCreateInfo makeBufferCreateInfo (const VkDeviceSize bufferSize, 45 bufferSize, // VkDeviceSize size;
|
/external/deqp/framework/egl/ |
egluConfigInfo.cpp | 40 case EGL_BUFFER_SIZE: return bufferSize; 89 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
|
/external/deqp/modules/gles31/functional/ |
es31fTextureBufferTests.cpp | 668 const size_t bufferSize = 131072; 670 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str())); 676 const size_t bufferSize = 131072; 680 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str())); 709 const size_t bufferSize = 131072; 711 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str())); 717 const size_t bufferSize = 131072; 721 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
|
/external/dng_sdk/source/ |
dng_opcodes.cpp | 452 uint32 bufferSize = ComputeBufferSize(fPixelType, tileSize, 458 fBuffer [threadIndex] . Reset (allocator->Allocate (bufferSize));
|
/external/llvm/lib/Target/AArch64/ |
AArch64SchedA53.td | 35 // Modeling each pipeline as a ProcResource using the BufferSize = 0 since 38 def A53UnitALU : ProcResource<2> { let BufferSize = 0; } // Int ALU 39 def A53UnitMAC : ProcResource<1> { let BufferSize = 0; } // Int MAC 40 def A53UnitDiv : ProcResource<1> { let BufferSize = 0; } // Int Division 41 def A53UnitLdSt : ProcResource<1> { let BufferSize = 0; } // Load/Store 42 def A53UnitB : ProcResource<1> { let BufferSize = 0; } // Branch 43 def A53UnitFPALU : ProcResource<1> { let BufferSize = 0; } // FP ALU 44 def A53UnitFPMDS : ProcResource<1> { let BufferSize = 0; } // FP Mult/Div/Sqrt
|
/external/mesa3d/src/egl/main/ |
eglconfig.h | 53 EGLint BufferSize; 103 ATTRIB_MAP(EGL_BUFFER_SIZE, BufferSize);
|
/external/opencv/cv/src/ |
cvoptflowlk.cpp | 123 int BufferSize; 213 BufferSize = BufferHeight * BufferWidth; 215 II = (icvDerProduct *) cvAlloc( BufferSize * sizeof( icvDerProduct )); 216 WII = (icvDerProduct *) cvAlloc( BufferSize * sizeof( icvDerProduct )); 296 BufferAddress -= ((BufferAddress >= BufferSize) ? 0xffffffff : 0) & BufferSize; 489 addr -= ((addr >= BufferSize) ? 0xffffffff : 0) & BufferSize;
|
/external/python/cpython2/Demo/pdist/ |
RCSProxy.py | 91 BUFFERSIZE = 1024*8 94 buffer = f.read(BUFFERSIZE)
|
/frameworks/av/services/audioflinger/ |
TrackBase.h | 64 size_t bufferSize, 86 size_t bufferSize() const { return mBufferSize; }
|
/frameworks/base/core/java/com/android/internal/util/ |
ProcFileReader.java | 47 public ProcFileReader(InputStream stream, int bufferSize) throws IOException { 49 mBuffer = new byte[bufferSize];
|