HomeSort by relevance Sort by last modified time
    Searched refs:m_handle (Results 1 - 9 of 9) sorted by null

  /external/deqp/framework/delibs/decpp/
deDirectoryIterator.cpp 43 m_handle = _findfirst32((std::string(m_path.getPath()) + "/*").c_str(), &m_fileInfo);
44 m_hasItem = m_handle != -1;
51 if (m_handle != -1)
52 _findclose(m_handle);
68 m_hasItem = (_findnext32(m_handle, &m_fileInfo) == 0);
75 m_hasItem = (_findnext32(m_handle, &m_fileInfo) == 0);
82 , m_handle (DE_NULL)
88 m_handle = opendir(m_path.getPath());
89 DE_CHECK_RUNTIME_ERR(m_handle);
97 closedir(m_handle);
    [all...]
deDirectoryIterator.hpp 72 deIntptr m_handle; member in class:de::DirectoryIterator
76 DIR* m_handle; member in class:de::DirectoryIterator
  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.cpp 65 m_handle = 0;
83 m_handle = 0;
102 if (m_handle == mStreams[i]->getChannelHandle()) {
108 m_camOps->delete_channel(m_camHandle, m_handle);
109 m_handle = 0;
127 if ((mStreams[i] != NULL) && (m_handle == mStreams[i]->getChannelHandle())) {
131 m_camOps->delete_channel(m_camHandle, m_handle);
178 m_handle = m_camOps->add_channel(m_camHandle,
182 if (m_handle == 0) {
227 m_camHandle, m_handle, m_camOps, paddingInfo, bDeffAlloc
    [all...]
QCameraChannel.h 68 uint32_t getMyHandle() const {return m_handle;};
83 uint32_t m_handle; member in class:qcamera::QCameraChannel
  /external/deqp/execserver/
xsWin32TestProcess.hpp 67 HANDLE getHandle (void) const { return m_handle; }
73 HANDLE m_handle; member in class:xs::win32::Event
106 HANDLE m_handle; member in class:xs::win32::FileReader
xsWin32TestProcess.cpp 78 : m_handle(0)
80 m_handle = CreateEvent(NULL, manualReset ? TRUE : FALSE, initialState ? TRUE : FALSE, NULL);
81 if (!m_handle)
87 CloseHandle(m_handle);
92 if (!SetEvent(m_handle))
98 if (!ResetEvent(m_handle))
204 , m_handle (INVALID_HANDLE_VALUE)
217 m_handle = file;
243 if (!ReadFile(m_handle, &tmpBuf[0], (DWORD)tmpBuf.size(), NULL, &overlapped))
270 if (!GetOverlappedResult(m_handle, &overlapped, &numBytesRead, FALSE)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 483 glw::GLuint m_handle; member in class:deqp::gles31::Functional::__anon20024::TestTexture2D
508 m_gl->genTextures(1, &m_handle);
510 m_gl->bindTexture(GL_TEXTURE_2D, m_handle);
523 m_gl->deleteTextures(1, &m_handle);
533 return m_handle;
540 m_gl->bindTexture(GL_TEXTURE_2D, m_handle);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.h 119 uint32_t getMyHandle() const {return m_handle;};
154 uint32_t m_handle; member in class:qcamera::QCamera3Channel
QCamera3Channel.cpp 78 m_handle = channel_handle;
182 m_handle,
    [all...]

Completed in 821 milliseconds