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 39 HostConnection *hostCon = HostConnection::get(); \
40 if (!hostCon) { \
44 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 39 HostConnection *hostCon = HostConnection::get(); \
40 if (!hostCon) { \
44 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 105 HostConnection *hostCon = HostConnection::get(); \
106 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
109 HostConnection *hostCon = HostConnection::get(); \
110 if (!hostCon) { \
114 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
961 hostCon->gl2Encoder()->setClientState(context->getClientState());
962 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup());
965 hostCon->glEncoder()->setClientState(context->getClientState());
966 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) {
458 hostCon->flush();
496 hostCon->flush();
891 HostConnection *hostCon = HostConnection::get()
    [all...]

Completed in 57 milliseconds