Searched refs:associateEGLImage (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2/ |
D | gl2.cpp | 83 ctx->associateEGLImage(target, hostImage, image->width, image->height); in glEGLImageTargetTexture2DOES() 90 ctx->associateEGLImage(target, hostImage, image->width, image->height); in glEGLImageTargetTexture2DOES() 116 ctx->associateEGLImage(target, hostImage, image->width, image->height); in glEGLImageTargetRenderbufferStorageOES()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.h | 111 void associateEGLImage(GLenum target, GLeglImageOES eglImage, int width, int height);
|
D | GL2Encoder.cpp | 3065 void GL2Encoder::associateEGLImage(GLenum target, GLeglImageOES eglImage, int width, int height) { in associateEGLImage() function in GL2Encoder
|