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

  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 44 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
45 if (!rcEnc) { \
69 rcEnc->rcBindTexture(rcEnc,
92 rcEnc->rcBindRenderbuffer(rcEnc,
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 44 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
45 if (!rcEnc) { \
69 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
90 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 117 renderControl_encoder_context_t *rcEnc = hcon->rcEncoder();
118 if (!rcEnc) {
127 m_hostRendererVersion = rcEnc->rcGetRendererVersion(rcEnc);
128 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor);
150 m_numConfigs = rcEnc->rcGetNumConfigs(rcEnc, (uint32_t*)&m_numConfigAttribs);
165 //EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), m_configs)
    [all...]
egl.cpp 106 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
114 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
115 if (!rcEnc) { \
271 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uint32_t)config,
277 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface,
298 if (rcSurface && rcEnc) {
299 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface)
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 111 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
119 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
120 if (!rcEnc) { \
337 if (hostCon && rcEnc) {
338 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
385 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
471 rcEnc->rcFBPost(rcEnc, cb->hostHandle)
    [all...]

Completed in 293 milliseconds