Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_conditional_render_inverted.txt47 This extension adds new modes to BeginConditionalRender which invert
60 Accepted by the <mode> parameter of BeginConditionalRender:
71 (add before the errors section for BeginConditionalRender on p. 339)
DARB_transform_feedback_overflow_query.txt158 (modify errors section for BeginConditionalRender on p. 339)
229 which can be used by BeginConditionalRender.
DARB_ES3_compatibility.txt156 rendering comands between BeginConditionalRender and the corresponding
/third_party/openGLES/extensions/ARB/
DARB_conditional_render_inverted.txt57 This extension adds new modes to BeginConditionalRender which invert
70 Accepted by the <mode> parameter of BeginConditionalRender:
81 (add before the errors section for BeginConditionalRender on p. 339)
DARB_transform_feedback_overflow_query.txt168 (modify errors section for BeginConditionalRender on p. 339)
239 which can be used by BeginConditionalRender.
DARB_ES3_compatibility.txt166 rendering comands between BeginConditionalRender and the corresponding
/third_party/mesa3d/src/mesa/main/
Dcondrender.c44 BeginConditionalRender(struct gl_context *ctx, struct gl_query_object *q, in BeginConditionalRender() function
164 BeginConditionalRender(ctx, q, mode); in begin_conditional_render()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_0_autogen.h19 ANGLE_EXPORT void GL_APIENTRY BeginConditionalRender(GLuint id, GLenum mode);
Dentry_points_gl_3_0_autogen.cpp29 void GL_APIENTRY BeginConditionalRender(GLuint id, GLenum mode) in BeginConditionalRender() function
43 ANGLE_CAPTURE(BeginConditionalRender, isCallValid, context, id, mode); in BeginConditionalRender()
Dproc_table_wgl_autogen.cpp49 {"glBeginConditionalRender", P(gl::BeginConditionalRender)},
DlibGL_autogen.cpp3046 return gl::BeginConditionalRender(id, mode); in glBeginConditionalRender()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_draw_texture.txt84 BeginConditionalRender and the corresponding EndConditionalRender are
442 UNRESOLVED: If DrawTextureNV is called inside a BeginConditionalRender
DNV_draw_vulkan_image.txt171 BeginConditionalRender and the corresponding EndConditionalRender are
DNV_gpu_multicast.txt180 * if issued between BeginConditionalRender and the corresponding EndConditionalRender.
/third_party/openGLES/extensions/NV/
DNV_draw_texture.txt84 BeginConditionalRender and the corresponding EndConditionalRender are
442 UNRESOLVED: If DrawTextureNV is called inside a BeginConditionalRender
DNV_draw_vulkan_image.txt171 BeginConditionalRender and the corresponding EndConditionalRender are
DNV_gpu_multicast.txt182 * if issued between BeginConditionalRender and the corresponding EndConditionalRender.
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h27 BeginConditionalRender, enumerator
Dentry_points_enum_autogen.cpp39 case EntryPoint::BeginConditionalRender: in GetEntryPointName()
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1483 { "glBeginConditionalRender", _O(BeginConditionalRender) },
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp49 ANGLE_CAPTURE(BeginConditionalRender, isCallValid, context, id, mode); in GL_BeginConditionalRender()