OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcCreateColorBuffer
(Results
1 - 8
of
8
) 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;
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
207
static uint32_t
rcCreateColorBuffer
(uint32_t width,
356
dec->set_rcCreateColorBuffer(
rcCreateColorBuffer
);
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
320
cb->hostHandle = rcEnc->
rcCreateColorBuffer
(rcEnc, w, h, glFormat);
/device/generic/goldfish/opengl/system/egl/
egl.cpp
382
rcColorBuffer = rcEnc->
rcCreateColorBuffer
(rcEnc, getWidth(), getHeight(),
385
ALOGE("
rcCreateColorBuffer
returned 0");
[
all
...]
Completed in 377 milliseconds