OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_test_descriptor
(Results
1 - 14
of
14
) sorted by null
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderProperties.hpp
93
typedef struct
_test_descriptor
struct in class:glcts::TessellationShaderPropertiesProgramObject
103
_test_descriptor
()
function in struct:glcts::TessellationShaderPropertiesProgramObject::_test_descriptor
113
}
_test_descriptor
;
typedef in class:glcts::TessellationShaderPropertiesProgramObject
115
typedef std::vector<
_test_descriptor
> _tests;
esextcTessellationShaderIsolines.hpp
75
struct
_test_descriptor
;
88
const
_test_descriptor
* parent;
115
typedef struct
_test_descriptor
struct in class:glcts::TessellationShadersIsolines
124
_test_descriptor
() : irrelevant_tess_level(0)
function in struct:glcts::TessellationShadersIsolines::_test_descriptor
133
}
_test_descriptor
;
typedef in class:glcts::TessellationShadersIsolines
140
typedef std::vector<
_test_descriptor
> _tests;
167
const float* outer_tess_levels, float irrelevant_tess_level,
_test_descriptor
& test);
esextcTessellationShaderTriangles.hpp
84
typedef struct
_test_descriptor
struct in class:glcts::TessellationShaderTrianglesDegenerateTriangle
90
_test_descriptor
()
function in struct:glcts::TessellationShaderTrianglesDegenerateTriangle::_test_descriptor
96
}
_test_descriptor
;
typedef in class:glcts::TessellationShaderTrianglesDegenerateTriangle
98
typedef std::vector<
_test_descriptor
> _tests;
102
void deinitTestDescriptor(
_test_descriptor
& test);
104
void initTestDescriptor(
_test_descriptor
& test, _tessellation_shader_vertex_spacing vertex_spacing);
esextcTessellationShaderPoints.hpp
92
typedef struct
_test_descriptor
struct in class:glcts::TessellationShaderPointsgl_PointSize
109
_test_descriptor
()
function in struct:glcts::TessellationShaderPointsgl_PointSize::_test_descriptor
126
}
_test_descriptor
;
typedef in class:glcts::TessellationShaderPointsgl_PointSize
128
typedef std::vector<
_test_descriptor
> _tests;
esextcTessellationShaderTCTE.hpp
387
typedef struct
_test_descriptor
struct in class:glcts::TessellationShaderTCTEgl_TessLevel
401
_test_descriptor
()
function in struct:glcts::TessellationShaderTCTEgl_TessLevel::_test_descriptor
415
}
_test_descriptor
;
typedef in class:glcts::TessellationShaderTCTEgl_TessLevel
417
typedef std::vector<
_test_descriptor
> _tests;
421
void deinitTestDescriptor(
_test_descriptor
* test_ptr);
423
void initTestDescriptor(_tessellation_test_type test_type,
_test_descriptor
* out_test_ptr,
470
typedef struct
_test_descriptor
struct in class:glcts::TessellationShaderTCTEgl_PatchVerticesIn
482
_test_descriptor
()
function in struct:glcts::TessellationShaderTCTEgl_PatchVerticesIn::_test_descriptor
493
}
_test_descriptor
;
typedef in class:glcts::TessellationShaderTCTEgl_PatchVerticesIn
495
typedef std::vector<
_test_descriptor
> _tests
[
all
...]
esextcTessellationShaderXFB.hpp
64
typedef struct
_test_descriptor
struct in class:glcts::TessellationShaderXFB
81
_test_descriptor
()
function in struct:glcts::TessellationShaderXFB::_test_descriptor
92
}
_test_descriptor
;
typedef in class:glcts::TessellationShaderXFB
esextcTessellationShaderTessellation.hpp
296
typedef struct
_test_descriptor
struct in class:glcts::TessellationShaderTessellationgl_TessCoord
311
_test_descriptor
()
function in struct:glcts::TessellationShaderTessellationgl_TessCoord::_test_descriptor
327
}
_test_descriptor
;
typedef in class:glcts::TessellationShaderTessellationgl_TessCoord
330
typedef std::vector<
_test_descriptor
> _tests;
339
void deinitTestDescriptor(
_test_descriptor
& test);
341
void initTestDescriptor(
_test_descriptor
& test, _tessellation_shader_vertex_spacing vertex_spacing,
esextcTessellationShaderProperties.cpp
290
_test_descriptor
test_1;
317
_test_descriptor
test_2;
344
_test_descriptor
test_3;
371
_test_descriptor
test_4;
408
const
_test_descriptor
& test = *test_iterator;
esextcTessellationShaderXFB.cpp
577
typedef std::vector<
_test_descriptor
> _tests;
584
_test_descriptor
test_1; /* vs+tc+te+gs */
585
_test_descriptor
test_2; /* vs+tc+te */
586
_test_descriptor
test_3; /* vs+tc */
671
const
_test_descriptor
& test = *test_iterator;
esextcTessellationShaderPoints.cpp
106
const
_test_descriptor
& test = *it;
202
_test_descriptor
pass_fs_gs_tes_vs;
314
_test_descriptor
pass_fs_tes_vs;
487
_test_descriptor
& test = *test_iterator;
[
all
...]
esextcTessellationShaderTriangles.cpp
146
void TessellationShaderTrianglesDegenerateTriangle::deinitTestDescriptor(
_test_descriptor
& test)
258
_test_descriptor
test_equal_spacing;
259
_test_descriptor
test_fractional_odd_spacing;
286
_test_descriptor
& test, _tessellation_shader_vertex_spacing vertex_spacing)
427
const
_test_descriptor
& test = *test_iterator;
[
all
...]
esextcTessellationShaderIsolines.cpp
610
_test_descriptor
test;
636
float irrelevant_tess_level,
_test_descriptor
& test)
683
const
_test_descriptor
& test = *test_iterator;
esextcTessellationShaderTCTE.cpp
[
all
...]
esextcTessellationShaderTessellation.cpp
[
all
...]
Completed in 304 milliseconds