Home
last modified time | relevance | path

Searched refs:sourceType (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DImage.cpp228 sourceType(target) in ImageState()
263 if (IsExternalImageTarget(mState.sourceType)) in onDestroy()
304 ASSERT(!IsExternalImageTarget(mState.sourceType)); in orphanSibling()
327 if (IsTextureTarget(mState.sourceType)) in isRenderable()
332 else if (IsRenderbufferTarget(mState.sourceType)) in isRenderable()
337 else if (IsExternalImageTarget(mState.sourceType)) in isRenderable()
349 if (IsTextureTarget(mState.sourceType)) in isTexturable()
354 else if (IsRenderbufferTarget(mState.sourceType)) in isTexturable()
358 else if (IsExternalImageTarget(mState.sourceType)) in isTexturable()
390 if (IsExternalImageTarget(mState.sourceType)) in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImage.cpp263 sourceType(target), in ImageState()
301 if (IsExternalImageTarget(mState.sourceType)) in onDestroy()
342 ASSERT(!IsExternalImageTarget(mState.sourceType)); in orphanSibling()
365 if (IsTextureTarget(mState.sourceType)) in isRenderable()
370 else if (IsRenderbufferTarget(mState.sourceType)) in isRenderable()
375 else if (IsExternalImageTarget(mState.sourceType)) in isRenderable()
387 if (IsTextureTarget(mState.sourceType)) in isTexturable()
392 else if (IsRenderbufferTarget(mState.sourceType)) in isTexturable()
396 else if (IsExternalImageTarget(mState.sourceType)) in isTexturable()
443 if (IsExternalImageTarget(mState.sourceType)) in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp29 gl::DrawElementsType sourceType, in ConvertIndexArray() argument
40 InputT srcRestartIndex = static_cast<InputT>(gl::GetPrimitiveRestartIndex(sourceType)); in ConvertIndexArray()
56 void ConvertIndices(gl::DrawElementsType sourceType, in ConvertIndices() argument
63 if (sourceType == destinationType) in ConvertIndices()
70 if (sourceType == gl::DrawElementsType::UnsignedByte) in ConvertIndices()
73 ConvertIndexArray<GLubyte, GLushort>(input, sourceType, output, destinationType, count, in ConvertIndices()
76 else if (sourceType == gl::DrawElementsType::UnsignedShort) in ConvertIndices()
79 ConvertIndexArray<GLushort, GLuint>(input, sourceType, output, destinationType, count, in ConvertIndices()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp29 gl::DrawElementsType sourceType, in ConvertIndexArray() argument
40 InputT srcRestartIndex = static_cast<InputT>(gl::GetPrimitiveRestartIndex(sourceType)); in ConvertIndexArray()
56 void ConvertIndices(gl::DrawElementsType sourceType, in ConvertIndices() argument
63 if (sourceType == destinationType) in ConvertIndices()
70 if (sourceType == gl::DrawElementsType::UnsignedByte) in ConvertIndices()
73 ConvertIndexArray<GLubyte, GLushort>(input, sourceType, output, destinationType, count, in ConvertIndices()
76 else if (sourceType == gl::DrawElementsType::UnsignedShort) in ConvertIndices()
79 ConvertIndexArray<GLushort, GLuint>(input, sourceType, output, destinationType, count, in ConvertIndices()
/third_party/node/test/fixtures/wpt/resources/
Dtestdriver-actions.js13 for (let sourceType of this.sourceTypes.keys()) {
14 this.sources.set(sourceType, new Map());
17 for (let sourceType of this.sourceTypes.keys()) {
18 this.currentSources.set(sourceType, null);
41 for (let [sourceType, sourceName] of this.sourceOrder) {
42 let source = this.sources.get(sourceType).get(sourceName);
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DMath.h45 template <typename destType, typename sourceType>
46 destType BitCast(const sourceType& source) { in BitCast()
47 static_assert(sizeof(destType) == sizeof(sourceType), "BitCast: cannot lose precision."); in BitCast()
/third_party/skia/third_party/externals/angle2/src/image_util/
Dcopyimage.inc11 template <typename sourceType, typename colorDataType>
14 sourceType::readColor(reinterpret_cast<Color<colorDataType>*>(dest),
15 reinterpret_cast<const sourceType*>(source));
Dcopyimage.h21 template <typename sourceType, typename colorDataType>
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dcopyimage.inc11 template <typename sourceType, typename colorDataType>
14 sourceType::readColor(reinterpret_cast<Color<colorDataType>*>(dest),
15 reinterpret_cast<const sourceType*>(source));
Dcopyimage.h21 template <typename sourceType, typename colorDataType>
/third_party/skia/third_party/externals/dawn/src/common/
DMath.h80 template <typename destType, typename sourceType>
81 destType BitCast(const sourceType& source) { in BitCast()
82 static_assert(sizeof(destType) == sizeof(sourceType), "BitCast: cannot lose precision."); in BitCast()
/third_party/flutter/skia/gm/
Dxfermodes.cpp250 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) { in onDraw() local
253 if ((gModes[i].fSourceTypeMask & sourceType) == 0) { in onDraw()
264 draw_mode(canvas, gModes[i].fMode, static_cast<SrcType>(sourceType), in onDraw()
/third_party/skia/gm/
Dxfermodes.cpp252 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) { in onDraw() local
255 if ((gModes[i].fSourceTypeMask & sourceType) == 0) { in onDraw()
266 draw_mode(canvas, gModes[i].fMode, static_cast<SrcType>(sourceType), in onDraw()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_render_gles2.c1557 GLES2_ImageSource sourceType = GLES2_IMAGESOURCE_TEXTURE_ABGR; in GLES2_SetupCopy() local
1572 sourceType = GLES2_IMAGESOURCE_TEXTURE_ARGB; in GLES2_SetupCopy()
1575 sourceType = GLES2_IMAGESOURCE_TEXTURE_ABGR; in GLES2_SetupCopy()
1583 sourceType = GLES2_IMAGESOURCE_TEXTURE_ARGB; in GLES2_SetupCopy()
1586 sourceType = GLES2_IMAGESOURCE_TEXTURE_ABGR; in GLES2_SetupCopy()
1593 sourceType = GLES2_IMAGESOURCE_TEXTURE_ARGB; in GLES2_SetupCopy()
1596 sourceType = GLES2_IMAGESOURCE_TEXTURE_BGR; in GLES2_SetupCopy()
1599 sourceType = GLES2_IMAGESOURCE_TEXTURE_ARGB; in GLES2_SetupCopy()
1606 sourceType = GLES2_IMAGESOURCE_TEXTURE_BGR; in GLES2_SetupCopy()
1609 sourceType = GLES2_IMAGESOURCE_TEXTURE_RGB; in GLES2_SetupCopy()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsQuadTests.cpp372 const string sourceType = src.str(); in initPrograms() local
392 + sourceType + in initPrograms()
427 + sourceType + in initPrograms()
465 + sourceType + in initPrograms()
500 + sourceType + in initPrograms()
532 + sourceType + in initPrograms()
/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp69 template<typename destType, typename sourceType>
70 destType bit_cast(const sourceType &source) in bit_cast()
74 sourceType s; in bit_cast()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp77 template <typename destType, typename sourceType>
78 destType bit_cast(const sourceType &source) in bit_cast()
82 sourceType s; in bit_cast()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp57 template <typename destType, typename sourceType>
58 destType bitCast(sourceType source) in bitCast()
61 sizeof(destType) < sizeof(sourceType) ? sizeof(destType) : sizeof(sourceType); in bitCast()
/third_party/flutter/skia/dm/
DDMJsonWriter.cpp72 writer.appendString("source_type", gBitmapResults[i].sourceType.c_str()); in DumpJson()
128 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
/third_party/skia/dm/
DDMJsonWriter.cpp72 writer.appendString("source_type", gBitmapResults[i].sourceType.c_str()); in DumpJson()
128 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
DDMJsonWriter.h28 SkString sourceType; // "gm", "skp", "image" member
/third_party/flutter/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go54sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var
101 "source_type": *sourceType,
/third_party/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go54sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var
101 "source_type": *sourceType,
/third_party/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go49sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var
85 "source_type": *sourceType,
/third_party/flutter/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go50sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit… var
86 "source_type": *sourceType,

123