OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcMakeCurrent
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
28
{"
rcMakeCurrent
", (void*)
rcMakeCurrent
},
renderControl_client_context.h
28
rcMakeCurrent_client_proc_t
rcMakeCurrent
;
renderControl_client_context.cpp
30
rcMakeCurrent
= (rcMakeCurrent_client_proc_t) getProc("
rcMakeCurrent
", userData);
renderControl_entry.cpp
26
EGLint
rcMakeCurrent
(uint32_t context, uint32_t drawSurf, uint32_t readSurf);
146
EGLint
rcMakeCurrent
(uint32_t context, uint32_t drawSurf, uint32_t readSurf)
149
return ctx->
rcMakeCurrent
(ctx, context, drawSurf, readSurf);
renderControl_enc.cpp
552
this->
rcMakeCurrent
= &rcMakeCurrent_enc;
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
265
static EGLint
rcMakeCurrent
(uint32_t context,
361
dec->set_rcMakeCurrent(
rcMakeCurrent
);
/device/generic/goldfish/opengl/system/egl/
egl.cpp
979
if (rcEnc->
rcMakeCurrent
(rcEnc, ctxHandle, drawHandle, readHandle) == EGL_FALSE) {
980
ALOGE("
rcMakeCurrent
returned EGL_FALSE");
[
all
...]
Completed in 47 milliseconds