HomeSort by relevance Sort by last modified time
    Searched refs:VertexProgram (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 118 if (ctx->VertexProgram._Enabled)
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom.c 119 if (ctx->VertexProgram._Current != &st->vp->Base)
st_atom_sampler.c 267 &ctx->VertexProgram._Current->Base,
st_context.c 191 st->ctx->VertexProgram._MaintainTnlProgram = GL_TRUE;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_pipeline.c 129 if (ctx->VertexProgram._MaintainTnlProgram)
t_vb_light.c 334 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
388 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 118 if (ctx->VertexProgram._Enabled)
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 119 if (ctx->VertexProgram._Current != &st->vp->Base)
  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 129 if (ctx->VertexProgram._MaintainTnlProgram)
t_vb_light.c 334 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
388 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_upload.c 457 if (brw->vertex_program != ctx->VertexProgram._Current) {
458 brw->vertex_program = ctx->VertexProgram._Current;
brw_sf_state.c 278 sf->sf7.use_point_size_state = !(ctx->VertexProgram.PointSizeEnabled ||
brw_vs_constval.c 214 if (ctx->VertexProgram._TwoSideEnabled)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c 489 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
519 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
538 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
565 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
596 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
656 else if (index >= ctx->Const.VertexProgram.MaxAttribs) {
780 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
    [all...]
attrib.c 131 GLboolean VertexProgram;
324 attr->VertexProgram = ctx->VertexProgram.Enabled;
325 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
326 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled;
616 TEST_AND_UPDATE(ctx->VertexProgram.Enabled,
617 enable->VertexProgram,
619 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
622 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled,
    [all...]
enable.c 831 if (ctx->VertexProgram.Enabled == state)
834 ctx->VertexProgram.Enabled = state;
843 if (ctx->VertexProgram.PointSizeEnabled == state)
846 ctx->VertexProgram.PointSizeEnabled = state;
852 if (ctx->VertexProgram.TwoSideEnabled == state)
855 ctx->VertexProgram.TwoSideEnabled = state;
    [all...]
api_validate.c 117 if (ctx->Array.ArrayObj->_Enabled == 0x0 || !ctx->VertexProgram._Current)
138 GLboolean haveVertexProgram = ctx->VertexProgram._Enabled;
shader_query.cpp 62 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 457 if (brw->vertex_program != ctx->VertexProgram._Current) {
458 brw->vertex_program = ctx->VertexProgram._Current;
  /external/mesa3d/src/mesa/main/
varray.c 489 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
519 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
538 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
565 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
596 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
656 else if (index >= ctx->Const.VertexProgram.MaxAttribs) {
780 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
    [all...]
attrib.c 131 GLboolean VertexProgram;
324 attr->VertexProgram = ctx->VertexProgram.Enabled;
325 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
326 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled;
616 TEST_AND_UPDATE(ctx->VertexProgram.Enabled,
617 enable->VertexProgram,
619 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
622 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled,
    [all...]
enable.c 831 if (ctx->VertexProgram.Enabled == state)
834 ctx->VertexProgram.Enabled = state;
843 if (ctx->VertexProgram.PointSizeEnabled == state)
846 ctx->VertexProgram.PointSizeEnabled = state;
852 if (ctx->VertexProgram.TwoSideEnabled == state)
855 ctx->VertexProgram.TwoSideEnabled = state;
    [all...]
api_validate.c 117 if (ctx->Array.ArrayObj->_Enabled == 0x0 || !ctx->VertexProgram._Current)
138 GLboolean haveVertexProgram = ctx->VertexProgram._Enabled;
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_draw.c 206 if ((ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_POS) == 0 &&
207 (ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_GENERIC0)) {
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 206 if ((ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_POS) == 0 &&
207 (ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_GENERIC0)) {

Completed in 1277 milliseconds

1 23 4 5 6