OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcQueryEGLString
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
13
{"
rcQueryEGLString
", (void*)
rcQueryEGLString
},
renderControl_client_base.h
13
rcQueryEGLString_client_proc_t
rcQueryEGLString
;
renderControl_client_context.h
15
rcQueryEGLString_client_proc_t
rcQueryEGLString
;
renderControl_client_context.cpp
15
rcQueryEGLString
= (rcQueryEGLString_client_proc_t) getProc("
rcQueryEGLString
", userData);
renderControl_entry.cpp
11
EGLint
rcQueryEGLString
(EGLenum name, void* buffer, EGLint bufferSize);
59
EGLint
rcQueryEGLString
(EGLenum name, void* buffer, EGLint bufferSize)
62
return ctx->
rcQueryEGLString
(ctx, name, buffer, bufferSize);
renderControl_enc.cpp
139
ALOGE("
rcQueryEGLString
: GL communication error, please report this issue to b.android.com.\n");
[
all
...]
/device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp
259
int n = rcEnc->
rcQueryEGLString
(rcEnc, name, NULL, 0);
264
n = rcEnc->
rcQueryEGLString
(rcEnc, name, str, -n);
Completed in 89 milliseconds