Searched refs:deSprintf (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/delibs/debase/ |
D | deString.h | 43 deInt32 deSprintf (char* string, size_t size, const char* format, ...) DE_PRINTF_FUNC_ATTR(3, 4…
|
D | deString.c | 134 int deSprintf (char* string, size_t size, const char* format, ...) in deSprintf() function
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 76 deSprintf(msgBuf, sizeof(msgBuf), "%s, error %d: %s", message, lastErr, strerror(lastErr)); in dieLastError() 204 deSprintf(msgBuf, sizeof(msgBuf), "%s, error %d: %s", message, lastErr, strerror(lastErr)); in deProcess_setErrorFromErrno() 556 deSprintf(errBuf, sizeof(errBuf), "%s, error %d: %s", msg, error, msgBuf); in deProcess_setErrorFromWin32() 563 deSprintf(errBuf, sizeof(errBuf), "%s, error %d", msg, error); in deProcess_setErrorFromWin32()
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deNamedSemaphoreUnix.c | 41 deSprintf(buf, bufSize, "/desem-%d-%p", getpid(), (void*)sem); in NamedSemaphore_getName()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 274 deSprintf(&buf[0], 32, "%d", val); in int32ToString() 279 deSprintf(&buf[0], 32, "%lld", (long long int)val); in int64ToString() 284 deSprintf(buf, bufSize, "%f", value); in floatToString() 289 deSprintf(buf, bufSize, "%f", value); in doubleToString()
|
/external/deqp/framework/common/ |
D | tcuFormatUtil.hpp | 57 deSprintf(buf, sizeof(buf), NumDigits > 9 ? longFmt : shortFmt, value); in toString()
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 456 deSprintf(pipeName, sizeof(pipeName), "\\\\.\\Pipe\\dEQP-ExecServer-%08x-%08x-%08x", in createPipeWithOverlappedIO()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboApiTests.cpp | 118 deSprintf(tmp, sizeof(tmp), "0x%x", value); in getAttachmentParameterValueName()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboApiTest.cpp | 122 deSprintf(tmp, sizeof(tmp), "0x%x", value); in getAttachmentParameterValueName()
|