Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.cpp50 NegativeTestContext::NegativeTestContext (ErrorCase& host, in NegativeTestContext() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
66 NegativeTestContext::~NegativeTestContext () in ~NegativeTestContext()
72 void NegativeTestContext::fail (const string& msg) in fail()
77 int NegativeTestContext::getInteger (GLenum pname) const in getInteger()
84 void NegativeTestContext::beginSection (const string& desc) in beginSection()
93 void NegativeTestContext::endSection (void) in endSection()
103 void NegativeTestContext::expectError (GLenum error) in expectError()
108 void NegativeTestContext::expectError (GLenum error0, GLenum error1) in expectError()
113 bool NegativeTestContext::isShaderSupported (glu::ShaderType shaderType) in isShaderSupported()
130 bool NegativeTestContext::isExtensionSupported (std::string extension) in isExtensionSupported()
Des31fNegativeFragmentApiTests.cpp48 void scissor (NegativeTestContext& ctx) in scissor()
60 void depth_func (NegativeTestContext& ctx) in depth_func()
68 void viewport (NegativeTestContext& ctx) in viewport()
81 void stencil_func (NegativeTestContext& ctx) in stencil_func()
89 void stencil_func_separate (NegativeTestContext& ctx) in stencil_func_separate()
102 void stencil_op (NegativeTestContext& ctx) in stencil_op()
114 void stencil_op_separate (NegativeTestContext& ctx) in stencil_op_separate()
131 void stencil_mask_separate (NegativeTestContext& ctx) in stencil_mask_separate()
140 void blend_equation (NegativeTestContext& ctx) in blend_equation()
148 void blend_equation_separate (NegativeTestContext& ctx) in blend_equation_separate()
[all …]
Des31fNegativeAtomicCounterTests.cpp68 std::string genShaderSource (NegativeTestContext& ctx, TestCase test, glu::ShaderType type) in genShaderSource()
156 void iterateShaders (NegativeTestContext& ctx, TestCase testCase) in iterateShaders()
176 void atomic_max_counter_bindings (NegativeTestContext& ctx) in atomic_max_counter_bindings()
183 void atomic_precision (NegativeTestContext& ctx) in atomic_precision()
191 void atomic_binding_offset_overlap (NegativeTestContext& ctx) in atomic_binding_offset_overlap()
198 void atomic_binding_omitted (NegativeTestContext& ctx) in atomic_binding_omitted()
205 void atomic_struct (NegativeTestContext& ctx) in atomic_struct()
212 void atomic_body_write (NegativeTestContext& ctx) in atomic_body_write()
219 void atomic_body_declare (NegativeTestContext& ctx) in atomic_body_declare()
Des31fNegativeShaderDirectiveTests.cpp47 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources, ExpectResult expect) in verifyProgram()
76 void verifyShader(NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource, E… in verifyShader()
110 void primitive_bounding_box (NegativeTestContext& ctx) in primitive_bounding_box()
169 void blend_equation_advanced (NegativeTestContext& ctx) in blend_equation_advanced()
204 void sample_variables (NegativeTestContext& ctx) in sample_variables()
232 void shader_image_atomic (NegativeTestContext& ctx) in shader_image_atomic()
262 void shader_multisample_interpolation (NegativeTestContext& ctx) in shader_multisample_interpolation()
309 void texture_storage_multisample_2d_array (NegativeTestContext& ctx) in texture_storage_multisample_2d_array()
333 void geometry_shader (NegativeTestContext& ctx) in geometry_shader()
356 void gpu_shader_5 (NegativeTestContext& ctx) in gpu_shader_5()
[all …]
Des31fNegativeStateApiTests.cpp71 static std::string getVtxFragVersionSources (const std::string source, NegativeTestContext& ctx) in getVtxFragVersionSources()
83 void enable (NegativeTestContext& ctx) in enable()
92 void enablei (NegativeTestContext& ctx) in enablei()
107 void disable (NegativeTestContext& ctx) in disable()
115 void disablei (NegativeTestContext& ctx) in disablei()
131 void get_booleanv (NegativeTestContext& ctx) in get_booleanv()
140 void get_booleani_v (NegativeTestContext& ctx) in get_booleani_v()
158 void get_floatv (NegativeTestContext& ctx) in get_floatv()
167 void get_integerv (NegativeTestContext& ctx) in get_integerv()
176 void get_integer64v (NegativeTestContext& ctx) in get_integer64v()
[all …]
Des31fNegativeShaderApiTests.cpp91 void create_shader (NegativeTestContext& ctx) in create_shader()
99 void shader_source (NegativeTestContext& ctx) in shader_source()
126 void compile_shader (NegativeTestContext& ctx) in compile_shader()
145 void delete_shader (NegativeTestContext& ctx) in delete_shader()
156 void shader_binary (NegativeTestContext& ctx) in shader_binary()
232 void attach_shader (NegativeTestContext& ctx) in attach_shader()
282 void detach_shader (NegativeTestContext& ctx) in detach_shader()
323 void link_program (NegativeTestContext& ctx) in link_program()
371 void use_program (NegativeTestContext& ctx) in use_program()
425 void delete_program (NegativeTestContext& ctx) in delete_program()
[all …]
Des31fNegativeTestShared.hpp57 class NegativeTestContext : public glu::CallLogWrapper class
60NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxI…
61 ~NegativeTestContext ();
87 typedef void (*TestFunc)(NegativeTestContext& ctx);
Des31fNegativeTextureApiTests.cpp91 void activetexture (NegativeTestContext& ctx) in activetexture()
104 void bindtexture (NegativeTestContext& ctx) in bindtexture()
181 void compressedteximage2d_invalid_target (NegativeTestContext& ctx) in compressedteximage2d_invalid_target()
191 void compressedteximage2d_invalid_format (NegativeTestContext& ctx) in compressedteximage2d_invalid_format()
215 void compressedteximage2d_neg_level (NegativeTestContext& ctx) in compressedteximage2d_neg_level()
235 void compressedteximage2d_max_level (NegativeTestContext& ctx) in compressedteximage2d_max_level()
260 void compressedteximage2d_neg_width_height (NegativeTestContext& ctx) in compressedteximage2d_neg_width_height()
330 void compressedteximage2d_max_width_height (NegativeTestContext& ctx) in compressedteximage2d_max_width_height()
402 void compressedteximage2d_invalid_border (NegativeTestContext& ctx) in compressedteximage2d_invalid_border()
458 void compressedteximage2d_invalid_size (NegativeTestContext& ctx) in compressedteximage2d_invalid_size()
[all …]
Des31fNegativeShaderStorageTests.cpp41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram()
103 int getMaxSSBlockSize (NegativeTestContext& ctx, glw::GLenum glShaderType) in getMaxSSBlockSize()
111 std::string genBlockSource (NegativeTestContext& ctx, deInt64 numSSBlocks, glw::GLenum shaderType) in genBlockSource()
157 std::string genCommonSource (NegativeTestContext& ctx, glw::GLenum shaderType) in genCommonSource()
186 int genMaxSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& … in genMaxSSBlocksSource()
196 void block_number_limits (NegativeTestContext& ctx) in block_number_limits()
280 void max_combined_block_number_limit (NegativeTestContext& ctx) in max_combined_block_number_limit()
Des31fNegativePreciseTests.cpp63 std::string generateShaderSource (NegativeTestContext& ctx, glu::ShaderType shaderType, TestPrecise… in generateShaderSource()
143 void generateAndVerifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, TestPrecise tes… in generateAndVerifyShader()
159 void precise_as_variable_name (NegativeTestContext& ctx) in precise_as_variable_name()
174 void precise_as_function_name (NegativeTestContext& ctx) in precise_as_function_name()
189 void precise_as_function_argument (NegativeTestContext& ctx) in precise_as_function_argument()
Des31fNegativeVertexArrayApiTests.cpp62 void vertex_attribf (NegativeTestContext& ctx) in vertex_attribf()
77 void vertex_attribfv (NegativeTestContext& ctx) in vertex_attribfv()
93 void vertex_attribi4 (NegativeTestContext& ctx) in vertex_attribi4()
107 void vertex_attribi4v (NegativeTestContext& ctx) in vertex_attribi4v()
121 void vertex_attrib_pointer (NegativeTestContext& ctx) in vertex_attrib_pointer()
172 void vertex_attrib_i_pointer (NegativeTestContext& ctx) in vertex_attrib_i_pointer()
216 void vertex_attrib_format (NegativeTestContext& ctx) in vertex_attrib_format()
279 void vertex_attrib_i_format (NegativeTestContext& ctx) in vertex_attrib_i_format()
326 void enable_vertex_attrib_array (NegativeTestContext& ctx) in enable_vertex_attrib_array()
336 void disable_vertex_attrib_array (NegativeTestContext& ctx) in disable_vertex_attrib_array()
[all …]
Des31fNegativeTessellationTests.cpp81 static void checkExtensionSupport (NegativeTestContext& ctx, const char* extName) in checkExtensionSupport()
87 static void checkTessellationSupport (NegativeTestContext& ctx) in checkTessellationSupport()
109 void single_tessellation_stage (NegativeTestContext& ctx) in single_tessellation_stage()
205 void invalid_primitive_mode (NegativeTestContext& ctx) in invalid_primitive_mode()
233 void tessellation_not_active (NegativeTestContext& ctx) in tessellation_not_active()
262 void invalid_program_state (NegativeTestContext& ctx) in invalid_program_state()
304 void tessellation_control_invalid_vertex_count (NegativeTestContext& ctx) in tessellation_control_invalid_vertex_count()
348 void invalid_get_programiv (NegativeTestContext& ctx) in invalid_get_programiv()
383 void invalid_patch_parameteri (NegativeTestContext& ctx) in invalid_patch_parameteri()
Des31fNegativeBufferApiTests.cpp45 void bind_buffer (NegativeTestContext& ctx) in bind_buffer()
53 void delete_buffers (NegativeTestContext& ctx) in delete_buffers()
61 void gen_buffers (NegativeTestContext& ctx) in gen_buffers()
69 void buffer_data (NegativeTestContext& ctx) in buffer_data()
99 void buffer_sub_data (NegativeTestContext& ctx) in buffer_sub_data()
128 void buffer_sub_data_size_offset (NegativeTestContext& ctx) in buffer_sub_data_size_offset()
153 void clear (NegativeTestContext& ctx) in clear()
167 void read_pixels (NegativeTestContext& ctx) in read_pixels()
197 void readn_pixels (NegativeTestContext& ctx) in readn_pixels()
242 void read_pixels_format_mismatch (NegativeTestContext& ctx) in read_pixels_format_mismatch()
[all …]
Des31fNegativeShaderFunctionTests.cpp183 void verifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource) in verifyShader()
303 std::string getShaderInitialization (NegativeTestContext& ctx, glu::ShaderType shaderType) in getShaderInitialization()
349 std::string genShaderSourceBitfieldExtract (NegativeTestContext& ctx, glu::ShaderType shaderType, g… in genShaderSourceBitfieldExtract()
365 void bitfield_extract_invalid_value_type (NegativeTestContext& ctx) in bitfield_extract_invalid_value_type()
386 void bitfield_extract_invalid_offset_type (NegativeTestContext& ctx) in bitfield_extract_invalid_offset_type()
416 void bitfield_extract_invalid_bits_type (NegativeTestContext& ctx) in bitfield_extract_invalid_bits_type()
446 std::string genShaderSourceBitfieldInsert (NegativeTestContext& ctx, glu::ShaderType shaderType, gl… in genShaderSourceBitfieldInsert()
463 void bitfield_insert_invalid_base_type (NegativeTestContext& ctx) in bitfield_insert_invalid_base_type()
491 void bitfield_insert_invalid_insert_type (NegativeTestContext& ctx) in bitfield_insert_invalid_insert_type()
535 void bitfield_insert_invalid_offset_type (NegativeTestContext& ctx) in bitfield_insert_invalid_offset_type()
[all …]
Des31fNegativeAdvancedBlendEquationTests.cpp132 std::string generateVertexShaderSource (NegativeTestContext& ctx) in generateVertexShaderSource()
147 std::string generateFragmentShaderSource (NegativeTestContext& ctx, BlendEquation equation) in generateFragmentShaderSource()
165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation) in generateProgramSources()
172 void blend_qualifier_mismatch (NegativeTestContext& ctx) in blend_qualifier_mismatch()
208 void attachment_advanced_equation (NegativeTestContext& ctx) in attachment_advanced_equation()
Des31fNegativeShaderImageLoadStoreTests.cpp370 void testShader (NegativeTestContext& ctx, ImageOperation function, MemoryQualifier memory, glu::Te… in testShader()
393 void image_store (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_store()
431 void image_load (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_load()
469 void image_atomic (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_atomic()
516 void image_atomic_exchange (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_atomic_exchange()
559 void loadFuncWrapper (NegativeTestContext& ctx) in loadFuncWrapper()
565 void storeFuncWrapper (NegativeTestContext& ctx) in storeFuncWrapper()
571 void atomicFuncWrapper (NegativeTestContext& ctx) in atomicFuncWrapper()
577 void atomicExchangeFuncWrapper (NegativeTestContext& ctx) in atomicExchangeFuncWrapper()
Des31fNegativeSSBOBlockTests.cpp385 void logProgramInfo(NegativeTestContext& ctx, GLint program) in logProgramInfo()
410 void ssbo_block_matching(NegativeTestContext& ctx) in ssbo_block_matching()
499 void ssbo_block_shared_qualifier(NegativeTestContext& ctx) in ssbo_block_shared_qualifier()
Des31fDebugTests.cpp86 using NegativeTestShared::NegativeTestContext;
117 class DebugMessageTestContext : public NegativeTestContext
137 typedef void (*CoreTestFunc)(NegativeTestContext& ctx);
182 m_func.coreFn(static_cast<NegativeTestContext&>(ctx)); in call()
1802 : NegativeTestContext (host, renderCtx, ctxInfo, log, results, enableLog) in DebugMessageTestContext()