OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_formats
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc
154
TestFormat
test_formats
[4];
local
160
test_formats
[test_count++] = rgb16f;
163
test_formats
[test_count++] = rgba16f;
167
test_formats
[test_count++] = rgb32f;
170
test_formats
[test_count++] = rgba32f;
239
GL_TEXTURE_2D, 0,
test_formats
[ii].format, kTextureSize, kTextureSize,
240
0,
test_formats
[ii].format,
test_formats
[ii].type, NULL);
262
read_type ==
test_formats
[ii].type) {
285
for (uint32 kk = 0; kk <
test_formats
[ii].comp_count; ++kk)
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
pmu.c
10
}
test_formats
[] = {
variable in typeref:struct:test_format
93
for (i = 0; i < ARRAY_SIZE(
test_formats
); i++) {
95
struct test_format *format = &
test_formats
[i];
Completed in 279 milliseconds