Home
last modified time | relevance | path

Searched refs:rcCreateColorBuffer (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
DrenderControl_client_base.h23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
DrenderControl_client_context.h25 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
DrenderControl_entry.cpp20 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
124 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() function
127 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat); in rcCreateColorBuffer()
DrenderControl_client_context.cpp25 rcCreateColorBuffer = (rcCreateColorBuffer_client_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
DrenderControl.in13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
DREADME74 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
DrenderControl_enc.cpp1387 this->rcCreateColorBuffer = &rcCreateColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp656 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp601 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init()