Searched refs:no_error (Results 1 - 25 of 79) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpixelstore.c40 pixel_storei(GLenum pname, GLint param, bool no_error) argument
47 if (!no_error && !_mesa_is_desktop_gl(ctx))
52 if (!no_error && !_mesa_is_desktop_gl(ctx))
57 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx))
59 if (!no_error && param<0)
64 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx))
66 if (!no_error && param<0)
71 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx))
73 if (!no_error && param<0)
78 if (!no_error
[all...]
H A Dconservativeraster.c37 bool no_error, const char *func)
41 if (!no_error && !ctx->Extensions.NV_conservative_raster_dilate &&
55 if (!no_error && !ctx->Extensions.NV_conservative_raster_dilate)
58 if (!no_error && param<0.0) {
73 if (!no_error && !ctx->Extensions.NV_conservative_raster_pre_snap_triangles)
76 if (!no_error && param != GL_CONSERVATIVE_RASTER_MODE_POST_SNAP_NV &&
96 if (!no_error)
36 conservative_raster_parameter(GLenum pname,GLfloat param,bool no_error,const char * func) argument
H A Dlines.c41 line_width(struct gl_context *ctx, GLfloat width, bool no_error) argument
47 if (!no_error && width <= 0.0F) {
62 if (!no_error && ctx->API == API_OPENGL_CORE
H A Dbarrier.c72 bool no_error)
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) {
71 memory_barrier_by_region(struct gl_context * ctx,GLbitfield barriers,bool no_error) argument
H A Dclear.c149 clear(struct gl_context *ctx, GLbitfield mask, bool no_error) argument
153 if (!no_error) {
176 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) {
348 const GLint *value, bool no_error)
356 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) {
371 if (!no_error && drawbuffer != 0) {
392 if (!no_error && mask == INVALID_MASK) {
412 if (!no_error) {
467 const GLuint *value, bool no_error)
475 if (!no_error
347 clear_bufferiv(struct gl_context * ctx,GLenum buffer,GLint drawbuffer,const GLint * value,bool no_error) argument
466 clear_bufferuiv(struct gl_context * ctx,GLenum buffer,GLint drawbuffer,const GLuint * value,bool no_error) argument
560 clear_bufferfv(struct gl_context * ctx,GLenum buffer,GLint drawbuffer,const GLfloat * value,bool no_error) argument
694 clear_bufferfi(struct gl_context * ctx,GLenum buffer,GLint drawbuffer,GLfloat depth,GLint stencil,bool no_error) argument
[all...]
H A Dpolygon.c55 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) argument
60 if (!no_error &&
108 front_face(struct gl_context *ctx, GLenum mode, bool no_error) argument
113 if (!no_error && mode != GL_CW && mode != GL_CCW) {
161 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) argument
172 if (!no_error) {
190 if (!no_error && ctx->API == API_OPENGL_CORE) {
211 if (!no_error && ctx->API == API_OPENGL_CORE) {
223 if (!no_error)
H A Dcompute.c283 GLuint num_groups_z, bool no_error)
294 if (!no_error && !validate_DispatchCompute(ctx, num_groups))
322 dispatch_compute_indirect(GLintptr indirect, bool no_error) argument
331 if (!no_error && !valid_dispatch_indirect(ctx, indirect))
356 bool no_error)
370 if (!no_error &&
282 dispatch_compute(GLuint num_groups_x,GLuint num_groups_y,GLuint num_groups_z,bool no_error) argument
353 dispatch_compute_group_size(GLuint num_groups_x,GLuint num_groups_y,GLuint num_groups_z,GLuint group_size_x,GLuint group_size_y,GLuint group_size_z,bool no_error) argument
H A Dbuffers.c280 GLenum buffer, const char *caller, bool no_error)
297 if (!no_error && destMask == BAD_MASK) {
304 if (!no_error && destMask == 0x0) {
425 const GLenum *buffers, const char *caller, bool no_error)
433 if (!no_error) {
469 if (!no_error) {
512 if (!no_error) {
553 if (!no_error && _mesa_is_user_fbo(fb) && buffers[output] >=
572 if (!no_error) {
892 GLenum buffer, const char *caller, bool no_error)
279 draw_buffer(struct gl_context * ctx,struct gl_framebuffer * fb,GLenum buffer,const char * caller,bool no_error) argument
424 draw_buffers(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei n,const GLenum * buffers,const char * caller,bool no_error) argument
891 read_buffer(struct gl_context * ctx,struct gl_framebuffer * fb,GLenum buffer,const char * caller,bool no_error) argument
[all...]
H A Ddepth.c63 depth_func(struct gl_context *ctx, GLenum func, bool no_error) argument
68 if (!no_error) {
H A Dblit.c348 GLbitfield mask, GLenum filter, bool no_error, const char *func)
365 if (!no_error) {
473 } else if (!no_error) {
493 } else if (!no_error) {
513 } else if (!no_error) {
647 GLbitfield mask, GLenum filter, bool no_error)
660 if (no_error) {
673 if (no_error) {
688 mask, filter, no_error, "glBlitNamedFramebuffer");
344 blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error,const char * func) argument
643 blit_named_framebuffer(struct gl_context * ctx,GLuint readFramebuffer,GLuint drawFramebuffer,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error) argument
H A Dpoints.c44 point_size(struct gl_context *ctx, GLfloat size, bool no_error) argument
49 if (!no_error && size <= 0.0F) {
H A Dcondrender.c42 bool no_error)
51 if (!no_error) {
41 begin_conditional_render(struct gl_context * ctx,GLuint queryId,GLenum mode,bool no_error) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpixelstore.c39 pixel_storei(GLenum pname, GLint param, bool no_error) argument
46 if (!no_error && !_mesa_is_desktop_gl(ctx))
51 if (!no_error && !_mesa_is_desktop_gl(ctx))
56 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx))
58 if (!no_error && param<0)
63 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx))
65 if (!no_error && param<0)
70 if (!no_error && !_mesa_is_desktop_gl(ctx) && !_mesa_is_gles3(ctx))
72 if (!no_error && param<0)
77 if (!no_error
[all...]
H A Dconservativeraster.c37 bool no_error, const char *func)
41 if (!no_error && !ctx->Extensions.NV_conservative_raster_dilate &&
55 if (!no_error && !ctx->Extensions.NV_conservative_raster_dilate)
58 if (!no_error && param<0.0) {
68 if (!no_error && !ctx->Extensions.NV_conservative_raster_pre_snap_triangles)
71 if (!no_error && param != GL_CONSERVATIVE_RASTER_MODE_POST_SNAP_NV &&
90 if (!no_error)
36 conservative_raster_parameter(GLenum pname,GLfloat param,bool no_error,const char * func) argument
H A Dlines.c41 line_width(struct gl_context *ctx, GLfloat width, bool no_error) argument
47 if (!no_error && width <= 0.0F) {
62 if (!no_error && ctx->API == API_OPENGL_CORE
H A Dbarrier.c72 bool no_error)
102 if (!no_error && (barriers & ~all_allowed_bits) != 0) {
71 memory_barrier_by_region(struct gl_context * ctx,GLbitfield barriers,bool no_error) argument
H A Dpolygon.c54 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) argument
59 if (!no_error &&
106 front_face(struct gl_context *ctx, GLenum mode, bool no_error) argument
111 if (!no_error && mode != GL_CW && mode != GL_CCW) {
158 polygon_mode(struct gl_context *ctx, GLenum face, GLenum mode, bool no_error) argument
165 if (!no_error) {
183 if (!no_error && ctx->API == API_OPENGL_CORE) {
202 if (!no_error && ctx->API == API_OPENGL_CORE) {
213 if (!no_error)
H A Dclear.c144 clear(struct gl_context *ctx, GLbitfield mask, bool no_error) argument
149 if (!no_error) {
172 if (!no_error && ctx->DrawBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) {
344 const GLint *value, bool no_error)
362 if (!no_error && drawbuffer != 0) {
383 if (!no_error && mask == INVALID_MASK) {
403 if (!no_error) {
458 const GLuint *value, bool no_error)
471 if (!no_error && mask == INVALID_MASK) {
491 if (!no_error) {
343 clear_bufferiv(struct gl_context * ctx,GLenum buffer,GLint drawbuffer,const GLint * value,bool no_error) argument
457 clear_bufferuiv(struct gl_context * ctx,GLenum buffer,GLint drawbuffer,const GLuint * value,bool no_error) argument
546 clear_bufferfv(struct gl_context * ctx,GLenum buffer,GLint drawbuffer,const GLfloat * value,bool no_error) argument
662 clear_bufferfi(struct gl_context * ctx,GLenum buffer,GLint drawbuffer,GLfloat depth,GLint stencil,bool no_error) argument
[all...]
H A Dcompute.c248 GLuint num_groups_z, bool no_error)
259 if (!no_error && !validate_DispatchCompute(ctx, num_groups))
284 dispatch_compute_indirect(GLintptr indirect, bool no_error) argument
293 if (!no_error && !valid_dispatch_indirect(ctx, indirect))
315 bool no_error)
329 if (!no_error &&
247 dispatch_compute(GLuint num_groups_x,GLuint num_groups_y,GLuint num_groups_z,bool no_error) argument
312 dispatch_compute_group_size(GLuint num_groups_x,GLuint num_groups_y,GLuint num_groups_z,GLuint group_size_x,GLuint group_size_y,GLuint group_size_z,bool no_error) argument
H A Dbuffers.c285 GLenum buffer, const char *caller, bool no_error)
302 if (!no_error && destMask == BAD_MASK) {
309 if (!no_error && destMask == 0x0) {
411 const GLenum *buffers, const char *caller, bool no_error)
419 if (!no_error) {
455 if (!no_error) {
498 if (!no_error) {
539 if (!no_error && _mesa_is_user_fbo(fb) && buffers[output] >=
558 if (!no_error) {
860 GLenum buffer, const char *caller, bool no_error)
284 draw_buffer(struct gl_context * ctx,struct gl_framebuffer * fb,GLenum buffer,const char * caller,bool no_error) argument
410 draw_buffers(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei n,const GLenum * buffers,const char * caller,bool no_error) argument
859 read_buffer(struct gl_context * ctx,struct gl_framebuffer * fb,GLenum buffer,const char * caller,bool no_error) argument
[all...]
H A Dgenmipmap.c113 bool dsa, bool no_error)
125 if (!no_error && texObj->Target == GL_TEXTURE_CUBE_MAP &&
135 if (!no_error) {
111 generate_texture_mipmap(struct gl_context * ctx,struct gl_texture_object * texObj,GLenum target,bool dsa,bool no_error) argument
H A Ddepth.c61 depth_func(struct gl_context *ctx, GLenum func, bool no_error) argument
66 if (!no_error) {
H A Dblit.c348 GLbitfield mask, GLenum filter, bool no_error, const char *func)
365 if (!no_error) {
473 } else if (!no_error) {
493 } else if (!no_error) {
513 } else if (!no_error) {
647 GLbitfield mask, GLenum filter, bool no_error)
660 if (no_error) {
673 if (no_error) {
688 mask, filter, no_error, "glBlitNamedFramebuffer");
344 blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error,const char * func) argument
643 blit_named_framebuffer(struct gl_context * ctx,GLuint readFramebuffer,GLuint drawFramebuffer,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error) argument
H A Dcondrender.c42 bool no_error)
51 if (!no_error) {
41 begin_conditional_render(struct gl_context * ctx,GLuint queryId,GLenum mode,bool no_error) argument
H A Dpipelineobj.c376 bool no_error)
382 if (no_error) {
392 if (!no_error && !pipe) {
402 if (!no_error && shProg != NULL && !shProg->data->LinkStatus) {
434 bind_program_pipeline(struct gl_context *ctx, GLuint pipeline, bool no_error) argument
456 if (!no_error && _mesa_is_xfb_active_and_unpaused(ctx)) {
467 if (!no_error && !newObj) {
375 active_shader_program(struct gl_context * ctx,GLuint pipeline,GLuint program,bool no_error) argument

Completed in 36 milliseconds

1234