OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:create_texture_1d_view
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c
95
static INLINE struct pipe_sampler_view *
create_texture_1d_view
(struct vg_context *ctx,
function
615
lut_texture_view =
create_texture_1d_view
(ctx, color_data, 255);
686
lut_texture_view =
create_texture_1d_view
(ctx, color_data, 256);
/external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c
95
static INLINE struct pipe_sampler_view *
create_texture_1d_view
(struct vg_context *ctx,
function
615
lut_texture_view =
create_texture_1d_view
(ctx, color_data, 255);
686
lut_texture_view =
create_texture_1d_view
(ctx, color_data, 256);
Completed in 51 milliseconds