Home
last modified time | relevance | path

Searched refs:ToTargetCompatibleHandle (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.cpp145 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)surface); in getSurface()
155 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)ctx); in getContext()
165 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)s); in removeSurface()
194 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)ctx); in removeContext()
298 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)img); in getImage()
306 unsigned int hndl = ToTargetCompatibleHandle((uintptr_t)img); in destroyImageKHR()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLutils.h39 unsigned int ToTargetCompatibleHandle(uintptr_t hostHandle) in ToTargetCompatibleHandle() function
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp194 unsigned int offset = ToTargetCompatibleHandle((uintptr_t)data); in setPointer()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp2009 unsigned int imagehndl = ToTargetCompatibleHandle((uintptr_t)image); in glEGLImageTargetTexture2DOES()
2045 unsigned int imagehndl = ToTargetCompatibleHandle((uintptr_t)image); in glEGLImageTargetRenderbufferStorageOES()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1655 unsigned int imagehndl = ToTargetCompatibleHandle((uintptr_t)image); in glEGLImageTargetTexture2DOES()
1691 unsigned int imagehndl = ToTargetCompatibleHandle((uintptr_t)image); in glEGLImageTargetRenderbufferStorageOES()