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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
renderControl_client_context.h 23 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);
116 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat)
119 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat);
renderControl_enc.cpp 547 this->rcCreateColorBuffer = &rcCreateColorBuffer_enc;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 321 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 384 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(),
387 ALOGE("rcCreateColorBuffer returned 0");
    [all...]

Completed in 48 milliseconds