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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
renderControl_client_base.h 23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer;
renderControl_client_context.h 25 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer;
renderControl_client_context.cpp 25 rcCreateColorBuffer = (rcCreateColorBuffer_client_proc_t) getProc("rcCreateColorBuffer", userData);
renderControl_entry.cpp 21 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
119 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat)
122 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat);
renderControl_enc.cpp 521 ALOGE("rcCreateColorBuffer: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 324 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 385 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(),
388 ALOGE("rcCreateColorBuffer returned 0");
    [all...]

Completed in 43 milliseconds