Searched defs:inBufferSize (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_vloadstore.cpp | 244 void create_global_load_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inVe… in create_global_load_code() 286 void create_local_load_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inVec… in create_local_load_code() 374 void create_constant_load_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t in… in create_constant_load_code() 429 void create_private_load_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inV… in create_private_load_code() 766 void create_global_store_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inV… in create_global_store_code() 811 void create_local_store_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t inVe… in create_local_store_code() 910 void create_private_store_code( char *destBuffer, size_t inBufferSize, ExplicitType type, size_t in… in create_private_store_code()
|
D | test_astype.cpp | 134 size_t inBufferSize = sizeof(char)* numElements * get_explicit_type_size( inVecType ) * vecSize; in test_astype_set() local
|
D | test_async_copy2D.cpp | 215 size_t inBufferSize = elementSize in test_copy2D() local
|
D | test_async_copy3D.cpp | 242 size_t inBufferSize = elementSize in test_copy3D() local
|
/external/skqp/src/pdf/ |
D | SkDeflate.cpp | 40 size_t inBufferSize) { in do_deflate()
|
/external/skia/src/pdf/ |
D | SkDeflate.cpp | 41 size_t inBufferSize) { in do_deflate()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 1614 … const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t inBufferSize ) in DebugGetErrorString() 2035 size_t inBufferSize ) in DebugHexDump()
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 1162 mDNSexport long mDNSPlatformReadTCP( TCPSocket *sock, void *inBuffer, unsigned long inBufferSize, m… in mDNSPlatformReadTCP() 4231 mDNSlocal OSStatus GetWindowsVersionString( char *inBuffer, size_t inBufferSize ) in GetWindowsVersionString() 4446 TCHARtoUTF8( const TCHAR *inString, char *inBuffer, size_t inBufferSize ) in TCHARtoUTF8() 4469 WindowsLatin1toUTF8( const char *inString, char *inBuffer, size_t inBufferSize ) in WindowsLatin1toUTF8()
|
/external/aac/fuzzer/ |
D | aac_enc_fuzzer.cpp | 395 INT inBufferSize[kMaxBuffers] = {}; in encodeFrames() local
|