Home
last modified time | relevance | path

Searched refs:srcrep (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dpuremodule.c149 long srcrep; in call_stringandint_function() local
153 if (!PyArg_ParseTuple(args, "li", &srcrep, &size)) in call_stringandint_function()
156 status = func((char*)srcrep, size); in call_stringandint_function()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c47 const GLuint srcrep = srcReg.argRep; in r200SetFragShaderArg() local
52 switch(srcrep) { in r200SetFragShaderArg()