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.h32 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.cpp83 GLeglImageOES hostImage = reinterpret_cast<GLeglImageOES>((intptr_t)image->host_egl_image); in glEGLImageTargetTexture2DOES()
/device/generic/goldfish/opengl/system/egl/
Degl.cpp1260 image->host_egl_image = img; in eglCreateImageKHR()
1292 uint32_t host_egl_image = image->host_egl_image; in eglDestroyImageKHR() local
1295 return rcEnc->rcDestroyClientImage(rcEnc, host_egl_image); in eglDestroyImageKHR()