Home
last modified time | relevance | path

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

12345678910>>...122

/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/llvm-project/lldb/bindings/
Dheaders.swig10 #include "lldb/API/SBAddress.h"
11 #include "lldb/API/SBAttachInfo.h"
12 #include "lldb/API/SBBlock.h"
13 #include "lldb/API/SBBreakpoint.h"
14 #include "lldb/API/SBBreakpointLocation.h"
15 #include "lldb/API/SBBreakpointName.h"
16 #include "lldb/API/SBBroadcaster.h"
17 #include "lldb/API/SBCommandInterpreter.h"
18 #include "lldb/API/SBCommandInterpreterRunOptions.h"
19 #include "lldb/API/SBCommandReturnObject.h"
[all …]
/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.c242 #define ERR(API) ((API)->err != wmf_E_None) argument
378 #define WmfDrawingWand (((wmf_magick_t*)((API)->device_data))->draw_wand)
400 static void lite_font_init (wmfAPI* API, wmfAPI_Options* options);
401 static void lite_font_map(wmfAPI* API,wmfFont* font);
402 static float lite_font_stringwidth(wmfAPI* API, wmfFont* font, char* str);
405 static void draw_fill_color_rgb(wmfAPI* API, const wmfRGB* rgb);
406 static void draw_stroke_color_rgb(wmfAPI* API, const wmfRGB* rgb);
407 static void draw_pattern_push(wmfAPI* API, unsigned long id, unsigned long columns, unsigne…
411 static void ipa_bmp_draw(wmfAPI * API, wmfBMP_Draw_t * bmp_draw);
412 static void ipa_bmp_free(wmfAPI * API, wmfBMP * bmp);
[all …]
/external/mesa3d/src/mesa/main/
Denable.c336 if (ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGLES || in _mesa_set_multisample()
394 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
404 if (ctx->API != API_OPENGL_COMPAT) in _mesa_set_enable()
445 if (ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGLES || in _mesa_set_enable()
458 if (ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGLES) { in _mesa_set_enable()
469 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
509 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
525 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
539 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _mesa_set_enable()
547 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES) in _mesa_set_enable()
[all …]
Dgetstring.c44 switch (ctx->API) { in shading_language_version()
148 if (ctx->API == API_OPENGL_CORE) { in _mesa_GetString()
156 if (ctx->API == API_OPENGLES) in _mesa_GetString()
160 if (ctx->API == API_OPENGL_COMPAT && in _mesa_GetString()
248 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _get_vao_pointerv()
253 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _get_vao_pointerv()
258 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES) in _get_vao_pointerv()
263 if (ctx->API != API_OPENGL_COMPAT) in _get_vao_pointerv()
268 if (ctx->API != API_OPENGL_COMPAT) in _get_vao_pointerv()
273 if (ctx->API != API_OPENGL_COMPAT) in _get_vao_pointerv()
[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()
/external/python/google-api-python-client/samples/
DREADME.md1 # Samples by API
3 ## ![](http://www.google.com/images/icons/product/doubleclick-32.gif) Ad Exchange Buyer API
7 Documentation for the Ad Exchange Buyer API in
13 <td>Samples for working with the Ad Exchange Buyer API</td>
17 ## ![](http://www.google.com/images/icons/product/adsense-32.png) AdSense Management API
22 Documentation for the AdSense Management API in
28 <td>Collection of command-line samples for the AdSense Management API</td>
32 ## ![](http://www.google.com/images/icons/product/analytics-32.png) Google Analytics API
36 Documentation for the Google Analytics API in
42 <td>Command-line samples for producing reports with the Analytics API</td>
[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/python/google-api-python-client/docs/
Dauth.md3API calls, your application needs to be authenticated. When an API accesses a user's private data,…
7API authentication and authorization are handled. All API calls must use either simple or authoriz…
9 ### 1. Simple API access (API keys)
11 These API calls do not access any private user data. Your application must authenticate itself as a…
13 **API key:** To authenticate your application, use an [API key](api-keys.md) for your API Console p…
15 …ing:** Keep your API key private. If someone obtains your key, they could use it to consume your q…
17 ### 2. Authorized API access (OAuth 2.0)
19 These API calls access private user data. Before you can call them, the user that has access to the…
21 **Scope:** Each API defines one or more scopes that declare a set of operations permitted. For exam…
23 … for the scope requested. Your application uses access tokens to authorize API calls. Access token…
[all …]
Dstart.md10 …le.com/console/help/managing-projects) and create a project in the [Google API Console](https://co…
15API authentication and authorization are handled. All API calls must use either simple or authoriz…
17 ### 1. Simple API access (API keys)
19 These API calls do not access any private user data. Your application must authenticate itself as a…
21 **API key**: To authenticate your application, use an [API key](https://cloud.google.com/docs/authe…
23 > **Warning**: Keep your API key private. If someone obtains your key, they could use it to consume…
25 ### 2. Authorized API access (OAuth 2.0)
27 These API calls access private user data. Before you can call them, the user that has access to the…
29 * **Scope**: Each API defines one or more scopes that declare a set of operations permitted. For …
30 … for the scope requested. Your application uses access tokens to authorize API calls. Access token…
[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/swiftshader/tests/regres/testlist/
Dtestlist.go33 type API string type
37 EGL = API("egl")
38 GLES2 = API("gles2")
39 GLES3 = API("gles3")
40 Vulkan = API("vulkan")
47 API API member
72 API: g.API,
87 API: g.API,
139 API string
153 API: API(jsonGroup.API),
/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/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dcustomized_task_api.md1 # Build you own Task API
5 TensorFlow. You can extend the Task API infrastructure to build customized APIs
10 Task API infrastructure has a two-layer structure: the bottom C++ layer
19 to provide conversion logic between TFLite model interface and Task API
26 your own APIs for other tasks using the Task API infrastructure.
32 ## Build your own API with Task API infra
34 ### C++ API
36 All TFLite details are implemented in the native API. Create an API object by
49 // Create the API from a model file
60 #### Building the API argument
[all …]
/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/arm-trusted-firmware/docs/components/
Dplatform-interrupt-controller-API.rst1 Platform Interrupt Controller API
4 This document lists the optional platform interrupt controller API that
17 This API should return the priority of the interrupt the PE is currently
32 The API should return whether the interrupt ID (first parameter) is categorized
45 The API should return whether the interrupt ID (first parameter) is categorized
58 The API should return whether the interrupt ID (first parameter) is categorized
71 This API should return the *active* status of the interrupt ID specified by the
74 In case of Arm standard platforms using GIC, the implementation of the API reads
86 This API should enable the interrupt ID specified by the first parameter,
89 In case of Arm standard platforms using GIC, the implementation of the API
[all …]
/external/harfbuzz_ng/
DTODO1 API issues:
4 - API to accept a list of languages?
9 API additions
16 - Add sanitize API.
18 - Add query / enumeration API for aalt-like features?
20 - Add segmentation API
/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/llvm-project/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/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/tensorflow/tensorflow/lite/g3doc/api_docs/
Dindex.md1 # TensorFlow Lite API Reference
3 The API reference documentation provides detailed information for each of the
7 * [Python API reference](https://tensorflow.org/lite/api_docs/python/tf/lite)
8 * [Android (Java) API reference](https://tensorflow.org/lite/api_docs/java/org/tensorflow/lite/pa…
9 * iOS API reference (coming soon)
10 * [C++ API reference](https://tensorflow.org/lite/api_docs/cc)
/external/tensorflow/tensorflow/lite/c/
DREADME.md1 # TensorFlow Lite C API
4 for common types, like kernels and delegates, as well as an explicit C API
16 * `c_api.h` - Contains the TensorFlow Lite C API for inference. The
18 functionality provided by the C++ `Interpreter` API.
19 * `c_api_experimental.h` - Contains experimental C API methods for inference.
20 These methods are useful and usable, but aren't yet part of the stable API.
22 ## Using the C API
24 See the [`c_api.h`](c_api.h) header for API usage details.
26 ## Building the C API
28 A native shared library target that contains the C API for inference has been
/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
11 You will need an API approval to make changes to the public TensorFlow API. This
12 includes additions to the API.

12345678910>>...122