OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcCreateColorBuffer
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
207
static uint32_t
rcCreateColorBuffer
(uint32_t width,
338
dec->set_rcCreateColorBuffer(
rcCreateColorBuffer
);
/development/tools/emulator/opengl/system/gralloc/
gralloc.cpp
241
cb->hostHandle = rcEnc->
rcCreateColorBuffer
(rcEnc, w, h, glFormat);
/development/tools/emulator/opengl/system/egl/
egl.cpp
409
rcColorBuffer = rcEnc->
rcCreateColorBuffer
(rcEnc, getWidth(), getHeight(), format);
411
LOGE("
rcCreateColorBuffer
returned 0");
[
all
...]
Completed in 30 milliseconds