Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1/
Dgl.cpp85 } else if (image->target == EGL_GL_TEXTURE_2D_KHR) { in glEGLImageTargetTexture2DOES()
/hardware/google/gfxstream/guest/GLESv2/
Dgl2.cpp88 } else if (image->target == EGL_GL_TEXTURE_2D_KHR) { in glEGLImageTargetTexture2DOES()
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp296 p_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in create()
300 p_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in create()
556 m_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in reformat()
561 m_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in reformat()
1117 m_display, s_egl.eglGetCurrentContext(), EGL_GL_TEXTURE_2D_KHR, in importMemory()
/hardware/google/gfxstream/guest/egl/
Degl.cpp2288 else if (target == EGL_GL_TEXTURE_2D_KHR) { in eglCreateImageKHR()
2331 } else if (image->target == EGL_GL_TEXTURE_2D_KHR) { in eglDestroyImageKHR()
/hardware/google/gfxstream/common/opengl/include/EGL/
Deglext.h183 #define EGL_GL_TEXTURE_2D_KHR 0x30B1 macro
/hardware/google/gfxstream/guest/mesa/include/EGL/
Deglext.h164 #define EGL_GL_TEXTURE_2D_KHR 0x30B1 macro
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1395 if (target != EGL_GL_TEXTURE_2D_KHR) { in eglCreateImageKHR()