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) { \
71 rcEnc->rcBindTexture(rcEnc,
97 rcEnc->rcBindRenderbuffer(rcEnc,
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 44 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
45 if (!rcEnc) { \
72 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
96 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 107 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
115 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
116 if (!rcEnc) { \
319 if (hostCon && rcEnc) {
320 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
367 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
455 rcEnc->rcFBPost(rcEnc, cb->hostHandle)
    [all...]
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 129 renderControl_encoder_context_t *rcEnc = hcon->rcEncoder();
130 if (!rcEnc) {
139 m_hostRendererVersion = rcEnc->rcGetRendererVersion(rcEnc);
140 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor);
162 m_numConfigs = rcEnc->rcGetNumConfigs(rcEnc, (uint32_t*)&m_numConfigAttribs);
177 //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) { \
272 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)config,
278 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface,
299 if (rcSurface && rcEnc) {
300 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface)
    [all...]

Completed in 225 milliseconds