Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderControl.cpp207 static uint32_t rcCreateColorBuffer(uint32_t width, in rcCreateColorBuffer() function
347 dec->set_rcCreateColorBuffer(rcCreateColorBuffer); in initRenderControlContext()
/sdk/emulator/opengl/system/renderControl_enc/
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);
/sdk/emulator/opengl/system/gralloc/
Dgralloc.cpp255 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc()
/sdk/emulator/opengl/system/egl/
Degl.cpp383 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(), in init()