HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 51 - 75 of 475) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
tracker_file.py 101 api_selector: API to use for this operation.
123 api_selector: API to use for this operation.
171 api_selector: The Cloud API implementation used.
192 api_selector: API to use for this operation.
266 projection: Projection used for the API call.
361 api_selector: API to use for this operation.
  /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/mesa3d/src/mesa/main/
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...]
fbobject.c 219 || (i > 0 && ctx->API == API_OPENGLES)) {
1078 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
1085 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
1094 return ctx->API == API_OPENGL && ctx->Extensions.ARB_framebuffer_object
    [all...]
  /cts/tests/tests/speech/
Android.mk 33 # Needed for testing M API
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 29 import com.google.android.gms.common.api.GoogleApiClient;
73 * @param path the path that will be sent via the wearable message API
122 .addApi(Wearable.API)
144 * @param path the path to pass to the wearable message API
149 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 29 import com.google.android.gms.common.api.GoogleApiClient;
73 * @param path the path that will be sent via the wearable message API
122 .addApi(Wearable.API)
144 * @param path the path to pass to the wearable message API
149 .addApi(Wearable.API)
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
UtilityService.java 29 import com.google.android.gms.common.api.GoogleApiClient;
73 * @param path the path that will be sent via the wearable message API
122 .addApi(Wearable.API)
144 * @param path the path to pass to the wearable message API
149 .addApi(Wearable.API)
  /external/deqp/android/package/
Android.mk 39 # We could go down all the way to API-13 for 32bit. 22 is required for 64bit ARM.
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 12 This interface provides an OCaml API for the LLVM bitcode reader, the
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 12 This interface provides an OCaml API for the LLVM bitcode writer, the
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 12 This interface provides an OCaml API for LLVM pass manager builder
  /external/mesa3d/docs/
MESA_drm_image.spec 36 lets applications create EGLImages without a client API resource and
97 modesetting API. EGL_DRM_BUFFER_USE_SHARE_MESA requests that the
115 for use with DRM kernel modesetting API) is written to <handle> if
130 creating an EGLImage from an already existing client API
141 client APIs. By referencing an EGLImage in a client API, the
144 full client API for creating and querying DRM buffers, though,
  /external/mesa3d/src/mesa/vbo/
vbo_context.c 192 if (ctx->API == API_OPENGL)
224 if (ctx->API == API_OPENGL)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt 14 ISAC=../ReleaseTest-API/isacswtest
  /frameworks/wilhelm/src/
Android.mk 46 # enable API logging; details are set separately by SL_TRACE_DEFAULT below
48 # or -UUSE_TRACE to disable API logging
60 # log all API entries and exits (also requires Debug or Verbose log level)
64 # API level
  /hardware/intel/common/libva/
libva.spec 11 Summary: Video Acceleration (VA) API for Linux
40 The libva library implements the Video Acceleration (VA) API for Linux.
44 Summary: Video Acceleration (VA) API for Linux -- development files
50 The libva library implements the Video Acceleration (VA) API for Linux.
  /packages/apps/PackageInstaller/
Android.mk 38 # Comment for now unitl all private API dependencies are removed
  /packages/services/Car/car-lib/
Android.mk 35 # API Check
39 car_module_api_dir := $(LOCAL_PATH)/api
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceConfigListenerService.java 23 import com.google.android.gms.common.api.GoogleApiClient;
61 .addOnConnectionFailedListener(this).addApi(Wearable.API).build();
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceConfigListenerService.java 23 import com.google.android.gms.common.api.GoogleApiClient;
61 .addOnConnectionFailedListener(this).addApi(Wearable.API).build();
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceConfigListenerService.java 23 import com.google.android.gms.common.api.GoogleApiClient;
61 .addOnConnectionFailedListener(this).addApi(Wearable.API).build();
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
detect.mk 127 @echo "or \`$(MAKE) refdoc' to build the API reference (this needs python >= 2.6)."
149 @echo or 'make refdoc' to build the API reference (this needs python >= 2.6).
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 1 #if API < 11
  /external/mesa3d/src/glsl/
standalone_scaffolding.cpp 67 void initialize_context_to_defaults(struct gl_context *ctx, gl_api api)
71 ctx->API = api;

Completed in 1938 milliseconds

1 23 4 5 6 7 8 91011>>