Home
last modified time | relevance | path

Searched refs:EndConditionalRender (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dcondrender.c141 if (ctx->Driver.EndConditionalRender) in end_conditional_render()
142 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery); in end_conditional_render()
Ddd.h1044 void (*EndConditionalRender)(struct gl_context *ctx, member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_condrender.c120 functions->EndConditionalRender = st_EndConditionalRender; in st_init_cond_render_functions()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_conditional_render.c180 functions->EndConditionalRender = brw_end_conditional_render; in brw_init_conditional_render_functions()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_0_autogen.h56 ANGLE_EXPORT void GL_APIENTRY EndConditionalRender();
Dentry_points_gl_3_0_autogen.cpp464 void GL_APIENTRY EndConditionalRender() in EndConditionalRender() function
477 ANGLE_CAPTURE(EndConditionalRender, isCallValid, context); in EndConditionalRender()
Dproc_table_wgl_autogen.cpp255 {"glEndConditionalRender", P(gl::EndConditionalRender)},
DlibGL_autogen.cpp3162 return gl::EndConditionalRender(); in glEndConditionalRender()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_draw_texture.txt84 BeginConditionalRender and the corresponding EndConditionalRender are
443 and EndConditionalRender pair and the query object indicates that
DNV_gpu_multicast.txt180 * if issued between BeginConditionalRender and the corresponding EndConditionalRender.
495 and the corresponding EndConditionalRender
503 EndConditionalRender
DNV_draw_vulkan_image.txt171 BeginConditionalRender and the corresponding EndConditionalRender are
/third_party/openGLES/extensions/NV/
DNV_draw_texture.txt84 BeginConditionalRender and the corresponding EndConditionalRender are
443 and EndConditionalRender pair and the query object indicates that
DNV_gpu_multicast.txt182 * if issued between BeginConditionalRender and the corresponding EndConditionalRender.
510 and the corresponding EndConditionalRender
518 EndConditionalRender
DNV_draw_vulkan_image.txt171 BeginConditionalRender and the corresponding EndConditionalRender are
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h297 EndConditionalRender, enumerator
Dentry_points_enum_autogen.cpp579 case EntryPoint::EndConditionalRender: in GetEntryPointName()
/third_party/mesa3d/docs/relnotes/
D7.11.1.rst181 - mesa: Add support for Begin/EndConditionalRender in display lists.
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1484 { "glEndConditionalRender", _O(EndConditionalRender) },
/third_party/openGLES/extensions/ARB/
DARB_ES3_compatibility.txt167 EndConditionalRender are discarded. ..."
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES3_compatibility.txt157 EndConditionalRender are discarded. ..."
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp603 ANGLE_CAPTURE(EndConditionalRender, isCallValid, context); in GL_EndConditionalRender()