OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outValues
(Results
1 - 11
of
11
) sorted by null
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
AttributeResolution.java
67
int attrsLength, int[]
outValues
, int[] outIndices) {
202
outValues
[destOffset + STYLE_TYPE] = value.dataType;
203
outValues
[destOffset + STYLE_DATA] = value.data;
204
outValues
[destOffset + STYLE_ASSET_COOKIE] =
206
outValues
[destOffset + STYLE_RESOURCE_ID] = resid;
207
outValues
[destOffset + STYLE_CHANGING_CONFIGURATIONS] = typeSetFlags;
208
outValues
[destOffset + STYLE_DENSITY] = config.density;
227
int[] attrs, int attrsLength, int[]
outValues
, int[] outIndices) {
401
outValues
[destIndex + STYLE_TYPE] = res_value.dataType;
402
outValues
[destIndex + STYLE_DATA] = res_value.data
[
all
...]
/external/deqp/modules/gles2/scripts/
gen-conversions.py
177
outValues
= convFunc(inValues)
179
outType =
outValues
[0].typeString()
183
self.outputs = [("%s out0" % outType,
outValues
)]
212
self.
outValues
= combFunc(inComps)
213
self.outType = self.
outValues
[0].typeString()
217
self.outputs = [("%s out0" % self.outType, self.
outValues
)]
272
outValues
= [x[0] for x in outValueList]
273
combinations = list(itertools.product(inValues,
outValues
))
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowArscAssetManager.java
688
int xmlParserToken, int[] attrs, int[]
outValues
, int[] outIndices) {
690
outValues
, outIndices);
698
int[]
outValues
= (int[])shadowVMRuntime.getObjectForAddress(outValuesAddress);
701
outValues
, outIndices);
706
long xmlParserToken, int[] attrs, int[]
outValues
, int[] outIndices) {
712
attrs, attrs.length,
outValues
, outIndices);
718
int[] attrs, int[]
outValues
, int[] outIndices) {
725
if (
outValues
== null) {
730
final int NV =
outValues
.length;
743
int[] baseDest =
outValues
;
[
all
...]
ShadowLegacyAssetManager.java
[
all
...]
ShadowMotionEvent.java
185
float[]
outValues
= outValuesArray;
190
outValues
[index++] = rawPointerCoords.getAxisValue(axis);
[
all
...]
/external/deqp/modules/gles3/scripts/
gen-conversions.py
190
outValues
= convFunc(inValues)
192
outType =
outValues
[0].typeString()
196
self.outputs = [("%s out0" % outType,
outValues
)]
225
self.
outValues
= combFunc(inComps)
226
self.outType = self.
outValues
[0].typeString()
230
self.outputs = [("%s out0" % self.outType, self.
outValues
)]
298
outValues
= [x[0] for x in outValueList]
299
combinations = list(itertools.product(inValues,
outValues
))
/external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp
286
set<int>
outValues
;
316
if (
outValues
.find(outputValue) !=
outValues
.end())
324
outValues
.insert(outputValue);
335
if (
outValues
.find((int)m_initialValue) ==
outValues
.end())
441
set<deUint32>
outValues
;
476
outValues
.insert(outputValue);
479
if (!containsAfterUintCast(
outValues
, (int)m_initialValue, m_precision))
523
set<deUint32>
outValues
;
[
all
...]
es31fOpaqueTypeIndexingTests.cpp
848
vector<deUint32>
outValues
(numInvocations*numReads);
902
outputs.push_back(&
outValues
[readNdx*numInvocations]);
916
const deUint32 resValue =
outValues
[readNdx*numInvocations + invocationNdx];
[
all
...]
/external/skia/src/core/
SkPathRef.cpp
546
SkScalar*
outValues
= &out->getPoints()->fX;
549
outValues
[index] =
outValues
[index] * weight + inValues[index] * (1 - weight);
/external/skqp/src/core/
SkPathRef.cpp
541
SkScalar*
outValues
= &out->getPoints()->fX;
544
outValues
[index] =
outValues
[index] * weight + inValues[index] * (1 - weight);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
[
all
...]
Completed in 187 milliseconds