Searched refs:GeometryProgram (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_shader.c180 if (!st->ctx->GeometryProgram._Current) {
185 stgp = st_geometry_program(st->ctx->GeometryProgram._Current);
H A Dst_atom_sampler.c272 if (ctx->GeometryProgram._Current) {
275 &ctx->GeometryProgram._Current->Base,
H A Dst_atom.c125 if (ctx->GeometryProgram._Current != &st->gp->Base)
H A Dst_atom_texture.c347 if (ctx->GeometryProgram._Current) {
350 &ctx->GeometryProgram._Current->Base,
H A Dst_extensions.c177 pc = &c->GeometryProgram;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c180 if (!st->ctx->GeometryProgram._Current) {
185 stgp = st_geometry_program(st->ctx->GeometryProgram._Current);
H A Dst_atom_sampler.c272 if (ctx->GeometryProgram._Current) {
275 &ctx->GeometryProgram._Current->Base,
H A Dst_atom.c125 if (ctx->GeometryProgram._Current != &st->gp->Base)
H A Dst_atom_texture.c347 if (ctx->GeometryProgram._Current) {
350 &ctx->GeometryProgram._Current->Base,
H A Dst_extensions.c177 pc = &c->GeometryProgram;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dstate.c111 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;
H A Dmtypes.h2820 struct gl_program_constants GeometryProgram; /**< GL_ARB_geometry_shader4 */ member in struct:gl_constants
3497 struct gl_geometry_program_state GeometryProgram; member in struct:gl_context
H A Dcontext.c608 init_program_limits(ctx, MESA_GEOMETRY_PROGRAM, &ctx->Const.GeometryProgram);
H A 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.MaxCombinedUniformComponents),
/external/mesa3d/src/mesa/main/
H A Dstate.c111 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;
H A Dmtypes.h2820 struct gl_program_constants GeometryProgram; /**< GL_ARB_geometry_shader4 */ member in struct:gl_constants
3497 struct gl_geometry_program_state GeometryProgram; member in struct:gl_context
H A Dcontext.c608 init_program_limits(ctx, MESA_GEOMETRY_PROGRAM, &ctx->Const.GeometryProgram);
H A 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.MaxCombinedUniformComponents),
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c114 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;
/external/mesa3d/src/mesa/program/
H A Dprogram.c114 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;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.c801 init_program_native_limits(&ctx->Const.GeometryProgram);
/external/mesa3d/src/mesa/swrast/
H A Ds_context.c801 init_program_native_limits(&ctx->Const.GeometryProgram);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp2331 ctx->Const.GeometryProgram.MaxUniformBlocks,
/external/mesa3d/src/glsl/
H A Dlinker.cpp2331 ctx->Const.GeometryProgram.MaxUniformBlocks,

Completed in 586 milliseconds