Home
last modified time | relevance | path

Searched defs:bufSize (Results 76 - 100 of 270) sorted by relevance

1234567891011

/third_party/mesa3d/src/egl/main/
H A Deglconfigdebug.c90 _strnAppend(char *const buf, const int bufSize, const char *fmt, ...) in _strnAppend() argument
/third_party/mesa3d/src/mesa/main/
H A Dvdpau.c278 _mesa_VDPAUGetSurfaceivNV(GLintptr surface, GLenum pname, GLsizei bufSize, in _mesa_VDPAUGetSurfaceivNV() argument
H A Dpixel.c328 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) in _mesa_GetnPixelMapfvARB() argument
380 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) in _mesa_GetnPixelMapuivARB() argument
432 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) in _mesa_GetnPixelMapusvARB() argument
H A Dglthread_shaderobj.c152 _mesa_marshal_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, in _mesa_marshal_GetActiveUniform() argument
H A Dobjectlabel.c93 copy_label(const GLchar *src, GLchar *dst, GLsizei *length, GLsizei bufSize) in copy_label() argument
272 _mesa_GetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, in _mesa_GetObjectLabel() argument
325 _mesa_GetObjectPtrLabel(const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) _mesa_GetObjectPtrLabel() argument
[all...]
/third_party/vk-gl-cts/execserver/
H A DxsProtocol.cpp149 void Message::writeHeader (MessageType type, size_t messageSize, deUint8* dst, size_t bufSize) in writeHeader() argument
/third_party/skia/fuzz/
H A DFuzzDrawFunctions.cpp25 static void init_string(Fuzz* fuzz, char* str, size_t bufSize) { in init_string() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSocket.hpp98 deSocketResult send (const void* buf, size_t bufSize, size_t* numSent) { return deSocket_send(m_socket, buf, bufSize, numSent); } in send() argument
99 deSocketResult receive (void* buf, size_t bufSize, size_t* numRecv) { return deSocket_receive(m_socket, buf, bufSize, numRecv); } in receive() argument
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeRingbuffer.c113 static deStreamResult producerStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* written) in producerStream_write() argument
195 static deStreamResult consumerStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* read) in consumerStream_read() argument
H A DdeThreadStream.c83 static deStreamResult threadInStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* numRead) in threadInStream_read() argument
152 static deStreamResult threadOutStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* numWritten) in threadOutStream_write() argument
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.cpp97 const int bufSize = 2048; in OnFileDescriptorEvent() local
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_innerkits_test.cpp88 const int bufSize = 256; in StartTestProcess() local
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dthread_sampler_test.cpp350 uint32_t bufSize = 128 * 1024; in HWTEST_F() local
/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp277 const int bufSize = 128; in ErrnoToMsg() local
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp125 bool SocketSessionManager::SetBufferSize(int32_t sockFd, int32_t bufSize) in SetBufferSize() argument
/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_channel.h230 void RandomUuid(char buf[37], int bufSize) in RandomUuid() argument
/base/update/updater/services/ptable_parse/
H A Dptable_manager.cpp360 size_t bufSize = 0; in GetPtableBufferFromPkg() local
/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpkg_fuzz_test.h108 size_t bufSize = 4096; in BuildFileDigest() local
/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_ops.c257 uint32_t bufSize; in Rk3588PcmPointer() local
/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_ops.c358 uint32_t bufSize; in Rk3568PcmPointer() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dblackbox_adapter_impl.c461 int FullWriteFile(const char *filePath, const char *buf, size_t bufSize, int isAppend) in FullWriteFile() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp646 int bufSize = sizeof(RtpHeader); in HWTEST_F() local
656 int bufSize = 0; in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp163 void MediaDescription::ExtractNaluRbsp(uint8_t *buf, uint32_t *bufSize) in ExtractNaluRbsp() argument
/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp269 void CompareTools::SaveResultLog(const char* filePath, const char* buff, size_t bufSize) in SaveResultLog() argument
333 bool CompareTools::SaveLog(const char* buff, size_t bufSize, const char* filePath) in SaveLog() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dacl.cpp138 char *Acl::Serialize(size_t &bufSize) in Serialize() argument
441 size_t bufSize; in EntryInsert() local
[all...]

Completed in 18 milliseconds

1234567891011