Searched refs:outputArray (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrShadingContext.hpp | 40 …const GenericVec4* varying1, const GenericVec4* varying2, GenericVec4* outputArray, GenericVec4* o… 43 GenericVec4* const outputArray; //!< Fragment output array member 61 context.outputArray[outputNdx + context.numFragmentOutputs*(fragNdx + packetNdx*4)] = value; in writeFragmentOutput() 71 context.outputArray[outputNdx + context.numFragmentOutputs*(fragNdx + packetNdx*4)] = value; in writeFragmentOutputDualSource()
|
D | rrShadingContext.cpp | 30 : outputArray (outputArray_) in FragmentShadingContext()
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | decode-ignore-bom.any.js | 18 const outputArray = await readableStreamToArray(readable.pipeThrough( 20 return outputArray.join('');
|
/third_party/node/deps/v8/src/builtins/ |
D | array-map.tq | 13 const outputArray = Cast<JSReceiver>(result) otherwise unreachable; 19 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, kZero, 30 const outputArray = Cast<JSReceiver>(array) otherwise unreachable; 35 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, numberK, 46 const outputArray = Cast<JSReceiver>(array) otherwise unreachable; 56 FastCreateDataProperty(outputArray, numberK, result); 62 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, numberK,
|
D | array-filter.tq | 20 const outputArray = Cast<JSReceiver>(array) otherwise unreachable; 26 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, numberK, 40 const outputArray = Cast<JSReceiver>(array) otherwise unreachable; 50 FastCreateDataProperty(outputArray, numberTo, valueK); 57 jsreceiver, callbackfn, thisArg, outputArray, jsreceiver, numberK,
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 2212 computeTightBounds(outputArray?: Rect): Rect; 2280 getBounds(outputArray?: Rect): Rect; 2294 getPoint(index: number, outputArray?: Point): Point; 2720 bounds(outputArray?: Rect): Rect;
|