OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPONENTS
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
polygon.c
50
#define
COMPONENTS
2
66
return data + (idx *
COMPONENTS
);
88
poly->data = malloc(sizeof(float) *
COMPONENTS
* size);
101
memcpy(poly->data, data, sizeof(float) *
COMPONENTS
* size);
117
float *data = (float*)malloc(sizeof(float) *
COMPONENTS
* new_size);
118
int size = MIN2(sizeof(float) *
COMPONENTS
* new_size,
119
sizeof(float) *
COMPONENTS
* poly->size);
230
src->data, src->num_verts *
COMPONENTS
* sizeof(VGfloat));
291
vbuffer.stride =
COMPONENTS
* sizeof(float); /* vertex size */
331
vbuffer.stride =
COMPONENTS
* sizeof(float); /* vertex size *
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
polygon.c
50
#define
COMPONENTS
2
66
return data + (idx *
COMPONENTS
);
88
poly->data = malloc(sizeof(float) *
COMPONENTS
* size);
101
memcpy(poly->data, data, sizeof(float) *
COMPONENTS
* size);
117
float *data = (float*)malloc(sizeof(float) *
COMPONENTS
* new_size);
118
int size = MIN2(sizeof(float) *
COMPONENTS
* new_size,
119
sizeof(float) *
COMPONENTS
* poly->size);
230
src->data, src->num_verts *
COMPONENTS
* sizeof(VGfloat));
291
vbuffer.stride =
COMPONENTS
* sizeof(float); /* vertex size */
331
vbuffer.stride =
COMPONENTS
* sizeof(float); /* vertex size *
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java
208
* The list of all the
components
stored in the database.
210
private static String[]
COMPONENTS
;
250
* The list of known Eclipse
components
.
377
COMPONENTS
= null;
471
System.err.println(scenarioName+" does not belongs to a known Eclipse component. So use scenario prefix "+componentName+" as component name by default and add it to the know
components
"); //$NON-NLS-1$
478
* Get all
components
read from database.
483
if (
COMPONENTS
== null) return EMPTY_LIST;
484
int length =
COMPONENTS
.length;
485
String[]
components
= new String[length];
local
486
System.arraycopy(
COMPONENTS
, 0, components, 0, length)
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c
156
typedef enum
COMPONENTS
{
159
}
COMPONENTS
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c
250
typedef enum
COMPONENTS
{
253
}
COMPONENTS
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c
200
typedef enum
COMPONENTS
{
203
}
COMPONENTS
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c
155
typedef enum
COMPONENTS
159
}
COMPONENTS
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 362 milliseconds