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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texcombine.c 89 texture_combine( struct gl_context *ctx, GLuint unit, function
111 _mesa_error(ctx, GL_OUT_OF_MEMORY, "texture_combine");
122 _mesa_error(ctx, GL_OUT_OF_MEMORY, "texture_combine");
625 _mesa_error(ctx, GL_OUT_OF_MEMORY, "texture_combine");
787 texture_combine(ctx, unit, primary_rgba, swrast->TexelBuffer, span);
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 81 texture_combine( struct gl_context *ctx, GLuint unit, function
103 _mesa_error(ctx, GL_OUT_OF_MEMORY, "texture_combine");
114 _mesa_error(ctx, GL_OUT_OF_MEMORY, "texture_combine");
617 _mesa_error(ctx, GL_OUT_OF_MEMORY, "texture_combine");
779 texture_combine(ctx, unit, primary_rgba, swrast->TexelBuffer, span);

Completed in 62 milliseconds