HomeSort by relevance Sort by last modified time
    Searched refs:GeometryProgram (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_atom_shader.c 180 if (!st->ctx->GeometryProgram._Current) {
185 stgp = st_geometry_program(st->ctx->GeometryProgram._Current);
st_atom_sampler.c 272 if (ctx->GeometryProgram._Current) {
275 &ctx->GeometryProgram._Current->Base,
st_atom.c 125 if (ctx->GeometryProgram._Current != &st->gp->Base)
st_atom_texture.c 347 if (ctx->GeometryProgram._Current) {
350 &ctx->GeometryProgram._Current->Base,
st_extensions.c 177 pc = &c->GeometryProgram;
  /external/mesa3d/src/mesa/main/
state.c 111 const struct gl_geometry_program *prevGP = ctx->GeometryProgram._Current;
173 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram._Current,
177 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram._Current, NULL);
217 if (ctx->GeometryProgram._Current != prevGP) {
221 (struct gl_program *) ctx->GeometryProgram._Current);
253 if (ctx->GeometryProgram._Current) {
255 ctx->GeometryProgram._Current->Base.Parameters;
mtypes.h     [all...]
context.c 608 init_program_limits(ctx, MESA_GEOMETRY_PROGRAM, &ctx->Const.GeometryProgram);
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/program/
program.c 114 ctx->GeometryProgram.Enabled = GL_FALSE;
116 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram.Current,
118 ctx->GeometryProgram.Cache = _mesa_new_program_cache();
146 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram.Current, NULL);
147 _mesa_delete_program_cache(ctx, ctx->GeometryProgram.Cache);
183 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram.Current,
934 c = &ctx->Const.GeometryProgram;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 801 init_program_native_limits(&ctx->Const.GeometryProgram);
  /external/mesa3d/src/glsl/
linker.cpp     [all...]

Completed in 253 milliseconds