OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FORMAT_INT
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp
47
FORMAT_INT
,
109
const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type ==
FORMAT_INT
) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES);
388
{ "rgb10_a2ui", GL_RGB10_A2UI, FormatSamplesCase::
FORMAT_INT
},
390
{ "r8i", GL_R8I, FormatSamplesCase::
FORMAT_INT
},
391
{ "r8ui", GL_R8UI, FormatSamplesCase::
FORMAT_INT
},
392
{ "r16i", GL_R16I, FormatSamplesCase::
FORMAT_INT
},
393
{ "r16ui", GL_R16UI, FormatSamplesCase::
FORMAT_INT
},
394
{ "r32i", GL_R32I, FormatSamplesCase::
FORMAT_INT
},
395
{ "r32ui", GL_R32UI, FormatSamplesCase::
FORMAT_INT
},
396
{ "rg8i", GL_RG8I, FormatSamplesCase::
FORMAT_INT
},
[
all
...]
/external/curl/lib/
mprintf.c
104
# undef
FORMAT_INT
126
FORMAT_INT
,
415
vto[i].type =
FORMAT_INT
;
418
vto[i].type =
FORMAT_INT
;
422
vto[i].type =
FORMAT_INT
;
426
vto[i].type =
FORMAT_INT
;
430
vto[i].type =
FORMAT_INT
;
434
vto[i].type =
FORMAT_INT
;
509
case
FORMAT_INT
:
543
vto[i].type =
FORMAT_INT
;
[
all
...]
/external/libxml2/
trio.c
413
#define
FORMAT_INT
1
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java
39
private static final int
FORMAT_INT
= 0;
119
arg(name, toString(n,
FORMAT_INT
, arr, offset));
132
case
FORMAT_INT
:
235
arg(name, toString(n,
FORMAT_INT
, buf));
747
return
FORMAT_INT
;
[
all
...]
Completed in 209 milliseconds