HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 126 - 150 of 492) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/mesa/main/
pixelstore.c 167 if (ctx->API == API_OPENGLES)
192 if (ctx->API == API_OPENGLES)
204 if (ctx->API == API_OPENGLES)
points.c 196 if ((ctx->API == API_OPENGL && ctx->Version >= 20)
197 || ctx->API == API_OPENGL_CORE) {
262 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 148 #if API >= 11
164 #if API >= 11
173 #if API >= 11
193 #if API >= 11
236 #if API >= 11
422 #if API >= 11
464 #if API < 11
654 // putting semantics matching in the core API seems to be a (minor) design mistake
866 #if API >= 11
    [all...]
d3d11_objects.h 126 #if API >= 11
155 #if API >= 11
230 #if API >= 11
368 #if API >= 11
627 #if API >= 11
670 #if API < 11
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 148 #if API >= 11
164 #if API >= 11
173 #if API >= 11
193 #if API >= 11
236 #if API >= 11
422 #if API >= 11
464 #if API < 11
654 // putting semantics matching in the core API seems to be a (minor) design mistake
866 #if API >= 11
    [all...]
d3d11_objects.h 126 #if API >= 11
155 #if API >= 11
230 #if API >= 11
368 #if API >= 11
627 #if API >= 11
670 #if API < 11
  /external/llvm/include/llvm/ADT/
APInt.h 422 APInt API = getAllOnesValue(numBits);
423 API.clearBit(numBits - 1);
424 return API;
432 APInt API(numBits, 0);
433 API.setBit(numBits - 1);
434 return API;
582 APInt API(*this);
584 return API;
596 APInt API(*this);
598 return API;
    [all...]
  /external/chromium_org/extensions/renderer/resources/
runtime_custom_bindings.js 5 // Custom binding for the runtime API.
70 // Force the runtime API to be loaded in the background page. Using
72 // requireNative is only allowed while lazily loading an API.
send_request.js 15 // Used to prevent double Activity Logging for API calls that use both custom
44 // calling API methods on other contexts).
69 // caller has provided a callback. Implementations of api
129 // Send an API request and optionally register a callback.
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 371 drv->API.CreateWindowSurface = droid_create_window_surface;
372 drv->API.CreatePixmapSurface = droid_create_pixmap_surface;
373 drv->API.CreatePbufferSurface = droid_create_pbuffer_surface;
374 drv->API.DestroySurface = droid_destroy_surface;
375 drv->API.SwapBuffers = droid_swap_buffers;
377 drv->API.CreateImageKHR = droid_create_image_khr;
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 371 drv->API.CreateWindowSurface = droid_create_window_surface;
372 drv->API.CreatePixmapSurface = droid_create_pixmap_surface;
373 drv->API.CreatePbufferSurface = droid_create_pbuffer_surface;
374 drv->API.DestroySurface = droid_destroy_surface;
375 drv->API.SwapBuffers = droid_swap_buffers;
377 drv->API.CreateImageKHR = droid_create_image_khr;
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 38 This lets us render specific API entities rather than the whole thing at once,
321 to create an API intro table.
340 ''' Generates the 'Description' row data for an API intro table.
350 ''' Generates the 'Availability' row data for an API intro table.
396 elif context == 'api':
426 # Look up the API name in intro_tables.json, which is structured
457 '''This class is needed so that an extensions API page does not have to fetch
  /external/jdiff/src/jdiff/
APIHandler.java 14 * Handle the parsing of an XML file and the generation of an API object.
21 /** The API object which is populated from the XML file. */
22 public API api_;
25 public APIHandler(API api, boolean createGlobalComments) {
26 api_ = api;
77 if (localName.compareTo("api") == 0) {
227 // Add this comment to the current API element.
330 currentDepText = API.showHTMLTags(cdt);
337 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML API file:" + e)
    [all...]
XMLToAPI.java 15 * Creates an API object from an XML file. The API object is the internal
16 * representation of an API.
17 * All methods in this class for populating an API object are static.
24 /** The instance of the API object which is populated from the file. */
25 private static API api_ = null;
32 * Read the file where the XML representing the API is stored.
35 * representing the API
37 * @param apiName The simple name of the API file. If -oldapidir and
41 public static API readFile(String filename, boolean createGlobalComments
    [all...]
  /ndk/build/tools/
dev-platform-import.sh 26 register_option "--platform=<name>" do_platform "Specify API level [autodetect]"
59 The API level is auto-detected from the content of <build-path>, but you
64 1/ Detect the platform build's API level by parsing the build.prop
71 locations into \$OUT_DIR/android-\$API/include or
72 \$OUT_DIR/android-\$API/arch-\$ARCH/include
75 and generate symbol files in \$OUT_DIR/android-\$API/arch-\$ARCH/symbols.
129 # Try to get the API level from build.prop if needed
138 dump "ERROR: Couldn't extract API level from: $BUILD_PROP"
324 # API level 3
377 # API level
    [all...]
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/synchronizednotifications/
DismissListener.java 29 import com.google.android.gms.common.api.GoogleApiClient;
30 import com.google.android.gms.common.api.ResultCallback;
53 .addApi(Wearable.API)
118 Log.e(TAG, "Failed to connect to the Google API client");
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/agendadata/
DeleteService.java 30 import com.google.android.gms.common.api.GoogleApiClient;
55 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/datalayer/
DataLayerListenerService.java 24 import com.google.android.gms.common.api.GoogleApiClient;
56 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/DelayedConfirmation/Application/src/main/java/com/example/android/delayedconfirmation/
MainActivity.java 26 import com.google.android.gms.common.api.GoogleApiClient;
27 import com.google.android.gms.common.api.ResultCallback;
51 .addApi(Wearable.API)
102 Log.e(TAG, "Failed to connect to Google Api Client with error code "
128 Log.e(TAG, "Failed to connect to Google Api Client with status "
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/findphone/
FindPhoneService.java 25 import com.google.android.gms.common.api.GoogleApiClient;
58 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/geofencing/
GeofenceTransitionsIntentService.java 31 import com.google.android.gms.common.api.GoogleApiClient;
55 .addApi(Wearable.API)
78 // Connect to the Google Api service in preparation for sending a DataItem.
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/geofencing/
CheckInAndDeleteDataItemsService.java 20 import com.google.android.gms.common.api.GoogleApiClient;
57 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/quiz/
DeleteQuestionService.java 26 import com.google.android.gms.common.api.GoogleApiClient;
57 .addApi(Wearable.API)
UpdateQuestionService.java 27 import com.google.android.gms.common.api.GoogleApiClient;
62 .addApi(Wearable.API)
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/synchronizednotifications/
DismissListener.java 29 import com.google.android.gms.common.api.GoogleApiClient;
30 import com.google.android.gms.common.api.ResultCallback;
53 .addApi(Wearable.API)
118 Log.e(TAG, "Failed to connect to the Google API client");

Completed in 461 milliseconds

1 2 3 4 56 7 8 91011>>