Searched refs:FORMAT_INT (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fInternalFormatQueryTests.cpp | 47 FORMAT_INT, enumerator 109 …(m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEG… in iterate() 388 { "rgb10_a2ui", GL_RGB10_A2UI, FormatSamplesCase::FORMAT_INT }, in init() 390 { "r8i", GL_R8I, FormatSamplesCase::FORMAT_INT }, in init() 391 { "r8ui", GL_R8UI, FormatSamplesCase::FORMAT_INT }, in init() 392 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT }, in init() 393 { "r16ui", GL_R16UI, FormatSamplesCase::FORMAT_INT }, in init() 394 { "r32i", GL_R32I, FormatSamplesCase::FORMAT_INT }, in init() 395 { "r32ui", GL_R32UI, FormatSamplesCase::FORMAT_INT }, in init() 396 { "rg8i", GL_RG8I, FormatSamplesCase::FORMAT_INT }, in init() [all …]
|
/external/curl/lib/ |
D | mprintf.c | 92 # undef FORMAT_INT 114 FORMAT_INT, enumerator 408 vto[i].type = FORMAT_INT; in dprintf_Pass1() 411 vto[i].type = FORMAT_INT; in dprintf_Pass1() 415 vto[i].type = FORMAT_INT; in dprintf_Pass1() 419 vto[i].type = FORMAT_INT; in dprintf_Pass1() 423 vto[i].type = FORMAT_INT; in dprintf_Pass1() 427 vto[i].type = FORMAT_INT; in dprintf_Pass1() 508 case FORMAT_INT: in dprintf_Pass1() 542 vto[i].type = FORMAT_INT; in dprintf_Pass1() [all …]
|
/external/python/cpython2/Python/ |
D | formatter_string.c | 11 #define FORMAT_INT _PyInt_FormatAdvanced macro
|
/external/python/cpython2/Objects/stringlib/ |
D | formatter.h | 734 #if defined FORMAT_LONG || defined FORMAT_INT 1341 #if defined FORMAT_LONG || defined FORMAT_INT 1433 #ifdef FORMAT_INT 1445 FORMAT_INT(PyObject *obj, in FORMAT_INT() function
|
/external/libxml2/ |
D | trio.c | 413 #define FORMAT_INT 1 macro 1714 parameters[pos].type = FORMAT_INT; 1719 parameters[pos].type = FORMAT_INT; 1726 parameters[pos].type = FORMAT_INT; 1733 parameters[pos].type = FORMAT_INT; 1744 parameters[pos].type = FORMAT_INT; 1755 parameters[pos].type = FORMAT_INT; 1988 case FORMAT_INT: 3231 case FORMAT_INT: 6143 case FORMAT_INT:
|