Searched refs:EndConditionalRender (Results 1 – 21 of 21) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | condrender.c | 141 if (ctx->Driver.EndConditionalRender) in end_conditional_render() 142 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery); in end_conditional_render()
|
D | dd.h | 1044 void (*EndConditionalRender)(struct gl_context *ctx, member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_condrender.c | 120 functions->EndConditionalRender = st_EndConditionalRender; in st_init_cond_render_functions()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_conditional_render.c | 180 functions->EndConditionalRender = brw_end_conditional_render; in brw_init_conditional_render_functions()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_0_autogen.h | 56 ANGLE_EXPORT void GL_APIENTRY EndConditionalRender();
|
D | entry_points_gl_3_0_autogen.cpp | 464 void GL_APIENTRY EndConditionalRender() in EndConditionalRender() function 477 ANGLE_CAPTURE(EndConditionalRender, isCallValid, context); in EndConditionalRender()
|
D | proc_table_wgl_autogen.cpp | 255 {"glEndConditionalRender", P(gl::EndConditionalRender)},
|
D | libGL_autogen.cpp | 3162 return gl::EndConditionalRender(); in glEndConditionalRender()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_draw_texture.txt | 84 BeginConditionalRender and the corresponding EndConditionalRender are 443 and EndConditionalRender pair and the query object indicates that
|
D | NV_gpu_multicast.txt | 180 * if issued between BeginConditionalRender and the corresponding EndConditionalRender. 495 and the corresponding EndConditionalRender 503 EndConditionalRender
|
D | NV_draw_vulkan_image.txt | 171 BeginConditionalRender and the corresponding EndConditionalRender are
|
/third_party/openGLES/extensions/NV/ |
D | NV_draw_texture.txt | 84 BeginConditionalRender and the corresponding EndConditionalRender are 443 and EndConditionalRender pair and the query object indicates that
|
D | NV_gpu_multicast.txt | 182 * if issued between BeginConditionalRender and the corresponding EndConditionalRender. 510 and the corresponding EndConditionalRender 518 EndConditionalRender
|
D | NV_draw_vulkan_image.txt | 171 BeginConditionalRender and the corresponding EndConditionalRender are
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 297 EndConditionalRender, enumerator
|
D | entry_points_enum_autogen.cpp | 579 case EntryPoint::EndConditionalRender: in GetEntryPointName()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.11.1.rst | 181 - mesa: Add support for Begin/EndConditionalRender in display lists.
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1484 { "glEndConditionalRender", _O(EndConditionalRender) },
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_ES3_compatibility.txt | 167 EndConditionalRender are discarded. ..."
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_ES3_compatibility.txt | 157 EndConditionalRender are discarded. ..."
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 603 ANGLE_CAPTURE(EndConditionalRender, isCallValid, context); in GL_EndConditionalRender()
|