Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 6 of 6) sorted by relevance

/sdk/emulator/opengl/tests/ut_renderer/
DReadBuffer.cpp41 int stat = m_stream->recv(m_buf + m_validData, m_size - m_validData); in getData() local
DRenderingThread.cpp331 int stat = readBuf.getData(); in thread() local
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DSocketStream.cpp99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully() local
122 ssize_t stat = ::recv(m_sock, (char *)(buf) + len - res, res, 0); in readFully() local
/sdk/emulator/opengl/tests/emulator_test_renderer/
Dmain.cpp154 bool stat = destroyOpenGLSubwindow(); in WinMain() local
167 bool stat = destroyOpenGLSubwindow(); in WinMain() local
/sdk/emulator/opengl/host/include/libOpenglRender/
DIOStream.h75 int stat = commitBuffer(m_bufsize - m_free); in flush() local
/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderThread.cpp79 int stat = readBuf.getData(); in Main() local