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

  /device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
foo_wrapper_context.h 23 typedef foo_wrapper_context_t *CONTEXT_ACCESSOR_TYPE(void);
24 static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
foo_wrapper_entry.cpp 19 static foo_wrapper_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
20 void foo_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
  /device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
foo_client_context.h 23 typedef foo_client_context_t *CONTEXT_ACCESSOR_TYPE(void);
24 static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
foo_entry.cpp 19 static foo_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
20 void foo_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_client_context.h 60 typedef renderControl_client_context_t *CONTEXT_ACCESSOR_TYPE(void);
61 static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
renderControl_entry.cpp 56 static renderControl_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
57 void renderControl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
egl_wrapper_context.h 55 typedef egl_wrapper_context_t *CONTEXT_ACCESSOR_TYPE(void);
56 static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
gles1_wrapper_context.h 306 typedef gles1_wrapper_context_t *CONTEXT_ACCESSOR_TYPE(void);
307 static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
egl_wrapper_entry.cpp 51 static egl_wrapper_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
52 void egl_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
gles3_wrapper_context.h 426 typedef gles3_wrapper_context_t *CONTEXT_ACCESSOR_TYPE(void);
427 static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
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; }
    [all...]
gles3_wrapper_entry.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 308 typedef gl_client_context_t *CONTEXT_ACCESSOR_TYPE(void);
309 static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
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; }
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 439 typedef gl2_client_context_t *CONTEXT_ACCESSOR_TYPE(void);
440 static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f);
gl2_entry.cpp     [all...]

Completed in 304 milliseconds