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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c 146 if (ctx->API == API_OPENGL_CORE
279 GLbitfield legalTypes = (ctx->API == API_OPENGLES)
297 const GLbitfield legalTypes = (ctx->API == API_OPENGLES)
315 const GLbitfield legalTypes = (ctx->API == API_OPENGLES)
323 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 4 : 3;
383 GLbitfield legalTypes = (ctx->API == API_OPENGLES)
389 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 2 : 1;
422 if (ctx->API != API_OPENGLES) {
650 if ((ctx->API != API_OPENGL_CORE || ctx->Version < 31)
651 && ctx->API != API_OPENGLES2)
    [all...]
shaderapi.c 29 * Implementation of GLSL-related API functions.
462 (ctx->API == API_OPENGL && ctx->Extensions.EXT_transform_feedback)
463 || ctx->API == API_OPENGL_CORE
477 (ctx->API == API_OPENGL && ctx->Extensions.ARB_uniform_buffer_object)
478 || ctx->API == API_OPENGL_CORE
1311 * Called via glShaderSource() and glShaderSourceARB() API functions.
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 146 if (ctx->API == API_OPENGL_CORE
279 GLbitfield legalTypes = (ctx->API == API_OPENGLES)
297 const GLbitfield legalTypes = (ctx->API == API_OPENGLES)
315 const GLbitfield legalTypes = (ctx->API == API_OPENGLES)
323 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 4 : 3;
383 GLbitfield legalTypes = (ctx->API == API_OPENGLES)
389 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 2 : 1;
422 if (ctx->API != API_OPENGLES) {
650 if ((ctx->API != API_OPENGL_CORE || ctx->Version < 31)
651 && ctx->API != API_OPENGLES2)
    [all...]
shaderapi.c 29 * Implementation of GLSL-related API functions.
462 (ctx->API == API_OPENGL && ctx->Extensions.EXT_transform_feedback)
463 || ctx->API == API_OPENGL_CORE
477 (ctx->API == API_OPENGL && ctx->Extensions.ARB_uniform_buffer_object)
478 || ctx->API == API_OPENGL_CORE
1311 * Called via glShaderSource() and glShaderSourceARB() API functions.
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 18 * b) If the SAML provider supports the credential passing API, the API calls
100 * collaborate. It forwards credentials API calls to the main script and
306 // by GAIA, not the IdP. Due to limitations in the webRequest API,
309 // The webRequest API only allows for deleting and appending
315 // Due to a further limitation of the webRequest API, it is not
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.c 594 if (!drv->API.Initialize(drv, dpy))
608 if (mod->Driver->API.Initialize(mod->Driver, dpy)) {
679 proc = mod->Driver->API.GetProcAddress(mod->Driver, procname);
  /external/mesa3d/src/egl/main/
egldriver.c 594 if (!drv->API.Initialize(drv, dpy))
608 if (mod->Driver->API.Initialize(mod->Driver, dpy)) {
679 proc = mod->Driver->API.GetProcAddress(mod->Driver, procname);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 557 && ctx->API != API_OPENGL_CORE
558 && ctx->API != API_OPENGLES2) {
603 if (ctx->API == API_OPENGL) {
616 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_vertex_program) {
623 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_fragment_program) {
630 if (ctx->API == API_OPENGL && ctx->Extensions.ATI_fragment_shader) {
664 if (ctx->API == API_OPENGL || ctx->API == API_OPENGLES) {
677 if (ctx->API == API_OPENGL) {
702 if (ctx->API == API_OPENGL || ctx->API == API_OPENGLES)
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 557 && ctx->API != API_OPENGL_CORE
558 && ctx->API != API_OPENGLES2) {
603 if (ctx->API == API_OPENGL) {
616 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_vertex_program) {
623 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_fragment_program) {
630 if (ctx->API == API_OPENGL && ctx->Extensions.ATI_fragment_shader) {
664 if (ctx->API == API_OPENGL || ctx->API == API_OPENGLES) {
677 if (ctx->API == API_OPENGL) {
702 if (ctx->API == API_OPENGL || ctx->API == API_OPENGLES)
    [all...]
  /developers/build/prebuilts/gradle/DelayedConfirmation/Application/src/main/java/com/example/android/wearable/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/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 28 import com.google.android.gms.common.api.GoogleApiClient;
29 import com.google.android.gms.common.api.ResultCallback;
56 .addApi(Wearable.API)
114 Log.e(TAG, "Failed to connect to Google Api Client");
137 Log.e(TAG, "Failed to connect to Google Api Client with status "
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
UpdateService.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
63 .addApi(Wearable.API)
105 Log.d(TAG, "onConnected(): api client is connected now");
123 Log.e(TAG, "Failed to connect to the Google API client");
  /developers/samples/android/wearable/wear/DelayedConfirmation/Application/src/main/java/com/example/android/wearable/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/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 28 import com.google.android.gms.common.api.GoogleApiClient;
29 import com.google.android.gms.common.api.ResultCallback;
56 .addApi(Wearable.API)
114 Log.e(TAG, "Failed to connect to Google Api Client");
137 Log.e(TAG, "Failed to connect to Google Api Client with status "
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
UpdateService.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
63 .addApi(Wearable.API)
105 Log.d(TAG, "onConnected(): api client is connected now");
123 Log.e(TAG, "Failed to connect to the Google API client");
  /development/build/
Android.mk 23 # - ${PLATFORM_SDK_VERSION} e.g. "3", aka the API level
60 stub_timestamp := $(OUT_DOCS)/api-stubs-timestamp
119 # ======= Lint API XML ===========
121 ALL_SDK_FILES += $(HOST_OUT)/development/sdk/generated-api-versions.xml
123 api_gen_jar := $(TOPDIR)prebuilts/tools/common/api-generator/api-generator-22.9.1.jar
132 $(HOST_OUT)/development/sdk/generated-api-versions.xml :
135 --pattern $(TOPDIR)prebuilts/tools/common/api-versions/android-%/android.jar \
142 stub_timestamp := $(OUT_DOCS)/system-api-stubs-timestamp
  /development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.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 "
  /development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java 28 import com.google.android.gms.common.api.GoogleApiClient;
29 import com.google.android.gms.common.api.ResultCallback;
56 .addApi(Wearable.API)
114 Log.e(TAG, "Failed to connect to Google Api Client");
137 Log.e(TAG, "Failed to connect to Google Api Client with status "
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
UpdateService.java 20 import com.google.android.gms.common.api.GoogleApiClient;
21 import com.google.android.gms.common.api.ResultCallback;
63 .addApi(Wearable.API)
105 Log.d(TAG, "onConnected(): api client is connected now");
123 Log.e(TAG, "Failed to connect to the Google API client");
  /external/chromium_org/chrome/renderer/resources/extensions/
chrome_web_view_experimental.js 5 // This module implements experimental API for <webview>.
8 // <webview> Chrome Experimental API is only available on canary and dev
file_entry_binding_util.js 107 // Force the fileSystem API to be loaded in the background page. Using
109 // requireNative is only allowed while lazily loading an API.
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
subtle_crypto.js 16 // This error is thrown by the internal and public API's token functions and
18 // of this API.
  /external/chromium_org/remoting/webapp/
identity.js 7 * Wrapper class for Chrome's identity API.
107 * Callback for the getAuthToken API.
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIDispatch.cpp 33 #error The DeckLink API version of DeckLinkAPIDispatch.cpp is not the same version as DeckLinkAPI.h
79 // If the DeckLink API bundle was successfully loaded, return this knowledge to the caller
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 81 print '; WGL API'

Completed in 811 milliseconds

1 2 3 4 5 6 7 8 91011>>