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

  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl_context.h 51 struct hgl_context struct
88 struct hgl_buffer* hgl_create_st_framebuffer(struct hgl_context* context);
91 struct st_manager* hgl_create_st_manager(struct hgl_context* screen);
hgl.c 10 #include "hgl_context.h"
34 // Perform a safe void to hgl_context cast
35 static inline struct hgl_context*
38 struct hgl_context* context;
40 context = (struct hgl_context*)stctxi->st_manager_private;
64 //struct hgl_context* context = hgl_st_context(stctxi);
154 struct hgl_context* context;
223 hgl_create_st_framebuffer(struct hgl_context* context)
270 hgl_create_st_manager(struct hgl_context* context)
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h 18 #include "hgl_context.h"
51 struct hgl_context* fContext[CONTEXT_MAX];
GalliumContext.cpp 113 struct hgl_context* context = CALLOC_STRUCT(hgl_context);
280 struct hgl_context* context = fContext[contextID];
328 struct hgl_context *context = fContext[contextID];

Completed in 280 milliseconds