OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:API
(Results
151 - 175
of
428
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/frameworks/rs/api/
rs_for_each.spec
115
Up to
API
level 23, the kernel is implicitly specified as the kernel named
117
Starting in
API
level 24, an arbitrary kernel function can be used,
202
this
API
. If allocations are passed in, they must match the number of arguments
226
summary: (Internal
API
) Launch a kernel in the current Script (with the slot number)
228
Internal
API
to launch a kernel.
/external/jdiff/src/jdiff/
XMLToAPI.java
16
* Creates an
API
object from an XML file. The
API
object is the internal
17
* representation of an
API
.
18
* All methods in this class for populating an
API
object are static.
25
/** The instance of the
API
object which is populated from the file. */
26
private static
API
api_ = null;
33
* Read the file where the XML representing the
API
is stored.
36
* representing the
API
38
* @param apiName The simple name of the
API
file. If -oldapidir and
42
public static
API
readFile(String filename, boolean createGlobalComments
[
all
...]
/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/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
...]
/external/skia/
PRESUBMIT.py
9
for more details about the presubmit
API
built into gcl.
281
"""Check LGTMs for public
API
changes.
283
For public
API
files make sure there is an LGTM from the list of owners in
307
# It is a revert CL, ignore the public
api
owners check.
311
# Ignore public
api
owners check for dry run CLs since they are not
321
#
api
owners check.
340
"If this CL adds to or changes Skia's public
API
, you need an LGTM "
342
"Skia's public
API
, please add a short note to the CL saying so "
344
"if this CL affects Skia's public
API
, treat it like it does."
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java
30
import com.google.android.gms.common.
api
.GoogleApiClient;
55
.addApi(Wearable.
API
)
/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/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java
35
import com.google.android.gms.common.
api
.GoogleApiClient;
59
.addApi(Wearable.
API
)
80
// Connect to the Google
Api
service in preparation for sending a DataItem.
/developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java
28
import com.google.android.gms.common.
api
.GoogleApiClient;
29
import com.google.android.gms.common.
api
.PendingResult;
144
.addApi(Wearable.
API
)
/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/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
SynchronizedNotificationsFragment.java
30
import com.google.android.gms.common.
api
.GoogleApiClient;
31
import com.google.android.gms.common.
api
.ResultCallback;
65
.addApi(Wearable.
API
)
141
Log.e(TAG, "buildWearableOnlyNotification(): no Google
API
Client connection");
187
Log.e(TAG, "Failed to connect to Google
API
Client");
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
41
import com.google.android.gms.common.
api
.GoogleApiClient;
159
.addApi(LocationServices.
API
)
216
.addApi(LocationServices.
API
)
283
* Clears remote device notifications using the Wearable message
API
288
.addApi(Wearable.
API
)
409
.addApi(Wearable.
API
)
/developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java
33
import com.google.android.gms.common.
api
.GoogleApiClient;
81
.addApi(Wearable.
API
)
/developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java
30
import com.google.android.gms.common.
api
.GoogleApiClient;
55
.addApi(Wearable.
API
)
/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/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java
35
import com.google.android.gms.common.
api
.GoogleApiClient;
59
.addApi(Wearable.
API
)
80
// Connect to the Google
Api
service in preparation for sending a DataItem.
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java
28
import com.google.android.gms.common.
api
.GoogleApiClient;
29
import com.google.android.gms.common.
api
.PendingResult;
144
.addApi(Wearable.
API
)
/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");
/developers/samples/android/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
SynchronizedNotificationsFragment.java
30
import com.google.android.gms.common.
api
.GoogleApiClient;
31
import com.google.android.gms.common.
api
.ResultCallback;
65
.addApi(Wearable.
API
)
141
Log.e(TAG, "buildWearableOnlyNotification(): no Google
API
Client connection");
187
Log.e(TAG, "Failed to connect to Google
API
Client");
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
41
import com.google.android.gms.common.
api
.GoogleApiClient;
159
.addApi(LocationServices.
API
)
216
.addApi(LocationServices.
API
)
283
* Clears remote device notifications using the Wearable message
API
288
.addApi(Wearable.
API
)
409
.addApi(Wearable.
API
)
/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java
33
import com.google.android.gms.common.
api
.GoogleApiClient;
81
.addApi(Wearable.
API
)
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DeleteService.java
30
import com.google.android.gms.common.
api
.GoogleApiClient;
55
.addApi(Wearable.
API
)
/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 "
Completed in 1508 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>