Searched refs:rcCreateColorBuffer (Results 1 - 5 of 5) sorted by relevance

/development/tools/emulator/opengl/system/renderControl_enc/
H A DrenderControl_ftable.h23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
H A DrenderControl_client_context.h23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member in struct:renderControl_client_context_t
49 virtual rcCreateColorBuffer_client_proc_t set_rcCreateColorBuffer(rcCreateColorBuffer_client_proc_t f) { rcCreateColorBuffer_client_proc_t retval = rcCreateColorBuffer; rcCreateColorBuffer = f; return retval;}
H A DrenderControl_entry.cpp21 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
115 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) function
118 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat);
/development/tools/emulator/opengl/system/gralloc/
H A Dgralloc.cpp326 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp381 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(),
384 ALOGE("rcCreateColorBuffer returned 0");

Completed in 950 milliseconds