HomeSort by relevance Sort by last modified time
    Searched refs:gles1_wrapper_context_t (Results 1 - 5 of 5) sorted by null

  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.cpp 22 gles1_wrapper_context_t* (*getGLES1Context)(void) = NULL;
24 static gles1_wrapper_context_t g_gles1_wrapper_context;
26 static gles1_wrapper_context_t *gles1(void) {
30 void gles1_wrapper_context_t::setContextAccessor(gles1_wrapper_context_t* (*f)(void)) {
gles1_types.h 27 struct gles1_wrapper_context_t;
28 extern gles1_wrapper_context_t* (*getGLES1Context)(void);
32 gles1_wrapper_context_t *ctx = getGLES1Context()
gles1_wrapper_context.h 11 struct gles1_wrapper_context_t { struct
304 virtual ~gles1_wrapper_context_t() {}
306 typedef gles1_wrapper_context_t *CONTEXT_ACCESSOR_TYPE(void);
gles1_wrapper_context.cpp 11 int gles1_wrapper_context_t::initDispatchByName(void *(*getProc)(const char *, void *userData), void *userData)
gles1_wrapper_entry.cpp 302 static gles1_wrapper_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
303 void gles1_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
304 #define GET_CONTEXT gles1_wrapper_context_t * ctx = getCurrentContext()
    [all...]

Completed in 451 milliseconds