Home
last modified time | relevance | path

Searched refs:associateEGLImage (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2/
Dgl2.cpp83 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/
DGL2Encoder.h111 void associateEGLImage(GLenum target, GLeglImageOES eglImage, int width, int height);
DGL2Encoder.cpp3065 void GL2Encoder::associateEGLImage(GLenum target, GLeglImageOES eglImage, int width, int height) { in associateEGLImage() function in GL2Encoder