/third_party/mesa3d/src/mesa/main/ |
D | pixelstore.c | 41 pixel_storei(GLenum pname, GLint param, bool no_error) in pixel_storei() argument 48 if (!no_error && !_mesa_is_desktop_gl(ctx)) in pixel_storei() 53 if (!no_error && !_mesa_is_desktop_gl(ctx)) in pixel_storei() 58 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei() 60 if (!no_error && param<0) in pixel_storei() 65 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei() 67 if (!no_error && param<0) in pixel_storei() 72 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei() 74 if (!no_error && param<0) in pixel_storei() 79 if (!no_error && ctx->API == API_OPENGLES) in pixel_storei() [all …]
|
D | clear.c | 149 clear(struct gl_context *ctx, GLbitfield mask, bool no_error) in clear() argument 153 if (!no_error) { in clear() 176 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in clear() 347 const GLint *value, bool no_error) in clear_bufferiv() argument 355 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in clear_bufferiv() 370 if (!no_error && drawbuffer != 0) { in clear_bufferiv() 391 if (!no_error && mask == INVALID_MASK) { in clear_bufferiv() 411 if (!no_error) { in clear_bufferiv() 466 const GLuint *value, bool no_error) in clear_bufferuiv() argument 474 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE) { in clear_bufferuiv() [all …]
|
D | conservativeraster.c | 40 bool no_error, const char *func) in conservative_raster_parameter() argument 44 if (!no_error && !ctx->Extensions.NV_conservative_raster_dilate && in conservative_raster_parameter() 58 if (!no_error && !ctx->Extensions.NV_conservative_raster_dilate) in conservative_raster_parameter() 61 if (!no_error && param<0.0) { in conservative_raster_parameter() 75 if (!no_error && !ctx->Extensions.NV_conservative_raster_pre_snap_triangles) in conservative_raster_parameter() 78 if (!no_error && param != GL_CONSERVATIVE_RASTER_MODE_POST_SNAP_NV && in conservative_raster_parameter() 96 if (!no_error) in conservative_raster_parameter()
|
D | polygon.c | 57 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face() argument 62 if (!no_error && in cull_face() 107 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face() argument 112 if (!no_error && mode != GL_CW && mode != GL_CCW) { in front_face() 157 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) in polygon_mode() argument 168 if (!no_error) { in polygon_mode() 186 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode() 207 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode() 219 if (!no_error) in polygon_mode()
|
D | buffers.c | 286 GLenum buffer, const char *caller, bool no_error) in draw_buffer() argument 303 if (!no_error && destMask == BAD_MASK) { in draw_buffer() 310 if (!no_error && destMask == 0x0) { in draw_buffer() 429 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers() argument 437 if (!no_error) { in draw_buffers() 473 if (!no_error) { in draw_buffers() 516 if (!no_error) { in draw_buffers() 557 if (!no_error && _mesa_is_user_fbo(fb) && buffers[output] >= in draw_buffers() 576 if (!no_error) { in draw_buffers() 894 GLenum buffer, const char *caller, bool no_error) in read_buffer() argument [all …]
|
D | compute.c | 307 GLuint num_groups_z, bool no_error) in dispatch_compute() argument 322 if (!no_error && !validate_DispatchCompute(ctx, &info)) in dispatch_compute() 357 dispatch_compute_indirect(GLintptr indirect, bool no_error) in dispatch_compute_indirect() argument 366 if (!no_error && !valid_dispatch_indirect(ctx, indirect)) in dispatch_compute_indirect() 402 bool no_error) in dispatch_compute_group_size() argument 422 if (!no_error && in dispatch_compute_group_size()
|
D | lines.c | 43 line_width(struct gl_context *ctx, GLfloat width, bool no_error) in line_width() argument 49 if (!no_error && width <= 0.0F) { in line_width() 64 if (!no_error && ctx->API == API_OPENGL_CORE in line_width()
|
D | pipelineobj.c | 382 bool no_error) in active_shader_program() argument 388 if (no_error) { in active_shader_program() 398 if (!no_error && !pipe) { in active_shader_program() 408 if (!no_error && shProg != NULL && !shProg->data->LinkStatus) { in active_shader_program() 442 bind_program_pipeline(struct gl_context *ctx, GLuint pipeline, bool no_error) in bind_program_pipeline() argument 464 if (!no_error && _mesa_is_xfb_active_and_unpaused(ctx)) { in bind_program_pipeline() 475 if (!no_error && !newObj) { in bind_program_pipeline()
|
D | blit.c | 633 GLbitfield mask, GLenum filter, bool no_error, const char *func) in blit_framebuffer() argument 650 if (!no_error) { in blit_framebuffer() 758 } else if (!no_error) { in blit_framebuffer() 778 } else if (!no_error) { in blit_framebuffer() 798 } else if (!no_error) { in blit_framebuffer() 931 GLbitfield mask, GLenum filter, bool no_error) in blit_named_framebuffer() argument 944 if (no_error) { in blit_named_framebuffer() 957 if (no_error) { in blit_named_framebuffer() 972 mask, filter, no_error, "glBlitNamedFramebuffer"); in blit_named_framebuffer()
|
D | blend.c | 375 GLenum sfactorA, GLenum dfactorA, bool no_error) in blend_func_separatei() argument 379 if (!no_error) { in blend_func_separatei() 398 if (!no_error && !validate_blend_factors(ctx, "glBlendFuncSeparatei", in blend_func_separatei() 632 bool no_error) in blend_equation_separate() argument 658 if (!no_error) { in blend_equation_separate() 718 GLenum modeA, bool no_error) in blend_equation_separatei() argument 724 if (!no_error) { in blend_equation_separatei() 885 logic_op(struct gl_context *ctx, GLenum opcode, bool no_error) in logic_op() argument 890 if (!no_error) { in logic_op()
|
D | transformfeedback.c | 333 begin_transform_feedback(struct gl_context *ctx, GLenum mode, bool no_error) in begin_transform_feedback() argument 347 if (!no_error && source == NULL) { in begin_transform_feedback() 355 if (!no_error && info->NumOutputs == 0) { in begin_transform_feedback() 372 if (!no_error) { in begin_transform_feedback() 381 if (!no_error) { in begin_transform_feedback() 798 GLuint buffer, GLintptr offset, bool no_error) in bind_buffer_offset() argument 806 if (!no_error && !bufObj) { in bind_buffer_offset() 1156 bind_transform_feedback(struct gl_context *ctx, GLuint name, bool no_error) in bind_transform_feedback() argument 1161 if (!no_error && !obj) { in bind_transform_feedback()
|
D | barrier.c | 123 bool no_error) in memory_barrier_by_region() argument 152 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
|
D | depth.c | 65 depth_func(struct gl_context *ctx, GLenum func, bool no_error) in depth_func() argument 70 if (!no_error) { in depth_func()
|
D | shaderimage.c | 687 const GLuint *textures, bool no_error) in bind_image_textures() argument 726 if (!no_error && !texObj) { in bind_image_textures() 746 if (!no_error && (!image || image->Width == 0 || in bind_image_textures() 764 if (!no_error && in bind_image_textures()
|
D | condrender.c | 104 bool no_error) in begin_conditional_render() argument 113 if (!no_error) { in begin_conditional_render()
|
D | points.c | 52 point_size(struct gl_context *ctx, GLfloat size, bool no_error) in point_size() argument 57 if (!no_error && size <= 0.0F) { in point_size()
|
D | bufferobj.c | 1344 const char *caller, bool no_error) in _mesa_handle_bind_buffer_gen() argument 1348 if (!no_error && !buf && (ctx->API == API_OPENGL_CORE)) { in _mesa_handle_bind_buffer_gen() 1387 bool no_error) in bind_buffer_object() argument 1408 no_error)) in bind_buffer_object() 2239 bool dsa, bool mem, bool no_error, const char *func) in inlined_buffer_storage() argument 2246 if (!no_error) { in inlined_buffer_storage() 2271 if (!no_error && !memObj->Immutable) { in inlined_buffer_storage() 2279 if (no_error) { in inlined_buffer_storage() 2287 if (no_error) { in inlined_buffer_storage() 2297 if (no_error || validate_buffer_storage(ctx, bufObj, size, flags, func)) in inlined_buffer_storage() [all …]
|
D | arrayobj.c | 913 bind_vertex_array(struct gl_context *ctx, GLuint id, bool no_error) in bind_vertex_array() argument 935 if (!no_error && !newObj) { in bind_vertex_array() 1170 bool no_error) in vertex_array_element_buffer() argument 1177 if (!no_error) { in vertex_array_element_buffer() 1192 if (!no_error) { in vertex_array_element_buffer()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | gen_vk_format_table.py | 108 no_error = True 113 no_error = False 115 return no_error
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | gen_vk_format_table.py | 120 no_error = True 125 no_error = False 127 return no_error
|
/third_party/mesa3d/src/glx/ |
D | dri_common.c | 528 dca->no_error = 0; in dri_convert_glx_attribs() 549 dca->no_error = attribs[i * 2 + 1]; in dri_convert_glx_attribs() 645 if (dca->no_error && dca->major_ver < 2) in dri_convert_glx_attribs() 654 if (dca->no_error && ((dca->flags & __DRI_CTX_FLAG_DEBUG) || in dri_convert_glx_attribs()
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/main/ |
D | gles2-khr-noctx-master.txt | 1 KHR-NoContext.es2.no_error.create_context
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/main/ |
D | gl30-khr-master.txt | 1 KHR-NoContext.gl30.no_error.create_context
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/src/ |
D | gles2-khr-master.txt | 1 KHR-NoContext.es2.no_error.create_context
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.5.x/ |
D | gles2-khr-noctx-master.txt | 1 KHR-NoContext.es2.no_error.create_context
|