Home
last modified time | relevance | path

Searched refs:host_egl_image (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DEGLImage.h37 uint32_t host_egl_image; member
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp83 GLeglImageOES hostImage = reinterpret_cast<GLeglImageOES>((intptr_t)image->host_egl_image); in glEGLImageTargetTexture2DOES()
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp60 GLeglImageOES hostImage = reinterpret_cast<GLeglImageOES>((intptr_t)image->host_egl_image); in glEGLImageTargetTexture2DOES()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1825 image->host_egl_image = img; in eglCreateImageKHR()
1857 uint32_t host_egl_image = image->host_egl_image; in eglDestroyImageKHR() local
1860 return rcEnc->rcDestroyClientImage(rcEnc, host_egl_image); in eglDestroyImageKHR()