OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gl_client_context_t
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.h
23
class
gl_client_context_t
;
45
static
gl_client_context_t
*s_getGLContext();
HostConnection.cpp
137
gl_client_context_t
*HostConnection::s_getGLContext()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.h
33
static
gl_client_context_t
*s_getGlContext();
ServerConnection.cpp
24
gl_client_context_t
*ServerConnection::s_getGlContext()
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
9
struct
gl_client_context_t
{
struct
[
all
...]
gl_client_context.cpp
11
int
gl_client_context_t
::initDispatchByName(void *(*getProc)(const char *, void *userData), void *userData)
gl_enc.h
14
struct gl_encoder_context_t : public
gl_client_context_t
{
gl_entry.cpp
304
static
gl_client_context_t
::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
305
void
gl_client_context_t
::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
306
#define GET_CONTEXT
gl_client_context_t
* ctx = getCurrentContext()
[
all
...]
Completed in 59 milliseconds