Home
last modified time | relevance | path

Searched refs:GeometryProgram (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/main/
Dstate.c111 const struct gl_geometry_program *prevGP = ctx->GeometryProgram._Current; in update_program()
173 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram._Current, in update_program()
177 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram._Current, NULL); in update_program()
217 if (ctx->GeometryProgram._Current != prevGP) { in update_program()
221 (struct gl_program *) ctx->GeometryProgram._Current); in update_program()
253 if (ctx->GeometryProgram._Current) { in update_program_constants()
255 ctx->GeometryProgram._Current->Base.Parameters; in update_program_constants()
Dmtypes.h2820 struct gl_program_constants GeometryProgram; /**< GL_ARB_geometry_shader4 */ member
3497 struct gl_geometry_program_state GeometryProgram; member
Dget.c1275 CONTEXT_INT(Const.GeometryProgram.MaxUniformComponents),
1351 { GL_MAX_GEOMETRY_UNIFORM_BLOCKS, CONTEXT_INT(Const.GeometryProgram.MaxUniformBlocks),
1364 …{ GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS, CONTEXT_INT(Const.GeometryProgram.MaxCombinedUnifor…
Dcontext.c608 init_program_limits(ctx, MESA_GEOMETRY_PROGRAM, &ctx->Const.GeometryProgram); in _mesa_init_constants()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c180 if (!st->ctx->GeometryProgram._Current) { in update_gp()
185 stgp = st_geometry_program(st->ctx->GeometryProgram._Current); in update_gp()
Dst_atom_sampler.c272 if (ctx->GeometryProgram._Current) { in update_samplers()
275 &ctx->GeometryProgram._Current->Base, in update_samplers()
Dst_atom_texture.c347 if (ctx->GeometryProgram._Current) { in update_geometry_textures()
350 &ctx->GeometryProgram._Current->Base, in update_geometry_textures()
Dst_atom.c125 if (ctx->GeometryProgram._Current != &st->gp->Base) in check_program_state()
Dst_extensions.c177 pc = &c->GeometryProgram; in st_init_limits()
/external/mesa3d/src/mesa/program/
Dprogram.c114 ctx->GeometryProgram.Enabled = GL_FALSE; in _mesa_init_program()
116 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram.Current, in _mesa_init_program()
118 ctx->GeometryProgram.Cache = _mesa_new_program_cache(); in _mesa_init_program()
146 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram.Current, NULL); in _mesa_free_program_data()
147 _mesa_delete_program_cache(ctx, ctx->GeometryProgram.Cache); in _mesa_free_program_data()
183 _mesa_reference_geomprog(ctx, &ctx->GeometryProgram.Current, in _mesa_update_default_objects_program()
934 c = &ctx->Const.GeometryProgram; in _mesa_valid_register_index()
/external/mesa3d/src/mesa/swrast/
Ds_context.c801 init_program_native_limits(&ctx->Const.GeometryProgram); in _swrast_CreateContext()
/external/mesa3d/src/glsl/
Dlinker.cpp2331 ctx->Const.GeometryProgram.MaxUniformBlocks, in check_resources()