Home
last modified time | relevance | path

Searched defs:getHndl (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/gl/
DBufferGl.h38 HandleType getHndl() const { return mHandle; } in getHndl() function
DEmulatedEglContext.h72 HandleType getHndl() const { return mHndl; } in getHndl() function
DEmulatedEglWindowSurface.cpp206 HandleType EmulatedEglWindowSurface::getHndl() const { in getHndl() function in gfxstream::gl::EmulatedEglWindowSurface
DColorBufferGl.cpp909 HandleType ColorBufferGl::getHndl() const { return mHndl; } in getHndl() function in gfxstream::gl::ColorBufferGl
/device/generic/vulkan-cereal/stream-servers/
DBuffer.h52 HandleType getHndl() const { return mHandle; } in getHndl() function
DColorBuffer.h56 HandleType getHndl() const { return mHandle; } in getHndl() function
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglContext.h58 unsigned int getHndl() { return m_hndl; } in getHndl() function
DEglSurface.h54 unsigned int getHndl() const { return m_hndl; } in getHndl() function
DEglOsApi_egl.cpp264 EGLSurface getHndl() { return mHndl; } in getHndl() function in __anon6e909d630111::EglOsEglSurface