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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp 160 void HostConnection::setChecksumHelper(renderControl_encoder_context_t *rcEnc) {
162 int extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, NULL, 0);
165 extensionSize = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, glExtensions.get(), -extensionSize);
183 rcEnc->rcSelectChecksumHelper(rcEnc, checksumVersion, 0);
HostConnection.h 51 void setChecksumHelper(renderControl_encoder_context_t *rcEnc);
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 45 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
46 if (!rcEnc) { \
76 rcEnc->rcBindTexture(rcEnc,
108 rcEnc->rcBindRenderbuffer(rcEnc,
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 45 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
46 if (!rcEnc) { \
77 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
107 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 123 renderControl_encoder_context_t *rcEnc = hcon->rcEncoder();
124 if (!rcEnc) {
133 m_hostRendererVersion = rcEnc->rcGetRendererVersion(rcEnc);
134 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor);
156 m_numConfigs = rcEnc->rcGetNumConfigs(rcEnc, (uint32_t*)&m_numConfigAttribs);
171 //EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), m_configs)
    [all...]
egl.cpp 107 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
115 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
116 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...]
  /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) { \
323 if (hostCon && rcEnc) {
324 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
371 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
459 rcEnc->rcFBPost(rcEnc, cb->hostHandle)
    [all...]

Completed in 76 milliseconds