HomeSort by relevance Sort by last modified time
    Searched defs:context_t (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
se-context.in.h 6 typedef int context_t; typedef
7 static inline context_t context_new (char const *s _UNUSED_PARAMETER_)
9 static inline char *context_str (context_t con _UNUSED_PARAMETER_)
11 static inline void context_free (context_t c _UNUSED_PARAMETER_) {}
13 static inline int context_user_set (context_t sc _UNUSED_PARAMETER_,
16 static inline int context_role_set (context_t sc _UNUSED_PARAMETER_,
19 static inline int context_range_set (context_t sc _UNUSED_PARAMETER_,
22 static inline int context_type_set (context_t sc _UNUSED_PARAMETER_,
  /external/mesa3d/test/
egl.cpp 102 struct context_t { struct in struct:android::ogles_context_t
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 103 #define GGL_CONTEXT(con, c) context_t *con = static_cast<context_t *>(c)
104 #define GGL_OFFSETOF(field) int(&(((context_t*)0)->field))
254 struct context_t;
335 void (*read) (const surface_t* s, context_t* c,
337 void (*write)(const surface_t* s, context_t* c,
506 struct context_t { struct in namespace:android
520 void (*init_y)(context_t* c, int32_t y);
521 void (*step_y)(context_t* c);
522 void (*scanline)(context_t* c)
    [all...]

Completed in 4909 milliseconds