Searched refs:algorithmMediaType (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | clmodule.c | 739 int algorithmMediaType; in cl_QueryAlgorithms() local 745 if (!PyArg_ParseTuple(args, "i", &algorithmMediaType)) in cl_QueryAlgorithms() 749 bufferlength = clQueryAlgorithms(algorithmMediaType, 0, 0); in cl_QueryAlgorithms() 757 bufferlength = clQueryAlgorithms(algorithmMediaType, PVbuffer, in cl_QueryAlgorithms() 789 int algorithmMediaType; in cl_QuerySchemeFromName() local 793 if (!PyArg_ParseTuple(args, "is", &algorithmMediaType, &name)) in cl_QuerySchemeFromName() 797 scheme = clQuerySchemeFromName(algorithmMediaType, name); in cl_QuerySchemeFromName()
|