/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTestShared.cpp | 50 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()
|
D | es31fNegativeFragmentApiTests.cpp | 48 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 …]
|
D | es31fNegativeAtomicCounterTests.cpp | 68 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()
|
D | es31fNegativeShaderDirectiveTests.cpp | 47 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 …]
|
D | es31fNegativeStateApiTests.cpp | 71 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 …]
|
D | es31fNegativeShaderFramebufferFetchTests.cpp | 59 static void checkExtensionSupport (NegativeTestContext& ctx, const char* extName) in checkExtensionSupport() 65 static void checkFramebufferFetchSupport (NegativeTestContext& ctx) in checkFramebufferFetchSupport() 77 void verifyProgramError (NegativeTestContext& ctx, const glu::ShaderProgram& program, ProgramError… in verifyProgramError() 118 void last_frag_data_not_defined (NegativeTestContext& ctx) in last_frag_data_not_defined() 144 void last_frag_data_readonly (NegativeTestContext& ctx) in last_frag_data_readonly() 169 void invalid_inout_version (NegativeTestContext& ctx) in invalid_inout_version() 195 void invalid_redeclaration_inout (NegativeTestContext& ctx) in invalid_redeclaration_inout() 223 void invalid_vertex_inout (NegativeTestContext& ctx) in invalid_vertex_inout()
|
D | es31fNegativeShaderApiTests.cpp | 91 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 …]
|
D | es31fNegativeSampleVariablesTests.cpp | 45 void verifyShader (NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource, … in verifyShader() 79 std::string getVersionAndExtension (NegativeTestContext& ctx) in getVersionAndExtension() 93 void checkSupported (NegativeTestContext& ctx) in checkSupported() 101 void write_to_read_only_types (NegativeTestContext& ctx) in write_to_read_only_types() 136 void access_built_in_types_inside_other_shaders (NegativeTestContext& ctx) in access_built_in_types_inside_other_shaders() 226 void index_outside_sample_mask_range (NegativeTestContext& ctx) in index_outside_sample_mask_range() 272 void access_built_in_types_without_extension (NegativeTestContext& ctx) in access_built_in_types_without_extension() 308 void redeclare_built_in_types (NegativeTestContext& ctx) in redeclare_built_in_types()
|
D | es31fNegativeTestShared.hpp | 57 class NegativeTestContext : public glu::CallLogWrapper class 60 …NegativeTestContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxI… 61 ~NegativeTestContext (); 87 typedef void (*TestFunc)(NegativeTestContext& ctx);
|
D | es31fNegativeTextureApiTests.cpp | 91 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 …]
|
D | es31fNegativeComputeTests.cpp | 78 int getResourceLimit (NegativeTestContext& ctx, GLenum resource) in getResourceLimit() 86 void verifyLinkError (NegativeTestContext& ctx, const glu::ShaderProgram& program) in verifyLinkError() 103 void verifyCompileError (NegativeTestContext& ctx, const glu::ShaderProgram& program, glu::ShaderTy… in verifyCompileError() 120 string generateComputeShader (NegativeTestContext& ctx, const string& shaderDeclarations, const str… in generateComputeShader() 184 void exceed_uniform_block_limit (NegativeTestContext& ctx) in exceed_uniform_block_limit() 202 void exceed_shader_storage_block_limit (NegativeTestContext& ctx) in exceed_shader_storage_block_limit() 220 void exceed_texture_image_units_limit (NegativeTestContext& ctx) in exceed_texture_image_units_limit() 256 void exceed_image_uniforms_limit (NegativeTestContext& ctx) in exceed_image_uniforms_limit() 280 void exceed_shared_memory_size_limit (NegativeTestContext& ctx) in exceed_shared_memory_size_limit() 303 void exceed_uniform_components_limit (NegativeTestContext& ctx) in exceed_uniform_components_limit() [all …]
|
D | es31fNegativeShaderStorageTests.cpp | 41 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()
|
D | es31fNegativePreciseTests.cpp | 63 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()
|
D | es31fNegativeVertexArrayApiTests.cpp | 69 void vertex_attribf (NegativeTestContext& ctx) in vertex_attribf() 84 void vertex_attribfv (NegativeTestContext& ctx) in vertex_attribfv() 100 void vertex_attribi4 (NegativeTestContext& ctx) in vertex_attribi4() 114 void vertex_attribi4v (NegativeTestContext& ctx) in vertex_attribi4v() 128 void vertex_attrib_pointer (NegativeTestContext& ctx) in vertex_attrib_pointer() 179 void vertex_attrib_i_pointer (NegativeTestContext& ctx) in vertex_attrib_i_pointer() 223 void vertex_attrib_format (NegativeTestContext& ctx) in vertex_attrib_format() 286 void vertex_attrib_i_format (NegativeTestContext& ctx) in vertex_attrib_i_format() 333 void enable_vertex_attrib_array (NegativeTestContext& ctx) in enable_vertex_attrib_array() 343 void disable_vertex_attrib_array (NegativeTestContext& ctx) in disable_vertex_attrib_array() [all …]
|
D | es31fNegativeTessellationTests.cpp | 81 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()
|
D | es31fNegativeBufferApiTests.cpp | 45 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 …]
|
D | es31fNegativeShaderFunctionTests.cpp | 183 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 …]
|
D | es31fNegativeAdvancedBlendEquationTests.cpp | 132 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()
|
D | es31fNegativeShaderImageLoadStoreTests.cpp | 370 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()
|
D | es31fNegativeSSBOBlockTests.cpp | 331 void logProgramInfo(NegativeTestContext& ctx, GLint program) in logProgramInfo() 356 void ssbo_block_matching(NegativeTestContext& ctx) in ssbo_block_matching() 445 void ssbo_block_shared_qualifier(NegativeTestContext& ctx) in ssbo_block_shared_qualifier()
|
D | es31fDebugTests.cpp | 89 using NegativeTestShared::NegativeTestContext; 120 class DebugMessageTestContext : public NegativeTestContext 140 typedef void (*CoreTestFunc)(NegativeTestContext& ctx); 185 m_func.coreFn(static_cast<NegativeTestContext&>(ctx)); in call() 1806 : NegativeTestContext (host, renderCtx, ctxInfo, log, results, enableLog) in DebugMessageTestContext()
|