/external/mesa3d/src/mesa/main/ |
D | nvprogram.c | 65 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ExecuteProgramNV() 142 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_RequestResidentProgramsNV() 180 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetProgramParameterfvNV() 215 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetProgramParameterdvNV() 251 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetProgramivNV() 287 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetProgramStringNV() 319 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTrackMatrixivNV() 361 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetVertexAttribdvNV() 405 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetVertexAttribfvNV() 449 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetVertexAttribivNV() [all …]
|
D | depth.c | 45 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ClearDepth() 71 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DepthFunc() 107 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DepthMask() 135 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DepthBoundsEXT()
|
D | polygon.c | 57 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_CullFace() 93 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_FrontFace() 132 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PolygonMode() 225 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PolygonStipple() 246 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetnPolygonStippleARB() 275 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PolygonOffset()
|
D | arbprogram.c | 77 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BindProgram() 224 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GenPrograms() 344 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ProgramStringARB() 454 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ProgramEnvParameter4fARB() 479 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ProgramEnvParameter4fvARB() 496 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ProgramEnvParameters4fvEXT() 551 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetProgramEnvParameterfvARB() 569 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ProgramLocalParameter4fARB() 599 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ProgramLocalParameters4fvEXT() 667 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetProgramLocalParameterfvARB() [all …]
|
D | blend.c | 210 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BlendFuncSeparateEXT() 280 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BlendFuncSeparatei() 349 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BlendEquation() 393 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BlendEquationi() 430 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BlendEquationSeparateEXT() 486 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BlendEquationSeparatei() 546 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BlendColor() 583 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_AlphaFunc() 631 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_LogicOp() 674 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_IndexMask() [all …]
|
D | queryobj.c | 181 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GenQueriesARB() 220 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DeleteQueriesARB() 292 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BeginQueryIndexed() 356 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_EndQueryIndexed() 404 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_QueryCounter() 462 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetQueryIndexediv() 542 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetQueryObjectivARB() 593 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetQueryObjectuivARB() 647 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetQueryObjecti64vEXT() 688 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetQueryObjectui64vEXT()
|
D | stencil.c | 111 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ClearStencil() 140 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_StencilFuncSeparateATI() 199 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_StencilFunc() 271 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_StencilMask() 328 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_StencilOp() 391 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ActiveStencilFaceEXT() 424 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_StencilOpSeparate() 482 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_StencilFuncSeparate() 523 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_StencilMaskSeparate()
|
D | feedback.c | 57 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_FeedbackBuffer() 106 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PassThrough() 169 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_SelectBuffer() 312 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_LoadName() 351 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PushName() 382 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PopName()
|
D | pixel.c | 55 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PixelZoom() 187 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PixelMapfv() 230 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PixelMapuiv() 286 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PixelMapusv() 344 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetnPixelMapfvARB() 395 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetnPixelMapuivARB() 446 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetnPixelMapusvARB() 512 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PixelTransferf()
|
D | lines.c | 44 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_LineWidth() 98 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_LineStipple()
|
D | varray.c | 449 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_VertexAttribPointerNV() 487 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_VertexAttribPointerARB() 517 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_VertexAttribIPointer() 536 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_EnableVertexAttribArrayARB() 563 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DisableVertexAttribArrayARB() 672 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetVertexAttribfvARB() 691 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetVertexAttribdvARB() 713 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetVertexAttribivARB() 737 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetVertexAttribIiv() 758 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetVertexAttribIuiv() [all …]
|
D | clip.c | 57 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ClipPlane() 104 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetClipPlane()
|
D | texgen.c | 80 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexGenfv() 302 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexGendv() 340 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexGenfv() 386 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexGeniv()
|
D | colortab.c | 136 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetColorTableParameterfv() 146 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetColorTableParameteriv()
|
D | texenv.c | 397 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexEnvfv() 670 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexEnvfv() 734 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexEnviv() 799 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexBumpParameterivATI() 829 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexBumpParameterfvATI() 862 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexBumpParameterivATI() 914 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexBumpParameterfvATI()
|
D | clear.c | 49 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ClearIndex() 79 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ClearColor() 102 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ClearColorIiEXT() 125 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ClearColorIuiEXT()
|
D | syncobj.c | 226 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DeleteSync() 348 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_WaitSync() 380 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetSynciv()
|
D | texparam.c | 642 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexParameterf() 703 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexParameterfv() 779 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexParameteri() 823 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexParameteriv() 884 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexParameterIiv() 914 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TexParameterIuiv() 1251 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexLevelParameteriv() 1289 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexParameterfv() 1476 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexParameteriv() 1657 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetTexParameterIiv() [all …]
|
D | context.h | 257 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ macro 273 ASSERT_OUTSIDE_BEGIN_END(ctx); \
|
D | texturebarrier.c | 51 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_TextureBarrierNV()
|
D | points.c | 47 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PointSize() 105 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_PointParameterfv()
|
D | arrayobj.c | 345 ASSERT_OUTSIDE_BEGIN_END(ctx); in bind_vertex_array() 442 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DeleteVertexArraysAPPLE() 487 ASSERT_OUTSIDE_BEGIN_END(ctx); in gen_vertex_arrays()
|
D | bufferobj.c | 828 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BindBufferARB() 849 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DeleteBuffersARB() 960 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GenBuffersARB() 1021 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BufferDataARB() 1100 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BufferSubDataARB() 1125 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetBufferSubDataARB() 1302 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetBufferParameterivARB() 1359 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetBufferParameteri64v() 1408 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetBufferPointervARB() 1430 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_CopyBufferSubData() [all …]
|
D | fbobject.c | 909 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BindRenderbufferEXT() 981 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DeleteRenderbuffersEXT() 1027 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GenRenderbuffersEXT() 1419 ASSERT_OUTSIDE_BEGIN_END(ctx); in renderbuffer_storage() 1506 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_EGLImageTargetRenderbufferStorageOES() 1601 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetRenderbufferParameterivEXT() 1728 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_BindFramebufferEXT() 1855 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_DeleteFramebuffersEXT() 1910 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GenFramebuffersEXT() 2004 ASSERT_OUTSIDE_BEGIN_END(ctx); in framebuffer_texture() [all …]
|
D | light.c | 42 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ShadeModel() 72 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ProvokingVertexEXT() 215 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_Lightfv() 338 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetLightfv() 388 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_GetLightiv() 459 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_LightModelfv() 732 ASSERT_OUTSIDE_BEGIN_END(ctx); in _mesa_ColorMaterial()
|