Home
last modified time | relevance | path

Searched refs:SafeUIntFromPointer (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLutils.h70 #define SafeUIntFromPointer(ptr) \ macro
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp358 unsigned int hndl = SafeUIntFromPointer(surface); in getSurface()
368 unsigned int hndl = SafeUIntFromPointer(ctx); in getContext()
386 unsigned int hndl = SafeUIntFromPointer(s); in removeSurface()
398 unsigned int hndl = SafeUIntFromPointer(ctx); in removeContext()
545 unsigned int hndl = SafeUIntFromPointer(img); in getImage()
557 unsigned int hndl = SafeUIntFromPointer(img); in destroyImageKHR()
DEglImp.cpp1434 SafeUIntFromPointer(buffer)); in eglCreateImageKHR()
1440 NamedObjectType::TEXTURE, SafeUIntFromPointer(buffer)); in eglCreateImageKHR()
1467 unsigned int imagehndl = SafeUIntFromPointer(image); in eglDestroyImageKHR()
1628 unsigned int imagehndl = SafeUIntFromPointer(image); in eglSetImageFenceANDROID()
1821 unsigned int imagehndl = SafeUIntFromPointer(image); in eglGetNativeImageANDROID()
1829 unsigned int imagehndl = SafeUIntFromPointer(image); in eglSetImageInfoANDROID()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2202 unsigned int imagehndl = SafeUIntFromPointer(image); in glEGLImageTargetTexture2DOES()
2241 unsigned int imagehndl = SafeUIntFromPointer(image); in glEGLImageTargetRenderbufferStorageOES()
DGLEScmContext.cpp1879 indices = buf + SafeUIntFromPointer(indices); in drawElements()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp409 unsigned int imagehndl = SafeUIntFromPointer(image); in blitFromCurrentReadBufferANDROID()
4260 unsigned int imagehndl = SafeUIntFromPointer(image); in glEGLImageTargetTexture2DOES()
4340 unsigned int imagehndl = SafeUIntFromPointer(image); in glEGLImageTargetRenderbufferStorageOES()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp972 unsigned int offset = SafeUIntFromPointer(data); in setPointer()