/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | IndexDataManager.cpp | 29 gl::DrawElementsType sourceType, in ConvertIndexArray() 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() 28 ConvertIndexArray(const void *input, gl::DrawElementsType sourceType, void *output, gl::DrawElementsType destinationType, GLsizei count, bool usePrimitiveRestartFixedIndex) ConvertIndexArray() argument
|
H A D | TextureD3D.cpp | 1178 gl::TextureType sourceType = source->getType(); in copyTexture() local 1182 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture() 1183 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), in copyTexture() 2651 gl::TextureType sourceType = source->getType(); 2655 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), 2656 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), 2657 static_cast<int>(source->getDepth(NonCubeTextureTypeToTarget(sourceType), sourceLevel))); 3347 gl::TextureType sourceType = source->getType(); 3351 static_cast<int>(source->getWidth(NonCubeTextureTypeToTarget(sourceType), sourceLevel)), 3352 static_cast<int>(source->getHeight(NonCubeTextureTypeToTarget(sourceType), sourceLeve [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Image.cpp | 263 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() [all...] |
H A D | Image.h | 141 EGLenum sourceType; member
|
H A D | validationES2.cpp | 3180 TextureType sourceType = source->getType(); in ValidateCopyTextureCHROMIUM() local 3181 ASSERT(sourceType != TextureType::CubeMap); in ValidateCopyTextureCHROMIUM() 3182 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopyTextureCHROMIUM() 3184 if (!IsValidCopyTextureSourceLevel(context, sourceType, sourceLevel)) in ValidateCopyTextureCHROMIUM() 3288 TextureType sourceType = source->getType(); in ValidateCopySubTextureCHROMIUM() local 3289 ASSERT(sourceType != TextureType::CubeMap); in ValidateCopySubTextureCHROMIUM() 3290 TextureTarget sourceTarget = NonCubeTextureTypeToTarget(sourceType); in ValidateCopySubTextureCHROMIUM() 3292 if (!IsValidCopyTextureSourceLevel(context, sourceType, sourceLevel)) in ValidateCopySubTextureCHROMIUM()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver-actions.js | 45 for (let sourceType of this.sourceTypes.keys()) { 46 this.sources.set(sourceType, new Map()); 49 for (let sourceType of this.sourceTypes.keys()) { 50 this.currentSources.set(sourceType, null); 75 for (let [sourceType, sourceName] of this.sourceOrder) { 76 let source = this.sources.get(sourceType).get(sourceName); 265 * @param {String} sourceType - source type 271 pause: function(duration=0, sourceType="none", {sourceName=null}={}) { 272 if (sourceType=="none") 275 this.getSource(sourceType, sourceNam [all...] |
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | Math.h | 80 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/skia/gm/ |
H A D | xfermodes.cpp | 252 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) { 255 if ((gModes[i].fSourceTypeMask & sourceType) == 0) { 266 draw_mode(canvas, gModes[i].fMode, static_cast<SrcType>(sourceType),
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsQuadTests.cpp | 372 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/Common/ |
H A D | Math.hpp | 77 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/swiftshader/src/System/ |
H A D | Math.hpp | 69 template<typename destType, typename sourceType> 70 destType bit_cast(const sourceType &source) in bit_cast() 74 sourceType s; in bit_cast()
|
/third_party/skia/dm/ |
H A D | DMJsonWriter.cpp | 72 writer.appendString("source_type", gBitmapResults[i].sourceType.c_str()); in DumpJson() 128 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
|
H A D | DMJsonWriter.h | 28 SkString sourceType; // "gm", "skp", "image" member
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuANGLENativeDisplayFactory.cpp | 57 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/skia/third_party/externals/angle2/src/image_util/ |
H A D | copyimage.h | 21 template <typename sourceType, typename colorDataType>
|
/third_party/skia/infra/wasm-common/gold/ |
H A D | wasm_gold_aggregator.go | 49 sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit") 85 "source_type": *sourceType,
|
/third_party/skia/infra/wasm-common/perf/ |
H A D | wasm_perf_aggregator.go | 54 sourceType = flag.String("source_type", "pathkit", "Gold Source type, like pathkit,canvaskit") 101 "source_type": *sourceType,
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 1363 const TType &sourceType = node->getType(); in addShapeConversion() local 1366 if (sourceType.isScalarOrVec1() && type.isMatrix()) { in addShapeConversion() 1390 if ((sourceType.isScalar() && !type.isScalar()) || (!sourceType.isScalar() && type.isScalar())) in addShapeConversion() 1394 if (sourceType.isMatrix()) { in addShapeConversion() 1397 if ((sourceType.getMatrixCols() != type.getMatrixCols() || sourceType.getMatrixRows() != type.getMatrixRows()) && in addShapeConversion() 1398 sourceType.getMatrixCols() >= type.getMatrixCols() && sourceType.getMatrixRows() >= type.getMatrixRows()) in addShapeConversion() 1402 if (type.getVectorSize() == 4 && sourceType in addShapeConversion() [all...] |
/third_party/node/deps/acorn/acorn/dist/ |
H A D | bin.js | 50 else if (arg === "--module") { options.sourceType = "module"; }
|
/third_party/node/lib/internal/modules/ |
H A D | helpers.js | 311 root = parser.parse(code, { sourceType: 'module', ecmaVersion: 'latest' });
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 1846 GLenum sourceType, const GLColor &sourceColor, in TEST_P() 1852 glTexImage2D(GL_TEXTURE_2D, 0, sourceInternalFormat, 1, 1, 0, sourceFormat, sourceType, in TEST_P() 1866 GLenum sourceType, const GLColor &sourceColor, in TEST_P() 1872 glTexImage2D(GL_TEXTURE_2D, 0, sourceInternalFormat, 1, 1, 0, sourceFormat, sourceType, in TEST_P() 1983 GLenum sourceType, const GLColor &sourceColor, in TEST_P() 1989 glTexImage2D(GL_TEXTURE_2D, 0, sourceInternalFormat, 1, 1, 0, sourceFormat, sourceType, in TEST_P() 2113 GLenum sourceType, const GLColor &sourceColor, in TEST_P() 2119 glTexImage2D(GL_TEXTURE_2D, 0, sourceInternalFormat, 1, 1, 0, sourceFormat, sourceType, in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 1046 const gl::TextureType sourceType = gl::TextureType::_2D; in generateSRGBMipmap() local 1057 mStateManager->bindTexture(sourceType, linearTexture); in generateSRGBMipmap() 1073 ANGLE_TRY(getBlitProgram(context, sourceType, GL_FLOAT, GL_FLOAT, &blitProgram)); in generateSRGBMipmap() 1082 mStateManager->bindTexture(sourceType, source->getTextureID()); in generateSRGBMipmap() 1089 mStateManager->bindTexture(sourceType, linearTexture); in generateSRGBMipmap()
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | Output.pm | 103 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n"; 105 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n"; 106 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n"; 220 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | Output.pm | 105 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n"; 107 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n"; 108 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n"; 220 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | mathutil.h | 177 template <typename destType, typename sourceType> 178 destType bitCast(const sourceType &source) in bitCast() 180 size_t copySize = std::min(sizeof(destType), sizeof(sourceType)); in bitCast()
|