HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 1 - 25 of 627) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/egl/main/
eglfallbacks.c 52 memset(&drv->API, 0, sizeof(drv->API));
55 drv->API.Initialize = NULL;
56 drv->API.Terminate = NULL;
58 drv->API.GetConfigs = _eglGetConfigs;
59 drv->API.ChooseConfig = _eglChooseConfig;
60 drv->API.GetConfigAttrib = _eglGetConfigAttrib;
62 drv->API.CreateContext = (void*) _eglReturnFalse;
63 drv->API.DestroyContext = (void*) _eglReturnFalse;
64 drv->API.MakeCurrent = (void*) _eglReturnFalse
    [all...]
egldriver.h 90 _EGLAPI API; /**< EGL API dispatch table */
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
archrast.h 37 API = 0,
  /build/make/tools/droiddoc/templates-pdk/assets/
customizations.js 3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
6 + "document, change the value of the API Level filter above.</p>"
7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
  /external/mesa3d/src/mesa/main/
hint.c 53 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
61 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES)
69 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
77 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
105 if (ctx->API == API_OPENGL_CORE)
115 if (ctx->API == API_OPENGLES || !ctx->Extensions.ARB_fragment_shader)
enable.c 237 * whether the API supports it (GLES doesn't).
254 * check for whether the API supports it (GLES doesn't).
292 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
300 if (ctx->API != API_OPENGL_COMPAT)
347 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
382 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
397 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES
    [all...]
getstring.c 42 switch (ctx->API) {
94 _mesa_problem(ctx, "Unexpected API value in shading_language_version()");
140 if (ctx->API == API_OPENGL_CORE) {
146 if (ctx->API == API_OPENGLES)
150 if (ctx->API == API_OPENGL_COMPAT &&
224 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
229 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES)
234 if (ctx->API != API_OPENGL_COMPAT && ctx->API != API_OPENGLES
    [all...]
context.h 111 gl_api api,
143 _mesa_init_constants(struct gl_constants *consts, gl_api api);
246 * Macro to assert that the API call was made outside the
261 * Macro to assert that the API call was made outside the
283 return ctx->API == API_OPENGL_COMPAT || ctx->API == API_OPENGL_CORE;
293 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2;
303 return ctx->API == API_OPENGLES2 && ctx->Version >= 30;
313 return ctx->API == API_OPENGLES2 && ctx->Version >= 31
    [all...]
vtxfmt.c 50 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
54 if (ctx->API == API_OPENGL_COMPAT) {
62 if (ctx->API == API_OPENGL_COMPAT) {
66 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
72 if (ctx->API == API_OPENGL_COMPAT) {
87 if (ctx->API == API_OPENGL_COMPAT) {
106 if (ctx->API == API_OPENGL_COMPAT) {
115 if (ctx->API == API_OPENGL_COMPAT)
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.h 250 LocationAPIRequest(LocationAPIClientBase& API) : mAPI(API) {}
260 StartTrackingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
268 StopTrackingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
276 UpdateTrackingOptionsRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
284 StartBatchingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
    [all...]
  /hardware/qcom/gps/sdm845/location/
LocationAPIClientBase.h 250 LocationAPIRequest(LocationAPIClientBase& API) : mAPI(API) {}
260 StartTrackingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
268 StopTrackingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
276 UpdateTrackingOptionsRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
284 StartBatchingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
    [all...]
  /external/ImageMagick/coders/
wmf.c 72 #include "libwmf/api.h"
242 #define ERR(API) ((API)->err != wmf_E_None)
256 #include "libwmf/api.h"
306 # define wmf_api_create(api,flags,options) wmf_lite_create(api,flags,options)
307 # define wmf_api_destroy(api) wmf_lite_destroy(api)
378 #define WmfDrawingWand (((wmf_magick_t*)((API)->device_data))->draw_wand)
400 static void lite_font_init (wmfAPI* API, wmfAPI_Options* options)
    [all...]
  /compatibility/cdd/3_software/
3_1_managed-api-compatibility.md 1 ## 3.1\. Managed API Compatibility
4 Android applications. The Android application programming interface (API) is the
9 including all documented behaviors, of any documented API exposed by the
11 or any API decorated with the ?@SystemApi? marker in the upstream Android
18 API interfaces or signatures, deviate from the documented behavior, or include
29 same API level version.
33 higher than or equal to the minimum versions allowed per each API level.
34 For example, Android 7.0 device implementations, running API level 24 MUST
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /external/curl/docs/cmdline-opts/
delegation.d 3 Help: GSS-API delegation permission
negotiate.d 8 This option requires a library built with GSS-API or SSPI support. Use
9 --version to see if your curl supports GSS-API/SSPI or SPNEGO.
  /external/swiftshader/src/OpenGL/libEGL/
main.h 37 EGLenum API;
48 void setCurrentAPI(EGLenum API);
  /external/doclava/res/assets/templates/components/
api_filter.cs 1 <?cs # The default API filter selector that goes in the header ?><?cs
3 <div id="api-level-toggle">
5 <label for="apiLevelCheckbox" class="disabled">Filter by API Level: </label>
  /external/minijail/
libminijail-private.h 20 #define API __attribute__ ((visibility("default")))
libminijail.c 217 /* Minijail API. */
219 struct minijail API *minijail_new(void)
224 void API minijail_change_uid(struct minijail *j, uid_t uid)
232 void API minijail_change_gid(struct minijail *j, gid_t gid)
240 void API minijail_set_supplementary_gids(struct minijail *j, size_t size,
270 void API minijail_keep_supplementary_gids(struct minijail *j) {
274 int API minijail_change_user(struct minijail *j, const char *user)
309 int API minijail_change_group(struct minijail *j, const char *group)
339 void API minijail_use_seccomp(struct minijail *j)
344 void API minijail_no_new_privs(struct minijail *j
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 42 APInt API = APF.bitcastToAPInt();
43 std::string HexStr(utohexstr(API.getZExtValue()));
46 OS << utohexstr(API.getZExtValue());
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 80 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
339 driver->base.API.Initialize = init_haiku;
340 driver->base.API.Terminate = haiku_terminate;
341 driver->base.API.CreateContext = haiku_create_context;
342 driver->base.API.DestroyContext = haiku_destroy_context;
343 driver->base.API.MakeCurrent = haiku_make_current;
344 driver->base.API.CreateWindowSurface = haiku_create_window_surface;
345 driver->base.API.CreatePixmapSurface = haiku_create_pixmap_surface;
346 driver->base.API.CreatePbufferSurface = haiku_create_pbuffer_surface;
347 driver->base.API.DestroySurface = haiku_destroy_surface
    [all...]
  /external/v8/include/
v8-inspector.h 19 namespace API {
24 namespace API {
30 namespace API {
110 virtual std::unique_ptr<protocol::Runtime::API::StackTrace>
134 virtual std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
146 virtual std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
151 virtual std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
261 // API methods.
  /compatibility/cdd/9_security-model/
9_11_keys-and-credentials.md 5 cryptographic operations through the [KeyChain API](https://developer.android.com/reference/android/security/KeyChain.html)
6 or the [Keystore API](https://developer.android.com/reference/java/security/KeyStore.html).
49 trust agent, which implements the `TrustAgentService` System API, then they:
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 11 * name mangling that matches the API prefixing that happened as a result of
30 * public jemalloc API if JEMALLOC_NO_DEMANGLE is defined. This is primarily

Completed in 529 milliseconds

1 2 3 4 5 6 7 8 91011>>