Home
last modified time | relevance | path

Searched refs:API (Results 1 – 25 of 1696) sorted by relevance

12345678910>>...68

/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp244 template <class API>
277 const std::string& tested_snippet, typename TestCaseBase<API>::TestShaderType tested_shader_type,
281 typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& shader_source);
295 …virtual void test_shader_compilation(typename TestCaseBase<API>::TestShaderType tested_shader_type…
311 template <class API>
312 class SizedDeclarationsPrimitive : public TestCaseBase<API>
317 : TestCaseBase<API>(context, "SizedDeclarationsPrimitive", in SizedDeclarationsPrimitive()
331 void test_shader_compilation(typename TestCaseBase<API>::TestShaderType tested_shader_type);
334 template <class API>
335 class SizedDeclarationsStructTypes1 : public TestCaseBase<API>
[all …]
Des31cArrayOfArraysTests.cpp314 template <class API>
370 if (API::USE_DOUBLE) in initializeMap()
399 case TestCaseBase<API>::VERTEX_SHADER_TYPE: \
402 case TestCaseBase<API>::FRAGMENT_SHADER_TYPE: \
404 case TestCaseBase<API>::COMPUTE_SHADER_TYPE: \
406 case TestCaseBase<API>::GEOMETRY_SHADER_TYPE: \
409 case TestCaseBase<API>::TESSELATION_CONTROL_SHADER_TYPE: \
412 case TestCaseBase<API>::TESSELATION_EVALUATION_SHADER_TYPE: \
440 case TestCaseBase<API>::COMPUTE_SHADER_TYPE: \
448 case TestCaseBase<API>::FRAGMENT_SHADER_TYPE: \
[all …]
/external/mesa3d/src/egl/main/
Deglfallbacks.c52 memset(&drv->API, 0, sizeof(drv->API)); in _eglInitDriverFallbacks()
55 drv->API.Initialize = NULL; in _eglInitDriverFallbacks()
56 drv->API.Terminate = NULL; in _eglInitDriverFallbacks()
58 drv->API.GetConfigs = _eglGetConfigs; in _eglInitDriverFallbacks()
59 drv->API.ChooseConfig = _eglChooseConfig; in _eglInitDriverFallbacks()
60 drv->API.GetConfigAttrib = _eglGetConfigAttrib; in _eglInitDriverFallbacks()
62 drv->API.CreateContext = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
63 drv->API.DestroyContext = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
64 drv->API.MakeCurrent = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
65 drv->API.QueryContext = _eglQueryContext; in _eglInitDriverFallbacks()
[all …]
DREADME.txt8 1. An EGL API dispatcher. This directly routes all the eglFooBar() API
11 2. Fallbacks for EGL API functions. A driver _could_ implement all the
12 EGL API calls from scratch. But in many cases, the fallbacks provided
26 As part of initialization, the dispatch table in _EGLDriver->API must be
29 driver->API.Initialize and driver->API.Terminate _must_ be implemented
33 Shortly after, the driver->API.Initialize() function is executed. Any additional
58 When eglTerminate() is called, the driver->API.Terminate() function is
/external/mesa3d/src/mesa/main/
Denable.c292 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
300 if (ctx->API != API_OPENGL_COMPAT) in _mesa_set_enable()
347 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
382 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
397 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
411 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
419 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES) in _mesa_set_enable()
427 if (ctx->API != API_OPENGL_COMPAT) in _mesa_set_enable()
435 if (ctx->API != API_OPENGL_COMPAT) in _mesa_set_enable()
453 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES) in _mesa_set_enable()
[all …]
Dgetstring.c42 switch (ctx->API) { in shading_language_version()
140 if (ctx->API == API_OPENGL_CORE) { in _mesa_GetString()
146 if (ctx->API == API_OPENGLES) in _mesa_GetString()
150 if (ctx->API == API_OPENGL_COMPAT && in _mesa_GetString()
224 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_GetPointerv()
229 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_GetPointerv()
234 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_GetPointerv()
239 if (ctx->API != API_OPENGL_COMPAT) in _mesa_GetPointerv()
244 if (ctx->API != API_OPENGL_COMPAT) in _mesa_GetPointerv()
249 if (ctx->API != API_OPENGL_COMPAT) in _mesa_GetPointerv()
[all …]
Dhint.c53 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_Hint()
61 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES) in _mesa_Hint()
69 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_Hint()
77 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_Hint()
105 if (ctx->API == API_OPENGL_CORE) in _mesa_Hint()
115 if (ctx->API == API_OPENGLES || !ctx->Extensions.ARB_fragment_shader) in _mesa_Hint()
Dvtxfmt.c50 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt()
54 if (ctx->API == API_OPENGL_COMPAT) { in install_vtxfmt()
62 if (ctx->API == API_OPENGL_COMPAT) { in install_vtxfmt()
66 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) { in install_vtxfmt()
72 if (ctx->API == API_OPENGL_COMPAT) { in install_vtxfmt()
87 if (ctx->API == API_OPENGL_COMPAT) { in install_vtxfmt()
106 if (ctx->API == API_OPENGL_COMPAT) { in install_vtxfmt()
115 if (ctx->API == API_OPENGL_COMPAT) { in install_vtxfmt()
126 if (ctx->API != API_OPENGLES) { in install_vtxfmt()
159 if (ctx->API == API_OPENGL_COMPAT) { in install_vtxfmt()
[all …]
Dcontext.h283 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE; in _mesa_is_desktop_gl()
293 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2; in _mesa_is_gles()
303 return ctx->API == API_OPENGLES2 && ctx->Version >= 30; in _mesa_is_gles3()
313 return ctx->API == API_OPENGLES2 && ctx->Version >= 31; in _mesa_is_gles31()
323 return ctx->API == API_OPENGLES2 && ctx->Version >= 32; in _mesa_is_gles32()
345 (ctx->API == API_OPENGLES2 && ctx->Version >= 31); in _mesa_has_compute_shaders()
/external/flatbuffers/docs/source/
Dgroups1 /// @defgroup flatbuffers_cpp_api C++ API
2 /// @brief FlatBuffers API for C++
4 /// @defgroup flatbuffers_csharp_api C# API
5 /// @brief FlatBuffers API for C#
7 /// @defgroup flatbuffers_go_api Go API
8 /// @brief FlatBuffers API for Go
10 /// @defgroup flatbuffers_java_api Java API
11 /// @brief FlatBuffers API for Java
13 /// @defgroup flatbuffers_javascript_api JavaScript API
14 /// @brief FlatBuffers API for JavaScript
[all …]
/external/ImageMagick/coders/
Dwmf.c240 #define ERR(API) ((API)->err != wmf_E_None) argument
376 #define WmfDrawingWand (((wmf_magick_t*)((API)->device_data))->draw_wand)
398 static void lite_font_init (wmfAPI* API, wmfAPI_Options* options);
399 static void lite_font_map(wmfAPI* API,wmfFont* font);
400 static float lite_font_stringwidth(wmfAPI* API, wmfFont* font, char* str);
403 static void draw_fill_color_rgb(wmfAPI* API, const wmfRGB* rgb);
404 static void draw_stroke_color_rgb(wmfAPI* API, const wmfRGB* rgb);
405 static void draw_pattern_push(wmfAPI* API, unsigned long id, unsigned long columns, unsigne…
409 static void ipa_bmp_draw(wmfAPI * API, wmfBMP_Draw_t * bmp_draw);
410 static void ipa_bmp_free(wmfAPI * API, wmfBMP * bmp);
[all …]
/external/lz4/examples/
Dstreaming_api_basics.md1 # LZ4 Streaming API Basics
3 ## LZ4 API sets
5 LZ4 has the following API sets :
7 - "Auto Framing" API (lz4frame.h) :
8 This is most recommended API for usual application.
11 - "Block" API : This is recommended for simple purpose.
13 - "Streaming" API : This is designed for complex thing.
16 Basically, you should use "Auto Framing" API.
20 ## What is difference between Block and Streaming API ?
22 Block API (de)compresses single contiguous memory block.
[all …]
/external/eigen/doc/
DB01_Experimental.dox9API is, to a large extent, stable. However, we wish to retain the freedom to make API incompatible…
11 Our goal is that for the 2.1 release (expected in July 2009) most of these parts become API-stable …
13API stability is a major concern for our users. That's why it's a priority for us to reach it, but…
17 \li be subject to an API incompatible change;
18 \li introduce API or ABI incompatible changes in your own code if you let them affect your API or A…
22 The following modules are considered entirely experimental, and we make no firm API stability guara…
37 The only classes subject to (even partial) API stability guarantee (meaning that you can safely con…
38 \li MatrixBase : partial API stability (see below)
39 \li Matrix : full API stability (except for experimental stuff inherited from MatrixBase)
40 \li Map : full API stability (except for experimental stuff inherited from MatrixBase)
[all …]
/external/python/cpython3/Doc/c-api/
Dstable.rst9 Traditionally, the C API of Python will change with every release. Most changes
10 will be source-compatible, typically by only adding API, rather than changing
11 existing API or removing API (although some interfaces do get removed after
14 Unfortunately, the API compatibility does not extend to binary compatibility
17 API, but can break the ABI. As a consequence, extension modules need to be
23 Since Python 3.2, a subset of the API has been declared to guarantee a stable
24 ABI. Extension modules wishing to use this API (called "limited API") need to
36 As of Python 3.2, the set of functions available to the limited API is
37 documented in :pep:`384`. In the C API documentation, API elements that are not
38 part of the limited API are marked as "Not part of the limited API."
/external/deqp/doc/testspecs/GLES2/
Dfunctional.negative_api.txt19 Negative API tests
25 + Negative tests for all API functions capable of producing errors
27 - Buffer API
28 - Fragment API
29 - Shader API
30 - State API & Special Functions
31 - Texture API
32 - Vertex Array API
35 + Tests for API functions that cannot produce errors
39 Negative API test set goes through all GL commands that are capable of
/external/libcxx/docs/DesignDocs/
DThreadingSupportAPI.rst2 Threading Support API
14 other. To address this libc++ wraps the underlying threading API in a new and
15 consistent API, which it uses internally to implement threading primitives.
21 External Threading API and the ``<__external_threading>`` header
24 In order to support vendors with custom threading API's libc++ allows the
36 libc++ can be compiled with its internal threading API delegating to an external
39 expected to provide the implementation of the libc++ internal threading API.
43 API but leaves out the implementation.
62 header to provide the internal threading API. This macro overrides
67 internal threading API.
[all …]
/external/syslinux/gpxe/src/doc/
Dpxe_extensions25 Set before calling API service:
32 Returned from API service:
34 FileHandle: Handle for use in subsequent PXE FILE API calls.
62 Set before calling API service:
67 Returned from API service:
97 Set before calling API service:
102 Returned from API service:
125 This API function is non-blocking. PXENV_EXIT_SUCCESS
143 Set before calling API service:
153 Returned from API service:
[all …]
/external/llvm/test/tools/gold/X86/
Demit-llvm.ll8 ; RUN: FileCheck --check-prefix=API %s < %T/../apifile.txt
100 ; API: f1 PREVAILING_DEF_IRONLY
101 ; API: f2 PREVAILING_DEF_IRONLY
102 ; API: f3 PREVAILING_DEF_IRONLY_EXP
103 ; API: f4 PREVAILING_DEF_IRONLY_EXP
104 ; API: f5 PREVAILING_DEF_IRONLY_EXP
105 ; API: f6 PREVAILING_DEF_IRONLY_EXP
106 ; API: f7 PREVAILING_DEF_IRONLY_EXP
107 ; API: f8 PREVAILING_DEF_IRONLY_EXP
108 ; API: g7 UNDEF
[all …]
/external/harfbuzz_ng/
DTODO13 API issues:
16 - API to accept a list of languages?
25 API additions
34 - Add sanitize API (and a cached version, that saves result on blob user-data)
36 - BCP 47 language handling / API (language_matches?)
40 - Add query / enumeration API for aalt-like features?
44 - Add segmentation API
58 - ot-layout enumeration API (needs font)
DNEWS24 - New API:
74 - Don't use deprecated ICU API.
76 - Deprecated API:
94 new API hb_font_set_ptem().
97 using new API hb_ft_font_changed().
108 New API:
120 All our tests pass with --verify now, meaning unsafe-to-break API
132 - Misc new API, for appending a buffer to another, and for comparing
135 - New "unsafe-to-break" API. Can be used to speed up reshaping
148 - New API:
[all …]
/external/freetype/
Dmodules.cfg115 # that its public API is subject to change if necessary). See
127 # See include/freetype/ftgzip.h for the API.
133 # See include/freetype/ftlzw.h for the API.
139 # See include/freetype/ftbzip2.h for the API.
167 # See include/freetype/ftbbox.h for the API.
172 # See include/freetype/ftbdf.h for the API.
178 # See include/freetype/ftbitmap.h for the API.
183 # See include/freetype/ftcid.h for the API.
188 # See include/freetype/ftfntfmt.h for the API.
193 # See include/freetype/freetype.h for the API.
[all …]
/external/minijail/
Dlibminijail.c257 struct minijail API *minijail_new(void) in minijail_new()
264 void API minijail_change_uid(struct minijail *j, uid_t uid) in minijail_change_uid()
272 void API minijail_change_gid(struct minijail *j, gid_t gid) in minijail_change_gid()
280 void API minijail_set_supplementary_gids(struct minijail *j, size_t size, in minijail_set_supplementary_gids()
310 void API minijail_keep_supplementary_gids(struct minijail *j) { in minijail_keep_supplementary_gids()
314 int API minijail_change_user(struct minijail *j, const char *user) in minijail_change_user()
329 int API minijail_change_group(struct minijail *j, const char *group) in minijail_change_group()
339 void API minijail_use_seccomp(struct minijail *j) in minijail_use_seccomp()
344 void API minijail_no_new_privs(struct minijail *j) in minijail_no_new_privs()
349 void API minijail_use_seccomp_filter(struct minijail *j) in minijail_use_seccomp_filter()
[all …]
/external/icu/icu4j/tools/build/
DREADME.txt10 supported API between versions of ICU4J.
16 generate a file listing information about the public API, including
18 private API, API marked @internal. The file is written as text, so it
37 on removals, changes, and additions to the API. It does this by
38 comparing the API information in the two API files. When new classes
39 are added, only the class is listed, not its entire API, and similarly
42 by showing the old and new versions of the API.
45 about inherited API. So for example, moving public API from a class
46 to a base class is reported as a deletion of API from the original
47 class, even though the effective API on the original class is
[all …]
/external/tensorflow/tensorflow/tools/api/tests/
DREADME.txt1 TensorFlow API backwards compatibility test
2 This test ensures all changes to the public API of TensorFlow are intended.
4 If this test fails, it means a change has been made to the public API. Backwards
12 You will need an API approval to make changes to the public TensorFlow API. This
13 includes additions to the API.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.debug.txt25 + Reporting basic API errors
41 + Negative API tests for the extension itself
42 + Some API errors
59 Basic API error conditions are tested by calling the API in a manner that should
62 Other than the fetching of errors (where necessary) the API usage is identical
68 Message filtering tests use a partially randomized set of API calls. The
71 (unfiltered) state and the API calls are re-run. The messages from the second
75 Filtering tests are essentially run several times with the same set of API
78 Asynchronous message generation is tested by running the same set of API calls
80 comparing the generated messages. The set of API calls used is randomized.

12345678910>>...68