Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h510 void blitFromReadBufferToEGLImage(EGLImage image, GLint internalFormat, int width, int height);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp3081 void GLEScontext::blitFromReadBufferToEGLImage(EGLImage image, GLint internalFormat, int width, int… in blitFromReadBufferToEGLImage() function in GLEScontext
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp439 ctx->blitFromReadBufferToEGLImage( in blitFromCurrentReadBufferANDROID()