Home
last modified time | relevance | path

Searched refs:NegativeTestContext (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.cpp49 NegativeTestContext::NegativeTestContext (ErrorCase& host, in NegativeTestContext() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
65 NegativeTestContext::~NegativeTestContext () in ~NegativeTestContext()
71 void NegativeTestContext::fail (const string& msg) in fail()
76 int NegativeTestContext::getInteger (GLenum pname) const in getInteger()
83 void NegativeTestContext::beginSection (const string& desc) in beginSection()
92 void NegativeTestContext::endSection (void) in endSection()
102 void NegativeTestContext::expectError (GLenum error) in expectError()
107 void NegativeTestContext::expectError (GLenum error0, GLenum error1) in expectError()
Des31fNegativeFragmentApiTests.cpp46 void scissor (NegativeTestContext& ctx) in scissor()
58 void depth_func (NegativeTestContext& ctx) in depth_func()
66 void viewport (NegativeTestContext& ctx) in viewport()
79 void stencil_func (NegativeTestContext& ctx) in stencil_func()
87 void stencil_func_separate (NegativeTestContext& ctx) in stencil_func_separate()
100 void stencil_op (NegativeTestContext& ctx) in stencil_op()
112 void stencil_op_separate (NegativeTestContext& ctx) in stencil_op_separate()
129 void stencil_mask_separate (NegativeTestContext& ctx) in stencil_mask_separate()
138 void blend_equation (NegativeTestContext& ctx) in blend_equation()
146 void blend_equation_separate (NegativeTestContext& ctx) in blend_equation_separate()
[all …]
Des31fNegativeStateApiTests.cpp66 void enable (NegativeTestContext& ctx) in enable()
74 void disable (NegativeTestContext& ctx) in disable()
83 void get_booleanv (NegativeTestContext& ctx) in get_booleanv()
92 void get_floatv (NegativeTestContext& ctx) in get_floatv()
101 void get_integerv (NegativeTestContext& ctx) in get_integerv()
110 void get_integer64v (NegativeTestContext& ctx) in get_integer64v()
119 void get_integeri_v (NegativeTestContext& ctx) in get_integeri_v()
137 void get_integer64i_v (NegativeTestContext& ctx) in get_integer64i_v()
155 void get_string (NegativeTestContext& ctx) in get_string()
163 void get_stringi (NegativeTestContext& ctx) in get_stringi()
[all …]
Des31fNegativeTextureApiTests.cpp90 void activetexture (NegativeTestContext& ctx) in activetexture()
103 void bindtexture (NegativeTestContext& ctx) in bindtexture()
140 void compressedteximage2d_invalid_target (NegativeTestContext& ctx) in compressedteximage2d_invalid_target()
150 void compressedteximage2d_invalid_format (NegativeTestContext& ctx) in compressedteximage2d_invalid_format()
174 void compressedteximage2d_neg_level (NegativeTestContext& ctx) in compressedteximage2d_neg_level()
194 void compressedteximage2d_max_level (NegativeTestContext& ctx) in compressedteximage2d_max_level()
219 void compressedteximage2d_neg_width_height (NegativeTestContext& ctx) in compressedteximage2d_neg_width_height()
289 void compressedteximage2d_max_width_height (NegativeTestContext& ctx) in compressedteximage2d_max_width_height()
361 void compressedteximage2d_invalid_border (NegativeTestContext& ctx) in compressedteximage2d_invalid_border()
417 void compressedteximage2d_invalid_size (NegativeTestContext& ctx) in compressedteximage2d_invalid_size()
[all …]
Des31fNegativeShaderApiTests.cpp89 void create_shader (NegativeTestContext& ctx) in create_shader()
97 void shader_source (NegativeTestContext& ctx) in shader_source()
124 void compile_shader (NegativeTestContext& ctx) in compile_shader()
142 void delete_shader (NegativeTestContext& ctx) in delete_shader()
150 void shader_binary (NegativeTestContext& ctx) in shader_binary()
200 void attach_shader (NegativeTestContext& ctx) in attach_shader()
244 void detach_shader (NegativeTestContext& ctx) in detach_shader()
279 void link_program (NegativeTestContext& ctx) in link_program()
324 void use_program (NegativeTestContext& ctx) in use_program()
375 void delete_program (NegativeTestContext& ctx) in delete_program()
[all …]
Des31fNegativeTestShared.hpp56 class NegativeTestContext : public glu::CallLogWrapper class
59NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxI…
60 ~NegativeTestContext ();
84 typedef void (*TestFunc)(NegativeTestContext& ctx);
Des31fNegativeVertexArrayApiTests.cpp59 void vertex_attribf (NegativeTestContext& ctx) in vertex_attribf()
74 void vertex_attribfv (NegativeTestContext& ctx) in vertex_attribfv()
90 void vertex_attribi4 (NegativeTestContext& ctx) in vertex_attribi4()
104 void vertex_attribi4v (NegativeTestContext& ctx) in vertex_attribi4v()
118 void vertex_attrib_pointer (NegativeTestContext& ctx) in vertex_attrib_pointer()
169 void vertex_attrib_i_pointer (NegativeTestContext& ctx) in vertex_attrib_i_pointer()
213 void enable_vertex_attrib_array (NegativeTestContext& ctx) in enable_vertex_attrib_array()
222 void disable_vertex_attrib_array (NegativeTestContext& ctx) in disable_vertex_attrib_array()
231 void gen_vertex_arrays (NegativeTestContext& ctx) in gen_vertex_arrays()
240 void bind_vertex_array (NegativeTestContext& ctx) in bind_vertex_array()
[all …]
Des31fNegativeBufferApiTests.cpp46 void bind_buffer (NegativeTestContext& ctx) in bind_buffer()
54 void delete_buffers (NegativeTestContext& ctx) in delete_buffers()
62 void gen_buffers (NegativeTestContext& ctx) in gen_buffers()
70 void buffer_data (NegativeTestContext& ctx) in buffer_data()
100 void buffer_sub_data (NegativeTestContext& ctx) in buffer_sub_data()
129 void buffer_sub_data_size_offset (NegativeTestContext& ctx) in buffer_sub_data_size_offset()
154 void clear (NegativeTestContext& ctx) in clear()
168 void read_pixels (NegativeTestContext& ctx) in read_pixels()
198 void read_pixels_format_mismatch (NegativeTestContext& ctx) in read_pixels_format_mismatch()
230 void read_pixels_fbo_format_mismatch (NegativeTestContext& ctx) in read_pixels_fbo_format_mismatch()
[all …]
Des31fDebugTests.cpp77 using NegativeTestShared::NegativeTestContext;
102 class DebugMessageTestContext : public NegativeTestContext
122 typedef void (*CoreTestFunc)(NegativeTestContext& ctx);
167 m_func.coreFn(static_cast<NegativeTestContext&>(ctx)); in call()
1758 : NegativeTestContext (host, renderCtx, ctxInfo, log, results, enableLog) in DebugMessageTestContext()