Home
last modified time | relevance | path

Searched refs:context_flags (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/src/
Dgl45-khr-master.txt5 KHR-NoContext.gl45.context_flags.no_flags_set_case
6 KHR-NoContext.gl45.context_flags.debug_flag_set_case
7 KHR-NoContext.gl45.context_flags.robust_flag_set_case
8 KHR-NoContext.gl45.context_flags.all_flags_set_case
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/
Dgles32-khr-noctx-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/
Dgl45-khr-master.txt5 KHR-NoContext.gl45.context_flags.no_flags_set_case
6 KHR-NoContext.gl45.context_flags.debug_flag_set_case
7 KHR-NoContext.gl45.context_flags.robust_flag_set_case
8 KHR-NoContext.gl45.context_flags.all_flags_set_case
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.1.x/
Dgl45-khr-master.txt5 KHR-NoContext.gl45.context_flags.no_flags_set_case
6 KHR-NoContext.gl45.context_flags.debug_flag_set_case
7 KHR-NoContext.gl45.context_flags.robust_flag_set_case
8 KHR-NoContext.gl45.context_flags.all_flags_set_case
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/src/
Dgles32-khr-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.6.x/
Dgles32-khr-noctx-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.5.x/
Dgles32-khr-noctx-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/
Dgles32-khr-noctx-master.txt5 KHR-NoContext.es32.context_flags.no_flags_set_case
6 KHR-NoContext.es32.context_flags.debug_flag_set_case
7 KHR-NoContext.es32.context_flags.robust_flag_set_case
8 KHR-NoContext.es32.context_flags.all_flags_set_case
/third_party/ffmpeg/libavformat/
Dtls_schannel.c54 ULONG context_flags; member
113 &outbuf_desc, &c->context_flags, &c->ctxt_timestamp); in tls_shutdown_client()
212 … 0, 0, &inbuf_desc, 0, NULL, &outbuf_desc, &c->context_flags, in tls_client_handshake_loop()
310 NULL, 0, &c->ctxt_handle, &outbuf_desc, &c->context_flags, in tls_client_handshake()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c654 GLuint context_flags = 0; in gst_gl_context_get_current_gl_api() local
657 GetIntegerv (GL_CONTEXT_PROFILE_MASK, &context_flags); in gst_gl_context_get_current_gl_api()
658 if (context_flags & GL_CONTEXT_CORE_PROFILE_BIT) in gst_gl_context_get_current_gl_api()
660 if (context_flags & GL_CONTEXT_COMPATIBILITY_PROFILE_BIT) in gst_gl_context_get_current_gl_api()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c348 if (!(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) in si_destroy_context()
357 if (sctx->context_flags & SI_CONTEXT_FLAG_AUX) in si_get_reset_status()
363 if (status != PIPE_NO_RESET && needs_reset && !(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) { in si_get_reset_status()
475 sctx->context_flags = flags; in si_create_context()
Dsi_gfx_cs.c83 if (!(ctx->context_flags & SI_CONTEXT_FLAG_AUX) && in si_flush_gfx_cs()
Dsi_pipe.h1257 unsigned context_flags; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c581 unsigned context_flags) in r600_common_context_init() argument
608 (context_flags & PIPE_CONTEXT_COMPUTE_ONLY)) in r600_common_context_init()
Dr600_pipe_common.h699 unsigned context_flags);