Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.h35 void setSharedGroup(gfxstream::guest::GLSharedGroupPtr shared) { in setSharedGroup() function
/hardware/google/gfxstream/guest/egl/
Degl.cpp2047 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
2051 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
2057 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
2061 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h72 void setSharedGroup(gfxstream::guest::GLSharedGroupPtr shared) { in setSharedGroup() function