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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 174 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
268 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
970 drv->API.CreateWindowSurface = dri2_create_window_surface;
971 drv->API.CreatePixmapSurface = dri2_create_pixmap_surface;
972 drv->API.CreatePbufferSurface = dri2_create_pbuffer_surface;
973 drv->API.DestroySurface = dri2_destroy_surface;
974 drv->API.SwapBuffers = dri2_swap_buffers;
975 drv->API.CopyBuffers = dri2_copy_buffers;
977 drv->API.SwapBuffersRegionNOK = NULL;
978 drv->API.CreateImageKHR = NULL
    [all...]
egl_dri2.c 554 * Called via eglInitialize(), GLX_drv->API.Initialize().
598 * Called via eglTerminate(), drv->API.Terminate().
661 * * If <config> does not support a client API context compatible
662 * with the requested API major and minor version, [...] context flags,
663 * and context reset notification behavior (for client API types where
707 * Called via eglCreateContext(), drv->API.CreateContext().
720 int api; local
737 api = __DRI_API_GLES;
741 api = __DRI_API_GLES2;
753 api = __DRI_API_OPENGL_CORE
    [all...]
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
51 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
51 .addApi(Wearable.API)
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizReportActionService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
51 .addApi(Wearable.API)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 93 #region Public API
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.js 31 * Track a click on a button using the asynchronous tracking API.
34 * for information on how to use the asynchronous tracking API.
  /external/chromium_org/chrome/renderer/resources/extensions/
file_browser_handler_custom_bindings.js 5 // Custom binding for the fileBrowserHandler API.
27 // dictionary that we used to reconstruct File API's Entry instance
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
cobject.pxd 8 # The CObject API is deprecated as of Python 3.1. Please switch to
9 # the new Capsules API.
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.h 83 _EGLAPI API; /**< EGL API dispatch table */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
lines.c 64 if (ctx->API == API_OPENGL_CORE
texenv.c 125 legal = (ctx->API == API_OPENGL &&
137 legal = (ctx->API == API_OPENGL &&
141 legal = (ctx->API == API_OPENGL &&
209 if ((term == 3) && (ctx->API != API_OPENGL
239 legal = (ctx->API == API_OPENGL &&
244 legal = (ctx->API == API_OPENGL &&
296 if ((term == 3) && (ctx->API != API_OPENGL
445 if (ctx->API != API_OPENGL || !ctx->Extensions.ATI_envmap_bumpmap) {
591 if (ctx->API == API_OPENGL && ctx->Extensions.NV_texture_env_combine4) {
605 if (ctx->API == API_OPENGL && ctx->Extensions.NV_texture_env_combine4)
    [all...]
  /external/clang/include/clang-c/
Makefile 9 $(Echo) Installing Clang C API include files
  /external/deqp/framework/delibs/dethread/unix/
deThreadLocalUnix.c 29 # error You are using too old posix API!
  /external/mesa3d/src/egl/main/
egldriver.h 83 _EGLAPI API; /**< EGL API dispatch table */
  /external/mesa3d/src/mesa/main/
lines.c 64 if (ctx->API == API_OPENGL_CORE
texenv.c 125 legal = (ctx->API == API_OPENGL &&
137 legal = (ctx->API == API_OPENGL &&
141 legal = (ctx->API == API_OPENGL &&
209 if ((term == 3) && (ctx->API != API_OPENGL
239 legal = (ctx->API == API_OPENGL &&
244 legal = (ctx->API == API_OPENGL &&
296 if ((term == 3) && (ctx->API != API_OPENGL
445 if (ctx->API != API_OPENGL || !ctx->Extensions.ATI_envmap_bumpmap) {
591 if (ctx->API == API_OPENGL && ctx->Extensions.NV_texture_env_combine4) {
605 if (ctx->API == API_OPENGL && ctx->Extensions.NV_texture_env_combine4)
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 135 zh-tw-lang="API ??"
136 zh-cn-lang="API ??"
137 ru-lang="??????????? ?? API"
138 ko-lang="API ???"
139 ja-lang="API ???"
140 es-lang="Guías de la API"
141 >API Guides</a></li>
236 zh-tw-lang="API ??"
237 zh-cn-lang="API ??"
238 ru-lang="??????????? ?? API"
    [all...]
  /build/core/tasks/
apicheck.mk 17 # api compatibility or added apis illegally.
20 # skip api check for PDK buid
34 .PHONY: check-public-api
35 checkapi : check-public-api
37 .PHONY: update-api
40 # Note that since INTERNAL_PLATFORM_API_FILE is the byproduct of api-stubs module,
42 # we need to add api-stubs as additional dependency of the api check.
44 # Check that the API we're building hasn't broken the last-released
46 $(eval $(call check-api, \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 554 * Called via eglInitialize(), GLX_drv->API.Initialize().
598 * Called via eglTerminate(), drv->API.Terminate().
661 * * If <config> does not support a client API context compatible
662 * with the requested API major and minor version, [...] context flags,
663 * and context reset notification behavior (for client API types where
707 * Called via eglCreateContext(), drv->API.CreateContext().
720 int api; local
737 api = __DRI_API_GLES;
741 api = __DRI_API_GLES2;
753 api = __DRI_API_OPENGL_CORE
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_key_types.js 7 * These types are adapted from Chrome's private braille API.
9 * src/chrome/common/extensions/api/braille_display_private.idl
69 * NOTE: Only the key codes produced by the brailleDisplayPrivate API are
130 * chrome.brailleDisplayPrivate API.
  /external/chromium_org/v8/src/
apinatives.js 7 // This file contains infrastructure used by the API. See
38 // ConfigureTemplateInstance is implicitly called before calling the API
45 throw 'Unknown API tag <' + tag + '>';
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 583 * Called via eglInitialize(), GLX_drv->API.Initialize().
648 * Called via eglTerminate(), drv->API.Terminate().
674 * Called via eglCreateContext(), drv->API.CreateContext().
717 * Called via eglDestroyContext(), drv->API.DestroyContext().
753 * Called via eglMakeCurrent(), drv->API.MakeCurrent().
825 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
1023 * Called from eglGetProcAddress() via drv->API.GetProcAddress().
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 583 * Called via eglInitialize(), GLX_drv->API.Initialize().
648 * Called via eglTerminate(), drv->API.Terminate().
674 * Called via eglCreateContext(), drv->API.CreateContext().
717 * Called via eglDestroyContext(), drv->API.DestroyContext().
753 * Called via eglMakeCurrent(), drv->API.MakeCurrent().
825 * Called via eglCreateWindowSurface(), drv->API.CreateWindowSurface().
1023 * Called from eglGetProcAddress() via drv->API.GetProcAddress().
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
requesthelper.js 8 * U2F documents, although the API is different.

Completed in 1399 milliseconds

1 2 34 5 6 7 8 91011>>