HomeSort by relevance Sort by last modified time
    Searched refs:hostCon (Results 1 - 5 of 5) sorted by null

  /development/tools/emulator/opengl/system/GLESv1/
gl.cpp 24 HostConnection *hostCon = HostConnection::get(); \
25 if (!hostCon) { \
29 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
  /development/tools/emulator/opengl/system/GLESv2/
gl2.cpp 24 HostConnection *hostCon = HostConnection::get(); \
25 if (!hostCon) { \
29 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
  /development/tools/emulator/opengl/system/egl/
egl.cpp 104 HostConnection *hostCon = HostConnection::get(); \
105 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
108 HostConnection *hostCon = HostConnection::get(); \
109 if (!hostCon) { \
113 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
1002 hostCon->gl2Encoder()->setClientState(context->getClientState());
1003 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup());
1006 hostCon->glEncoder()->setClientState(context->getClientState());
1007 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup())
    [all...]
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 110 HostConnection *hostCon = HostConnection::get(); \
111 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
114 HostConnection *hostCon = HostConnection::get(); \
115 if (!hostCon) { \
119 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
240 if (hostCon && rcEnc) {
370 hostCon->flush();
408 hostCon->flush();
670 HostConnection *hostCon = HostConnection::get()
    [all...]
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp 28 HostConnection *hostCon = HostConnection::get(); \
29 if (!hostCon) { \
33 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \

Completed in 579 milliseconds