Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/main/
Dpixelstore.c39 pixel_storei(GLenum pname, GLint param, bool no_error) in pixel_storei() argument
46 if (!no_error && !_mesa_is_desktop_gl(ctx)) in pixel_storei()
51 if (!no_error && !_mesa_is_desktop_gl(ctx)) in pixel_storei()
56 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
58 if (!no_error && param<0) in pixel_storei()
63 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
65 if (!no_error && param<0) in pixel_storei()
70 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
72 if (!no_error && param<0) in pixel_storei()
77 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx)) in pixel_storei()
[all …]
Dclear.c144 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
362 if (!no_error && drawbuffer != 0) { in clear_bufferiv()
383 if (!no_error && mask == INVALID_MASK) { in clear_bufferiv()
403 if (!no_error) { in clear_bufferiv()
458 const GLuint *value, bool no_error) in clear_bufferuiv() argument
471 if (!no_error && mask == INVALID_MASK) { in clear_bufferuiv()
491 if (!no_error) { 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.c248 GLuint num_groups_z, bool no_error) in dispatch_compute() argument
259 if (!no_error && !validate_DispatchCompute(ctx, num_groups)) in dispatch_compute()
284 dispatch_compute_indirect(GLintptr indirect, bool no_error) in dispatch_compute_indirect() argument
293 if (!no_error && !valid_dispatch_indirect(ctx, indirect)) in dispatch_compute_indirect()
315 bool no_error) in dispatch_compute_group_size() argument
329 if (!no_error && in dispatch_compute_group_size()
Dbuffers.c269 GLenum buffer, const char *caller, bool no_error) in draw_buffer() argument
286 if (!no_error && destMask == BAD_MASK) { in draw_buffer()
293 if (!no_error && destMask == 0x0) { in draw_buffer()
394 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers() argument
402 if (!no_error) { in draw_buffers()
440 if (!no_error) { in draw_buffers()
515 if (!no_error && _mesa_is_user_fbo(fb) && buffers[output] >= in draw_buffers()
534 if (!no_error) { in draw_buffers()
831 GLenum buffer, const char *caller, bool no_error) in read_buffer() argument
846 if (!no_error &&_mesa_is_gles3(ctx) && in read_buffer()
[all …]
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()
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()
Dgenmipmap.c113 bool dsa, bool no_error) in generate_texture_mipmap() argument
125 if (!no_error && texObj->Target == GL_TEXTURE_CUBE_MAP && in generate_texture_mipmap()
135 if (!no_error) { in generate_texture_mipmap()
Dpipelineobj.c376 bool no_error) in active_shader_program() argument
382 if (no_error) { in active_shader_program()
392 if (!no_error && !pipe) { in active_shader_program()
402 if (!no_error && shProg != NULL && !shProg->data->LinkStatus) { in active_shader_program()
434 bind_program_pipeline(struct gl_context *ctx, GLuint pipeline, bool no_error) in bind_program_pipeline() argument
456 if (!no_error && _mesa_is_xfb_active_and_unpaused(ctx)) { in bind_program_pipeline()
467 if (!no_error && !newObj) { in bind_program_pipeline()
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()
Dtransformfeedback.c385 begin_transform_feedback(struct gl_context *ctx, GLenum mode, bool no_error) in begin_transform_feedback() argument
399 if (!no_error && source == NULL) { in begin_transform_feedback()
407 if (!no_error && info->NumOutputs == 0) { in begin_transform_feedback()
424 if (!no_error) { in begin_transform_feedback()
433 if (!no_error) { in begin_transform_feedback()
785 GLuint buffer, GLintptr offset, bool no_error) in bind_buffer_offset() argument
793 if (!no_error && !bufObj) { in bind_buffer_offset()
1147 bind_transform_feedback(struct gl_context *ctx, GLuint name, bool no_error) in bind_transform_feedback() argument
1152 if (!no_error && !obj) { in bind_transform_feedback()
Darrayobj.c405 bind_vertex_array(struct gl_context *ctx, GLuint id, bool no_error) in bind_vertex_array() argument
427 if (!no_error && !newObj) { in bind_vertex_array()
656 bool no_error) in vertex_array_element_buffer() argument
663 if (!no_error) { in vertex_array_element_buffer()
678 if (!no_error) { in vertex_array_element_buffer()
Dblend.c362 GLenum sfactorA, GLenum dfactorA, bool no_error) in blend_func_separatei() argument
366 if (!no_error) { in blend_func_separatei()
385 if (!no_error && !validate_blend_factors(ctx, "glBlendFuncSeparatei", in blend_func_separatei()
610 bool no_error) in blend_equation_separate() argument
636 if (!no_error) { in blend_equation_separate()
699 GLenum modeA, bool no_error) in blend_equation_separatei() argument
705 if (!no_error) { in blend_equation_separatei()
854 logic_op(struct gl_context *ctx, GLenum opcode, bool no_error) in logic_op() argument
859 if (!no_error) { in logic_op()
Ddepth.c61 depth_func(struct gl_context *ctx, GLenum func, bool no_error) in depth_func() argument
66 if (!no_error) { in depth_func()
Dcondrender.c42 bool no_error) in begin_conditional_render() argument
51 if (!no_error) { in begin_conditional_render()
Dshaderimage.c664 const GLuint *textures, bool no_error) in bind_image_textures() argument
703 if (!no_error && !texObj) { in bind_image_textures()
723 if (!no_error && (!image || image->Width == 0 || in bind_image_textures()
741 if (!no_error && in bind_image_textures()
Dshaderapi.c431 bool no_error) in detach_shader() argument
437 if (!no_error) { in detach_shader()
491 if (!no_error) { in detach_shader()
1175 bool no_error) in link_program() argument
1180 if (!no_error) { in link_program()
1897 const GLchar *const *string, const GLint *length, bool no_error) in shader_source() argument
1904 if (!no_error) { in shader_source()
1928 if (!no_error && string[i] == NULL) { in shader_source()
2003 use_program(GLuint program, bool no_error) in use_program() argument
2011 if (no_error) { in use_program()
[all …]
/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/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/
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/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/gles/khronos_mustpass_noctx/3.2.4.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.5.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.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.4.x/src/
Dgles2-khr-master.txt1 KHR-NoContext.es2.no_error.create_context

12