Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.h48 void setContextData(GLDecoderContextData *contextData) { m_contextData = contextData; } in setContextData() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3728 tinfo->m_gl2Dec.setContextData(&ctx->decoderContextData()); in bindContext()
3730 tinfo->m_glDec.setContextData(&ctx->decoderContextData()); in bindContext()
3732 tinfo->m_glDec.setContextData(NULL); in bindContext()
3733 tinfo->m_gl2Dec.setContextData(NULL); in bindContext()
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.h49 void setContextData(GLDecoderContextData *contextData) { m_contextData = contextData; } in setContextData() function