Searched refs:lodBias (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.h38 GLfloat lodBias,
H A Dprog_execute.c390 const GLfloat texcoord[4], GLfloat lodBias,
405 lodBias, unit, color);
408 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color);
1676 GLfloat texcoord[4], color[4], lodBias; local
1681 lodBias = texcoord[3];
1683 fetch_texel(ctx, machine, inst, texcoord, lodBias, color);
1694 lodBias);
1708 0.0, /* lodBias */
387 fetch_texel(struct gl_context *ctx, const struct gl_program_machine *machine, const struct prog_instruction *inst, const GLfloat texcoord[4], GLfloat lodBias, GLfloat color[4]) argument
/external/mesa3d/src/mesa/program/
H A Dprog_execute.h38 GLfloat lodBias,
H A Dprog_execute.c390 const GLfloat texcoord[4], GLfloat lodBias,
405 lodBias, unit, color);
408 machine->FetchTexelLod(ctx, texcoord, lodBias, unit, color);
1676 GLfloat texcoord[4], color[4], lodBias; local
1681 lodBias = texcoord[3];
1683 fetch_texel(ctx, machine, inst, texcoord, lodBias, color);
1694 lodBias);
1708 0.0, /* lodBias */
387 fetch_texel(struct gl_context *ctx, const struct gl_program_machine *machine, const struct prog_instruction *inst, const GLfloat texcoord[4], GLfloat lodBias, GLfloat color[4]) argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_fragprog.c106 * \param lodBias the lod bias which may be specified by a TXB instruction,
112 GLfloat lodBias, GLuint unit, GLfloat color[4] )
136 lambda += lodBias + texUnit->LodBias + samp->LodBias;
110 fetch_texel_deriv( struct gl_context *ctx, const GLfloat texcoord[4], const GLfloat texdx[4], const GLfloat texdy[4], GLfloat lodBias, GLuint unit, GLfloat color[4] ) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.c106 * \param lodBias the lod bias which may be specified by a TXB instruction,
112 GLfloat lodBias, GLuint unit, GLfloat color[4] )
136 lambda += lodBias + texUnit->LodBias + samp->LodBias;
110 fetch_texel_deriv( struct gl_context *ctx, const GLfloat texcoord[4], const GLfloat texdx[4], const GLfloat texdy[4], GLfloat lodBias, GLuint unit, GLfloat color[4] ) argument

Completed in 90 milliseconds