HomeSort by relevance Sort by last modified time
    Searched full:draw_texture (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
drawtex.c 31 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, function
60 draw_texture(ctx, x, y, z, width, height);
68 draw_texture(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]);
76 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
85 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
94 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
103 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
112 draw_texture(ctx,
125 draw_texture(ctx,
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 108 boolean supportsDrawTexture = extensions.contains("draw_texture");

Completed in 144 milliseconds