HomeSort by relevance Sort by last modified time
    Searched refs:gl_state_index (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.h 132 } gl_state_index; typedef in typeref:enum:gl_state_index_
142 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]);
146 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
prog_parameter.h 88 gl_state_index StateIndexes[STATE_LENGTH];
133 const gl_state_index state[STATE_LENGTH],
166 const gl_state_index stateTokens[STATE_LENGTH]);
prog_parameter.c 113 const gl_state_index state[STATE_LENGTH],
362 gl_state_index state[STATE_LENGTH];
363 state[0] = (gl_state_index) attrib;
408 const gl_state_index stateTokens[STATE_LENGTH])
417 stateTokens, STATE_LENGTH * sizeof(gl_state_index))) {
425 NULL, (gl_state_index *) stateTokens, 0x0);
prog_statevars.c 51 _mesa_fetch_state(struct gl_context *ctx, const gl_state_index state[],
291 const gl_state_index mat = state[0];
295 const gl_state_index modifier = state[4];
627 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH])
739 append_token(char *dst, gl_state_index k)
945 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH])
1001 const gl_state_index mat = state[0];
1005 const gl_state_index modifier = state[4];
    [all...]
programopt.c 60 static const gl_state_index mvpState[4][STATE_LENGTH] = {
129 static const gl_state_index mvpState[4][STATE_LENGTH] = {
253 static const gl_state_index fogPStateOpt[STATE_LENGTH]
255 static const gl_state_index fogColorState[STATE_LENGTH]
program_parse.y 46 const gl_state_index tokens[STATE_LENGTH]);
49 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
52 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
139 gl_state_index state[STATE_LENGTH];
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.h 132 } gl_state_index; typedef in typeref:enum:gl_state_index_
142 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH]);
146 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
prog_parameter.h 88 gl_state_index StateIndexes[STATE_LENGTH];
133 const gl_state_index state[STATE_LENGTH],
166 const gl_state_index stateTokens[STATE_LENGTH]);
prog_parameter.c 113 const gl_state_index state[STATE_LENGTH],
351 gl_state_index state[STATE_LENGTH];
352 state[0] = (gl_state_index) attrib;
397 const gl_state_index stateTokens[STATE_LENGTH])
406 stateTokens, STATE_LENGTH * sizeof(gl_state_index))) {
414 NULL, (gl_state_index *) stateTokens, 0x0);
prog_statevars.c 51 _mesa_fetch_state(struct gl_context *ctx, const gl_state_index state[],
291 const gl_state_index mat = state[0];
295 const gl_state_index modifier = state[4];
627 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH])
739 append_token(char *dst, gl_state_index k)
945 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH])
1001 const gl_state_index mat = state[0];
1005 const gl_state_index modifier = state[4];
    [all...]
programopt.c 60 static const gl_state_index mvpState[4][STATE_LENGTH] = {
129 static const gl_state_index mvpState[4][STATE_LENGTH] = {
253 static const gl_state_index fogPStateOpt[STATE_LENGTH]
255 static const gl_state_index fogColorState[STATE_LENGTH]
program_parse.y 46 const gl_state_index tokens[STATE_LENGTH]);
49 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
52 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
139 gl_state_index state[STATE_LENGTH];
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 276 gl_state_index state[STATE_LENGTH];
program_parse.tab.c 123 const gl_state_index tokens[STATE_LENGTH]);
126 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
129 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
461 gl_state_index state[STATE_LENGTH];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 175 static const gl_state_index scale_state[STATE_LENGTH] =
177 static const gl_state_index bias_state[STATE_LENGTH] =
st_glsl_to_tgsi.cpp 1073 (gl_state_index *)slots[i].tokens);
    [all...]
st_mesa_to_tgsi.c 786 static const gl_state_index wposTransformState[STATE_LENGTH]
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 175 static const gl_state_index scale_state[STATE_LENGTH] =
177 static const gl_state_index bias_state[STATE_LENGTH] =
st_glsl_to_tgsi.cpp 1073 (gl_state_index *)slots[i].tokens);
    [all...]
st_mesa_to_tgsi.c 786 static const gl_state_index wposTransformState[STATE_LENGTH]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_shader.cpp 190 (gl_state_index *) slots[i].tokens);
brw_wm_fp.c 513 gl_state_index tokens[STATE_LENGTH];
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 190 (gl_state_index *) slots[i].tokens);
brw_wm_fp.c 513 gl_state_index tokens[STATE_LENGTH];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_vertprog.c 469 gl_state_index tokens[STATE_LENGTH] = { STATE_FOG_PARAMS, 0, 0, 0, 0 };
    [all...]

Completed in 559 milliseconds

1 2