Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h420 void setBoundEGLImage(GLenum target, GLeglImageOES image, int width, int height);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1467 void GLClientState::setBoundEGLImage(GLenum target, GLeglImageOES image, int width, int height) { in setBoundEGLImage() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3066 m_state->setBoundEGLImage(target, eglImage, width, height); in associateEGLImage()