OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:draw_texture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
drawtex.c
35
draw_texture
(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
function
64
draw_texture
(ctx, x, y, z, width, height);
72
draw_texture
(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]);
80
draw_texture
(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
89
draw_texture
(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
98
draw_texture
(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
107
draw_texture
(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
116
draw_texture
(ctx,
129
draw_texture
(ctx,
/external/mesa3d/src/mesa/main/
drawtex.c
35
draw_texture
(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
function
64
draw_texture
(ctx, x, y, z, width, height);
72
draw_texture
(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]);
80
draw_texture
(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
89
draw_texture
(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
98
draw_texture
(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
107
draw_texture
(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
116
draw_texture
(ctx,
129
draw_texture
(ctx,
Completed in 103 milliseconds