Home
last modified time | relevance | path

Searched refs:conformant (Results 1 – 25 of 203) sorted by relevance

123456789

/third_party/mesa3d/docs/
Dconform.rst4 Mesa as a project does not get certified conformant by Khronos for the
8 of `conformant
9 products <https://www.khronos.org/conformance/adopters/conformant-products/>`_
24 conformance results to get added to the list of conformant products.
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_misc_hints.txt101 non-conformant depth functions. When <mode> is TRUE or NICEST,
102 GL uses strictly conformant depth functions. When <mode> is
109 non-conformant lighting operations. When <mode> is TRUE or NICEST,
110 GL uses strictly conformant lighting operations. When <mode> is
111 FALSE, FASTEST, or DONT_CARE, GL may use non-conformant lighting.
116 non-conformant scissoring operations. When <mode> is TRUE or NICEST,
117 GL uses strictly conformant scissoring. When <mode> is FALSE,
118 FASTEST, or DONT_CARE, GL may use non-conformant scissoring.
123 non-conformant polygon stippling. When <mode> is TRUE or NICEST,
124 GL uses strictly conformant polygon stippling. When <mode> is FALSE,
/third_party/openGLES/extensions/PGI/
DPGI_misc_hints.txt101 non-conformant depth functions. When <mode> is TRUE or NICEST,
102 GL uses strictly conformant depth functions. When <mode> is
109 non-conformant lighting operations. When <mode> is TRUE or NICEST,
110 GL uses strictly conformant lighting operations. When <mode> is
111 FALSE, FASTEST, or DONT_CARE, GL may use non-conformant lighting.
116 non-conformant scissoring operations. When <mode> is TRUE or NICEST,
117 GL uses strictly conformant scissoring. When <mode> is FALSE,
118 FASTEST, or DONT_CARE, GL may use non-conformant scissoring.
123 non-conformant polygon stippling. When <mode> is TRUE or NICEST,
124 GL uses strictly conformant polygon stippling. When <mode> is FALSE,
/third_party/skia/third_party/externals/swiftshader/docs/
DANGLE.md15conformant-products/opengles#submission_907) implementation, along with [SwiftShader's Vulkan 1.1]…
19 …ntend allows our team to focus our efforts on implementing a solid and conformant Vulkan frontend …
/third_party/EGL/extensions/KHR/
DEGL_KHR_config_attribs.txt80 this config are conformant
117 determines whether the corresponding context will be conformant
118 or non-conformant(fn1)."
120 "(fn1) most EGLConfigs should be conformant for all supported
122 non-conformant configs that an implementation can define."
202 colorspace or alpha mask format were effectively non-conformant
229 configs are conformant on a per-API basis. Correct sRGB
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_config_attribs.txt80 this config are conformant
117 determines whether the corresponding context will be conformant
118 or non-conformant(fn1)."
120 "(fn1) most EGLConfigs should be conformant for all supported
122 non-conformant configs that an implementation can define."
202 colorspace or alpha mask format were effectively non-conformant
229 configs are conformant on a per-API basis. Correct sRGB
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c164 egl_conformant_to_gst (int conformant) in egl_conformant_to_gst() argument
168 if (conformant & EGL_OPENGL_BIT) in egl_conformant_to_gst()
170 if (conformant & EGL_OPENGL_ES_BIT) in egl_conformant_to_gst()
172 if (conformant & EGL_OPENGL_ES2_BIT) in egl_conformant_to_gst()
175 if (conformant & EGL_OPENGL_ES3_BIT_KHR) in egl_conformant_to_gst()
180 if (conformant & EGL_OPENVG_BIT) in egl_conformant_to_gst()
409 int conformant, i = 0; in gst_gl_context_egl_dump_config() local
414 &conformant)) in gst_gl_context_egl_dump_config()
417 if (conformant & EGL_OPENGL_BIT) in gst_gl_context_egl_dump_config()
419 if (conformant & EGL_OPENGL_ES_BIT) in gst_gl_context_egl_dump_config()
[all …]
/third_party/openGLES/extensions/NV/
DNV_internalformat_sample_query.txt52 standards conformant. The idea of non-conformant AA modes is not new,
69 considered conformant. This enables an implementation to report
160 combination is not conformant. If this query reports
161 non-conformant status and the debug output functionality is enabled,
227 GLint conformant;
238 GL_CONFORMANT_NV, 1, &conformant);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_internalformat_sample_query.txt52 standards conformant. The idea of non-conformant AA modes is not new,
69 considered conformant. This enables an implementation to report
160 combination is not conformant. If this query reports
161 non-conformant status and the debug output functionality is enabled,
227 GLint conformant;
238 GL_CONFORMANT_NV, 1, &conformant);
/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp54 deInt32 conformant; member in eglu::ConfigInfo
100 , conformant (0) in ConfigInfo()
DegluConfigInfo.cpp52 case EGL_CONFORMANT: return conformant; in getAttribute()
101 egl.getConfigAttrib(display, config, EGL_CONFORMANT, &dst->conformant); in queryCoreConfigInfo()
/third_party/flutter/skia/third_party/externals/dawn/scripts/
Ddawn_features.gni31 # (required for unittests, obviously non-conformant)
35 # (best effort, non-conformant)
/third_party/vk-gl-cts/modules/egl/
DteglConfigList.cpp120 std::string conformant = de::toString(eglu::getAPIBitsStr(val)); in iterate() local
121 info.conformant = conformant.c_str(); in iterate()
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_experimental_present_path.txt42 This extension exposes an optimized, but potentially non-conformant,
100 conformant EGL configs when EGL_EXPERIMENTAL_PRESENT_PATH_FAST_ANGLE
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_experimental_present_path.txt42 This extension exposes an optimized, but potentially non-conformant,
100 conformant EGL configs when EGL_EXPERIMENTAL_PRESENT_PATH_FAST_ANGLE
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLPrintEGLinfoTest.cpp455 EGLint conformant = GetAttrib(mDisplay, config, EGL_CONFORMANT); in TEST_P() local
457 if (conformant & EGL_OPENGL_BIT) in TEST_P()
459 if (conformant & EGL_OPENGL_ES_BIT) in TEST_P()
461 if (conformant & EGL_OPENGL_ES2_BIT) in TEST_P()
463 if (conformant & EGL_OPENGL_ES3_BIT) in TEST_P()
/third_party/giflib/
Dbuild.adoc21 This codebase now assumes your compiler is C99-conformant. If it
24 is backward-conformant to C89 except that it uses bool/true/false.
/third_party/mesa3d/docs/drivers/
Dpanfrost.rst5 GPUs based on the Midgard and Bifrost microarchitectures. It is **conformant**
6 on Mali G52 but **non-conformant** on other GPUs. The following hardware is
Dv3d.rst4 Mesa's ``v3d`` graphics driver stack includes a `conformant GLES3.1
6 <https://www.khronos.org/conformance/adopters/conformant-products/opengles#submission_882>`__
/third_party/boost/libs/wave/
DREADME.md8 The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ …
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFBConfigCompatibility.md43 * We would like a conformant context.
49 out the non-conformant GLXFBConfig we got the following list (see function
125 As can be seen above, NVIDIA does not expose conformant context with multisampled
127 exposes them as conformant, which gives the following list after filtering as
193 All the non-conformant configs have a multisampled buffer, so it could be interesting
/third_party/openGLES/extensions/EXT/
DGLX_EXT_no_config_context.txt162 1) Should non-conformant no-config contexts be allowed to be created?
164 RESOLVED: No. We are not encouraging non-conformant contexts. This is
169 config is conformant, or to no drawable, must be conformant.
280 - Clarify the interaction with non-conformant configs
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_no_config_context.txt158 1) Should non-conformant no-config contexts be allowed to be created?
160 RESOLVED: No. We are not encouraging non-conformant contexts. This is
165 config is conformant, or to no drawable, must be conformant.
273 - Clarify the interaction with non-conformant configs
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFBConfigCompatibility.md43 * We would like a conformant context.
49 out the non-conformant GLXFBConfig we got the following list (see function
125 As can be seen above, NVIDIA does not expose conformant context with multisampled
127 exposes them as conformant, which gives the following list after filtering as
193 All the non-conformant configs have a multisampled buffer, so it could be interesting
/third_party/opencl-headers/tests/
DCMakeLists.txt5 # ICD on Windows uses system headers, which aren't strictly ANSI conformant

123456789