Home
last modified time | relevance | path

Searched refs:eglImage (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h70 void associateEGLImage(GLenum target, GLeglImageOES eglImage);
DGL2Encoder.cpp2104 void GL2Encoder::associateEGLImage(GLenum target, GLeglImageOES eglImage) { in associateEGLImage() argument
2105 m_state->setBoundEGLImage(target, eglImage); in associateEGLImage()