HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 26 - 50 of 549) sorted by null

12 3 4 5 6 7 8 91011>>

  /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
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 10 * 2. Provide an API via which the SAML provider can pass user credentials to
14 * the SAML provider does not support the credential passing API.
22 * The credential passing API is used by sending messages to the SAML page's
23 * |window| object. This class forwards API calls from the SAML page to a
24 * background script and API responses from the background script to the SAML
28 // Channel to which API calls are forwarded.
32 * Initialize the API call forwarder.
33 * @param {!Object} channel Channel to which API calls should be forwarded.
50 // Forward API calls to the background script.
55 // Forward API responses to the SAML page
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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...]
texgen.c 54 if (ctx->API == API_OPENGLES) {
135 if (ctx->API != API_OPENGL
149 if (ctx->API != API_OPENGL) {
164 if (ctx->API != API_OPENGL) {
360 if (ctx->API != API_OPENGL) {
367 if (ctx->API != API_OPENGL) {
406 if (ctx->API != API_OPENGL) {
416 if (ctx->API != API_OPENGL) {
  /external/mesa3d/src/mesa/main/
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...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
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...]
  /external/mesa3d/src/egl/main/
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/tools/
cleanup-headers.sh 53 for API in $API_LEVELS; do
54 rm -rf $DEV_NDK_PLATFORM_DIR/android-$API/arch-$NEW_ARCH
106 for API in $API_LEVELS; do
107 log2 "API: $API"
108 OLD_PLATFORM_DIR=$DEV_NDK_PLATFORM_DIR/android-$API/arch-$OLD_ARCH
109 NEW_PLATFORM_DIR=$DEV_NDK_PLATFORM_DIR/android-$API/arch-$NEW_ARCH
117 PATCH_PLATFORM_DIR=$DEV_NDK_PLATFORM_DIR/android-$API/header-patches
  /external/chromium_org/chrome/renderer/resources/extensions/
input.ime_custom_bindings.js 5 // Custom binding for the input ime API. Only injected into the
6 // v8 contexts for extensions which have permission for the API.
12 binding.registerCustomHook(function(api) {
13 var input_ime = api.compiledApi;
cast_streaming_session_custom_bindings.js 5 // Custom binding for the Cast Streaming Session API.
identity_custom_bindings.js 5 // Custom binding for the Identity API.
image_writer_private_custom_bindings.js 5 // Custom binding for the image writer private API.
log_private_custom_bindings.js 5 // Custom binding for the logPrivate API.
page_action_custom_bindings.js 5 // Custom binding for the pageAction API.
tts_engine_custom_bindings.js 5 // Custom binding for the ttsEngine API.
  /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
  /external/lldb/source/
Makefile 11 DIRS := API Breakpoint Commands Core DataFormatters Expression Host Interpreter Plugins Symbol Target Utility
  /external/chromium_org/extensions/renderer/resources/
web_request_custom_bindings.js 5 // Custom binding for the webRequest API.
11 binding.registerCustomHook(function(api) {
12 var apiFunctions = api.apiFunctions;
  /external/chromium_org/remoting/webapp/
plugin_settings.js 22 /** @type {string} API client ID.*/
24 /** @type {string} API client secret.*/
29 /** @type {string} Base URL for the OAuth2 API. */
31 /** @type {string} Base URL for the Remoting Directory REST API. */
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_gentable.py 88 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr);
93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
174 def printBody(self, api):
175 for f in api.functionIterateByOffset():
201 api = gl_XML.parse_GL_API(file_name, glX_XML.glx_item_factory())
202 printer.Print(api)