OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gl2_client_context_t
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.h
25
class
gl2_client_context_t
;
46
static
gl2_client_context_t
*s_getGL2Context();
HostConnection.cpp
146
gl2_client_context_t
*HostConnection::s_getGL2Context()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.h
35
static
gl2_client_context_t
*s_getGl2Context();
ServerConnection.cpp
33
gl2_client_context_t
*ServerConnection::s_getGl2Context()
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
9
struct
gl2_client_context_t
{
struct
[
all
...]
gl2_entry.cpp
221
static
gl2_client_context_t
::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
222
void
gl2_client_context_t
::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
223
#define GET_CONTEXT
gl2_client_context_t
* ctx = getCurrentContext()
[
all
...]
gl2_client_context.cpp
11
int
gl2_client_context_t
::initDispatchByName(void *(*getProc)(const char *, void *userData), void *userData)
gl2_enc.h
15
struct gl2_encoder_context_t : public
gl2_client_context_t
{
Completed in 184 milliseconds