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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/egl/main/
eglfallbacks.c 55 memset(&drv->API, 0, sizeof(drv->API));
58 drv->API.Initialize = NULL;
59 drv->API.Terminate = NULL;
61 drv->API.GetConfigs = _eglGetConfigs;
62 drv->API.ChooseConfig = _eglChooseConfig;
63 drv->API.GetConfigAttrib = _eglGetConfigAttrib;
65 drv->API.CreateContext = (CreateContext_t) _eglReturnFalse;
66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
67 drv->API.MakeCurrent = (MakeCurrent_t) _eglReturnFalse
    [all...]
eglapi.c 32 * Public EGL API entrypoints
45 * For each public API entry point, the opaque handles are looked up
104 * Macros to help return an API entrypoint.
345 drv->API.Terminate(drv, disp);
362 ret = drv->API.QueryString(drv, disp, name);
377 ret = drv->API.GetConfigs(drv, disp, configs, config_size, num_config);
392 ret = drv->API.ChooseConfig(drv, disp, attrib_list, configs,
409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value);
437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list);
454 ret = drv->API.DestroyContext(drv, disp, context)
    [all...]
  /ndk/build/awk/
extract-platform.awk 20 # target=android-<api>
21 # target=<vendor>:<name>:<api>
23 # <api> is a number, but can also be "Donut" for the first form,
29 API=unknown
34 API=substr($0,RSTART,RLENGTH)
37 API="android-" substr($0,RSTART+1,RLENGTH)
42 printf("%s", API)
  /external/jetty/src/java/org/eclipse/jetty/webapp/
Origin.java 21 public enum Origin {NotSet, WebXml, WebDefaults, WebOverride, WebFragment, Annotation, API}
  /external/mesa3d/src/mesa/main/
api_exec.c 136 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
148 if (ctx->API == API_OPENGL || ctx->API == API_OPENGL_CORE)
157 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
163 if (ctx->API == API_OPENGL) {
167 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
171 if (ctx->API != API_OPENGLES2)
    [all...]
enable.c 276 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
284 if (ctx->API != API_OPENGL)
333 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
369 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
384 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
399 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES
    [all...]
getstring.c 42 switch (ctx->API) {
83 _mesa_problem(ctx, "Unexpected API value in shading_language_version()");
129 if (ctx->API == API_OPENGL_CORE) {
136 if (ctx->API == API_OPENGLES)
143 if (ctx->API == API_OPENGL &&
215 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
220 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
225 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES
    [all...]
hint.c 54 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
62 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES)
70 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
78 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
96 if (ctx->API != API_OPENGL)
116 if (ctx->API == API_OPENGL_CORE)
126 if (ctx->API == API_OPENGLES || !ctx->Extensions.ARB_fragment_shader
    [all...]
vtxfmt.c 45 * API dispatch table.
51 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
60 if (ctx->API == API_OPENGL) {
64 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
98 if (ctx->API == API_OPENGL) {
110 if (ctx->API != API_OPENGLES2 || _mesa_is_gles3(ctx)) {
116 if (ctx->API != API_OPENGLES2) {
126 if (ctx->API != API_OPENGLES2 || _mesa_is_gles3(ctx))
    [all...]
context.h 109 gl_api api,
116 _mesa_create_context(gl_api api,
237 * Macro to assert that the API call was made outside the
252 * Macro to assert that the API call was made outside the
266 * Macro to assert that the API call was made outside the
278 * Macro to assert that the API call was made outside the
299 return ctx->API == API_OPENGL || ctx->API == API_OPENGL_CORE;
309 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2
    [all...]
  /build/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>");
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /external/tlsdate/src/
util-plan9.h 16 #define API
18 #define API __attribute__((visibility("default")))
routeup.c 39 int API
72 int API
113 int API
139 void API
146 int API
proxy-polarssl.c 263 int API proxy_polarssl_init(proxy_polarssl_ctx *ctx)
272 void API proxy_polarssl_set_bio(proxy_polarssl_ctx *ctx,
285 int API proxy_polarssl_free(proxy_polarssl_ctx *ctx)
299 int API proxy_polarssl_set_scheme(proxy_polarssl_ctx *ctx, const char *scheme)
312 int API proxy_polarssl_set_host(proxy_polarssl_ctx *ctx, const char *host)
320 void API proxy_polarssl_set_port(proxy_polarssl_ctx *ctx, uint16_t port)
325 int API proxy_polarssl_recv(void *ctx, unsigned char *data, size_t len)
344 int API proxy_polarssl_send(void *ctx, const unsigned char *data, size_t len)
  /ndk/tests/device/test-googletest-gnustl/jni/
Application.mk 4 # target API level 9 since it allows the use of clone() and regex()
  /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 16 #define API __attribute__ ((visibility("default")))
libminijail.c 208 /* Minijail API. */
210 struct minijail API *minijail_new(void)
215 void API minijail_change_uid(struct minijail *j, uid_t uid)
223 void API minijail_change_gid(struct minijail *j, gid_t gid)
231 void API minijail_set_supplementary_gids(struct minijail *j, size_t size,
259 int API minijail_change_user(struct minijail *j, const char *user)
293 int API minijail_change_group(struct minijail *j, const char *group)
323 void API minijail_use_seccomp(struct minijail *j)
328 void API minijail_no_new_privs(struct minijail *j)
333 void API minijail_use_seccomp_filter(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/llvm/bindings/ocaml/transforms/utils/
llvm_transform_utils.mli 12 This interface provides an OCaml API for LLVM transform utilities, the
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 39 #define API 11
41 #if API >= 11
74 #if API >= 11
91 #if API >= 11
133 #if API >= 11
151 #if API >= 11
170 #if API < 11
171 // we use a D3D11-like API internally
223 #if API >= 11
  /frameworks/support/
apicheck.mk 19 # $(support_module_api_dir) - dir to store API files
24 # $(api_check_current_msg_file) - file containing error message for current API check
25 # $(api_check_last_msg_file) - file containing error message for last SDK API check
53 -api $(support_module_api_file) \
65 # Check API
72 # Check that the API we're building hasn't broken the last-released SDK version
75 $(eval $(call check-api, \
85 check-support-api, \
89 # Check that the API we're building hasn't changed from the not-yet-released
91 $(eval $(call check-api, \
    [all...]
  /external/skia/platform_tools/android/bin/utils/
setup_toolchain.sh 42 API=21 # Android 5.0
44 API=14 # Android 4.0
47 TOOLCHAIN=$ANDROID_ARCH-$NDK-$API
61 --platform=android-$API \
69 verbose "Targeting NDK API $API (NDK Revision $NDK)"
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 50 EGLint api = -1; local
58 api = ST_API_OPENGL;
62 api = ST_API_OPENGL;
72 api = ST_API_OPENVG;
75 api = ST_API_OPENGL;
78 _eglLog(_EGL_WARNING, "unknown client API 0x%04x", ctx->ClientAPI);
82 stapi = egl_g3d_get_st_api(drv, api);
896 drv->API.ChooseConfig = egl_g3d_choose_config;
898 drv->API.CreateContext = egl_g3d_create_context;
899 drv->API.DestroyContext = egl_g3d_destroy_context
    [all...]

Completed in 369 milliseconds

1 2 3 4 5 6 7 8 91011>>