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

  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 40 HostConnection *hostCon = HostConnection::get(); \
41 if (!hostCon) { \
45 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 40 HostConnection *hostCon = HostConnection::get(); \
41 if (!hostCon) { \
45 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 106 HostConnection *hostCon = HostConnection::get(); \
107 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
110 HostConnection *hostCon = HostConnection::get(); \
111 if (!hostCon) { \
115 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
1028 hostCon->gl2Encoder()->setClientState(context->getClientState());
1029 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup());
1032 hostCon->glEncoder()->setClientState(context->getClientState());
1033 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup())
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 106 HostConnection *hostCon = HostConnection::get(); \
107 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
110 HostConnection *hostCon = HostConnection::get(); \
111 if (!hostCon) { \
115 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
323 if (hostCon && rcEnc) {
460 hostCon->flush();
503 hostCon->flush();
903 HostConnection *hostCon = HostConnection::get()
    [all...]

Completed in 1891 milliseconds