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

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/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-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/support/recommendation/
Android.mk 47 -federationapi Android prebuilts/sdk/api/21.txt \
53 # API Check
56 support_module_api_dir := $(LOCAL_PATH)/api
  /frameworks/wilhelm/src/
Android.mk 44 # enable API logging; details are set separately by SL_TRACE_DEFAULT below
46 # or -UUSE_TRACE to disable API logging
58 # log all API entries and exits (also requires Debug or Verbose log level)
62 # 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/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 1 #if API < 11

Completed in 1208 milliseconds

1 23 4 5 6 7 8 91011>>