Home
last modified time | relevance | path

Searched refs:no_error (Results 1 – 25 of 54) sorted by relevance

123

/external/mesa3d/src/mesa/main/
Dpixelstore.c40 pixel_storei(GLenum pname, GLint param, bool no_error) in pixel_storei() argument
47 if (!no_error && !_mesa_is_desktop_gl(ctx)) in pixel_storei()
52 if (!no_error && !_mesa_is_desktop_gl(ctx)) in pixel_storei()
57 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
59 if (!no_error && param<0) in pixel_storei()
64 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
66 if (!no_error && param<0) in pixel_storei()
71 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
73 if (!no_error && param<0) in pixel_storei()
78 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
[all …]
Dconservativeraster.c37 bool no_error, const char *func) in conservative_raster_parameter() argument
41 if (!no_error && !ctx->Extensions.NV_conservative_raster_dilate && in conservative_raster_parameter()
55 if (!no_error && !ctx->Extensions.NV_conservative_raster_dilate) in conservative_raster_parameter()
58 if (!no_error && param<0.0) { in conservative_raster_parameter()
73 if (!no_error && !ctx->Extensions.NV_conservative_raster_pre_snap_triangles) in conservative_raster_parameter()
76 if (!no_error && param != GL_CONSERVATIVE_RASTER_MODE_POST_SNAP_NV && in conservative_raster_parameter()
96 if (!no_error) in conservative_raster_parameter()
Dclear.c145 clear(struct gl_context *ctx, GLbitfield mask, bool no_error) in clear() argument
149 if (!no_error) { in clear()
172 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in clear()
344 const GLint *value, bool no_error) in clear_bufferiv() argument
352 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) { in clear_bufferiv()
367 if (!no_error && drawbuffer != 0) { in clear_bufferiv()
388 if (!no_error && mask == INVALID_MASK) { in clear_bufferiv()
408 if (!no_error) { in clear_bufferiv()
463 const GLuint *value, bool no_error) in clear_bufferuiv() argument
471 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE) { in clear_bufferuiv()
[all …]
Dpolygon.c54 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face() argument
59 if (!no_error && in cull_face()
106 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face() argument
111 if (!no_error && mode != GL_CW && mode != GL_CCW) { in front_face()
158 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) in polygon_mode() argument
165 if (!no_error) { in polygon_mode()
183 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode()
202 if (!no_error && ctx->API == API_OPENGL_CORE) { in polygon_mode()
213 if (!no_error) in polygon_mode()
Dcompute.c283 GLuint num_groups_z, bool no_error) in dispatch_compute() argument
294 if (!no_error && !validate_DispatchCompute(ctx, num_groups)) in dispatch_compute()
319 dispatch_compute_indirect(GLintptr indirect, bool no_error) in dispatch_compute_indirect() argument
328 if (!no_error && !valid_dispatch_indirect(ctx, indirect)) in dispatch_compute_indirect()
350 bool no_error) in dispatch_compute_group_size() argument
364 if (!no_error && in dispatch_compute_group_size()
Dbuffers.c287 GLenum buffer, const char *caller, bool no_error) in draw_buffer() argument
304 if (!no_error && destMask == BAD_MASK) { in draw_buffer()
311 if (!no_error && destMask == 0x0) { in draw_buffer()
432 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers() argument
440 if (!no_error) { in draw_buffers()
476 if (!no_error) { in draw_buffers()
519 if (!no_error) { in draw_buffers()
560 if (!no_error && _mesa_is_user_fbo(fb) && buffers[output] >= in draw_buffers()
579 if (!no_error) { in draw_buffers()
899 GLenum buffer, const char *caller, bool no_error) in read_buffer() argument
[all …]
Dlines.c41 line_width(struct gl_context *ctx, GLfloat width, bool no_error) in line_width() argument
47 if (!no_error && width <= 0.0F) { in line_width()
62 if (!no_error && ctx->API == API_OPENGL_CORE in line_width()
Dblit.c348 GLbitfield mask, GLenum filter, bool no_error, const char *func) in blit_framebuffer() argument
365 if (!no_error) { in blit_framebuffer()
473 } else if (!no_error) { in blit_framebuffer()
493 } else if (!no_error) { in blit_framebuffer()
513 } else if (!no_error) { in blit_framebuffer()
647 GLbitfield mask, GLenum filter, bool no_error) in blit_named_framebuffer() argument
660 if (no_error) { in blit_named_framebuffer()
673 if (no_error) { in blit_named_framebuffer()
688 mask, filter, no_error, "glBlitNamedFramebuffer"); in blit_named_framebuffer()
Dbarrier.c72 bool no_error) in memory_barrier_by_region() argument
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) { in memory_barrier_by_region()
Dpipelineobj.c377 bool no_error) in active_shader_program() argument
383 if (no_error) { in active_shader_program()
393 if (!no_error && !pipe) { in active_shader_program()
403 if (!no_error && shProg != NULL && !shProg->data->LinkStatus) { in active_shader_program()
435 bind_program_pipeline(struct gl_context *ctx, GLuint pipeline, bool no_error) in bind_program_pipeline() argument
457 if (!no_error && _mesa_is_xfb_active_and_unpaused(ctx)) { in bind_program_pipeline()
468 if (!no_error && !newObj) { in bind_program_pipeline()
Dtransformfeedback.c391 begin_transform_feedback(struct gl_context *ctx, GLenum mode, bool no_error) in begin_transform_feedback() argument
405 if (!no_error && source == NULL) { in begin_transform_feedback()
413 if (!no_error && info->NumOutputs == 0) { in begin_transform_feedback()
430 if (!no_error) { in begin_transform_feedback()
439 if (!no_error) { in begin_transform_feedback()
799 GLuint buffer, GLintptr offset, bool no_error) in bind_buffer_offset() argument
807 if (!no_error && !bufObj) { in bind_buffer_offset()
1157 bind_transform_feedback(struct gl_context *ctx, GLuint name, bool no_error) in bind_transform_feedback() argument
1162 if (!no_error && !obj) { in bind_transform_feedback()
Ddepth.c62 depth_func(struct gl_context *ctx, GLenum func, bool no_error) in depth_func() argument
67 if (!no_error) { in depth_func()
Dblend.c363 GLenum sfactorA, GLenum dfactorA, bool no_error) in blend_func_separatei() argument
367 if (!no_error) { in blend_func_separatei()
386 if (!no_error && !validate_blend_factors(ctx, "glBlendFuncSeparatei", in blend_func_separatei()
613 bool no_error) in blend_equation_separate() argument
639 if (!no_error) { in blend_equation_separate()
702 GLenum modeA, bool no_error) in blend_equation_separatei() argument
708 if (!no_error) { in blend_equation_separatei()
875 logic_op(struct gl_context *ctx, GLenum opcode, bool no_error) in logic_op() argument
880 if (!no_error) { in logic_op()
Dcondrender.c42 bool no_error) in begin_conditional_render() argument
51 if (!no_error) { in begin_conditional_render()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_update_slice_test.cc78 ErrorSpec no_error(0, 0); in XLA_TEST_F() local
79 EXPECT_TRUE(RunAndCompare(std::move(module), fake_argument_ptrs, no_error)); in XLA_TEST_F()
190 ErrorSpec no_error(0, 0); in XLA_TEST_F() local
193 {&indices, &updates}, no_error)); in XLA_TEST_F()
/external/libcxx/src/support/win32/
Dsupport.cpp113 const errno_t no_error = ( errno_t) 0; in wcsnrtombs() local
129 if ( result == no_error ) { in wcsnrtombs()
149 if ( have_result && result != no_error ) { in wcsnrtombs()
/external/llvm-project/libcxx/src/support/win32/
Dsupport.cpp117 const errno_t no_error = ( errno_t) 0; in wcsnrtombs() local
138 if ( result == no_error ) { in wcsnrtombs()
158 if ( have_result && result != no_error ) { in wcsnrtombs()
/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_format_table.py121 no_error = True
126 no_error = False
128 return no_error
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/src/
Dgl30-khr-master.txt1 KHR-NoContext.gl30.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.1.x/
Dgl30-khr-master.txt1 KHR-NoContext.gl30.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.6.x/
Dgles2-khr-noctx-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/
Dgl30-khr-master.txt1 KHR-NoContext.gl30.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/src/
Dgles2-khr-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.5.x/
Dgles2-khr-noctx-master.txt1 KHR-NoContext.es2.no_error.create_context
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/
Dgles2-khr-noctx-master.txt1 KHR-NoContext.es2.no_error.create_context

123