OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcGetGLString
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp
12
EGLint
rcGetGLString
(EGLenum name, void* buffer, EGLint bufferSize);
62
EGLint
rcGetGLString
(EGLenum name, void* buffer, EGLint bufferSize)
65
return ctx->
rcGetGLString
(ctx, name, buffer, bufferSize);
renderControl_client_context.h
14
rcGetGLString_client_proc_t
rcGetGLString
;
41
virtual rcGetGLString_client_proc_t set_rcGetGLString(rcGetGLString_client_proc_t f) { rcGetGLString_client_proc_t retval =
rcGetGLString
;
rcGetGLString
= f; return retval;}
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
64
static EGLint
rcGetGLString
(EGLenum name, void* buffer, EGLint bufferSize)
347
dec->set_rcGetGLString(
rcGetGLString
);
Completed in 1104 milliseconds