Home
last modified time | relevance | path

Searched refs:imageName (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DJniInterface.java69 public static Bitmap loadImage(String imageName) { in loadImage() argument
72 return BitmapFactory.decodeStream(assetManager.open(imageName)); in loadImage()
74 Log.e(TAG, "Cannot open image " + imageName); in loadImage()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderImage_test.cpp78 const TString &imageName) in CheckExportedImageUniform() argument
84 ASSERT_STREQ(imageUniform.name.c_str(), imageName.c_str()); in CheckExportedImageUniform()
90 const ImmutableString &imageName, in CheckImageDeclaration() argument
100 const TIntermSymbol *myImageNode = FindSymbolNode(astRoot, imageName); in CheckImageDeclaration()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderImage_test.cpp78 const TString &imageName) in CheckExportedImageUniform() argument
84 ASSERT_STREQ(imageUniform.name.c_str(), imageName.c_str()); in CheckExportedImageUniform()
90 const ImmutableString &imageName, in CheckImageDeclaration() argument
100 const TIntermSymbol *myImageNode = FindSymbolNode(astRoot, imageName); in CheckImageDeclaration()
/third_party/skia/modules/particles/src/
DSkParticleDrawable.cpp114 SkImageDrawable(const char* imagePath = "", const char* imageName = "", in SkImageDrawable() argument
117 , fName(imageName) in SkImageDrawable()
185 const char* imageName, in MakeImage() argument
187 return sk_sp<SkParticleDrawable>(new SkImageDrawable(imagePath, imageName, cols, rows)); in MakeImage()
DSkParticleBinding.cpp207 SkImageBinding(const char* name = "", const char* imagePath = "", const char* imageName = "") in SkImageBinding() argument
210 , fImageName(imageName) {} in SkImageBinding()
249 const char* imageName) { in MakeImage() argument
250 return sk_sp<SkParticleBinding>(new SkImageBinding(name, imagePath, imageName)); in MakeImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp425 std::stringstream imageName; in iterate() local
426imageName << getImageTypeName(m_imageType) << "_" << bufferRSData.getWidth() << "_" << bufferRSDat… in iterate()
429 << tcu::TestLog::Section(imageName.str(), imageName.str()) in iterate()
DvktPipelineMultisampleImageTests.cpp1543 const std::string imageName = "color layer " + de::toString(layerNdx); in compareImages() local
1567 log << tcu::TestLog::ImageSet(imageName, imageName) in compareImages()
1573 log << tcu::TestLog::ImageSet(imageName, imageName) in compareImages()
DvktPipelineMultisampleShaderFragmentMaskTests.cpp1342 …const std::string imageName = "layer_" + de::toString(layerNdx) + "_sample_" + de::toString(sa… in test() local
1348 …const bool ok = tcu::intThresholdCompare(context.getTestContext().getLog(), imageName.c_str(), ima… in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp425 std::stringstream imageName; in iterate() local
426imageName << getImageTypeName(m_imageType) << "_" << bufferRSData.getWidth() << "_" << bufferRSDat… in iterate()
429 << tcu::TestLog::Section(imageName.str(), imageName.str()) in iterate()
DvktPipelineMultisampleImageTests.cpp1543 const std::string imageName = "color layer " + de::toString(layerNdx); in compareImages() local
1567 log << tcu::TestLog::ImageSet(imageName, imageName) in compareImages()
1573 log << tcu::TestLog::ImageSet(imageName, imageName) in compareImages()
DvktPipelineMultisampleShaderFragmentMaskTests.cpp1342 …const std::string imageName = "layer_" + de::toString(layerNdx) + "_sample_" + de::toString(sa… in test() local
1348 …const bool ok = tcu::intThresholdCompare(context.getTestContext().getLog(), imageName.c_str(), ima… in test()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp249 m_depthStencilImage = att.imageName; in check()
253 else if (m_depthStencilImage != att.imageName || m_depthStencilType != attachmentType(att)) in check()
334 att->imageName = tex; in build()
455 att.imageName = rbo; in build()
/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts143 const imageName = `tstest/${directory}`; constant
144 …cls.exec("docker", ["build", "--no-cache", ".", "-t", imageName], { cwd }); // --no-cache so the l…
146 …ls.kind()}/${directory}.log`, cls.report(cp.spawnSync(`docker`, ["run", imageName], { cwd, timeout…
/third_party/skia/modules/particles/include/
DSkParticleDrawable.h30 static sk_sp<SkParticleDrawable> MakeImage(const char* imagePath, const char* imageName,
DSkParticleBinding.h75 const char* imagePath, const char* imageName);
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp434 rAtt->renderbufferTarget, rAtt->imageName); in attachAttachment()
438 fAtt->texTarget, fAtt->imageName, fAtt->level); in attachAttachment()
442 lAtt->imageName, lAtt->level, lAtt->layer); in attachAttachment()
636 const Image* const image = fboConfig.getImage(attachmentType(att), att.imageName); in validStatusCodes()
712 logField(log, "Image Name", toString(att.imageName)); in logAttachment()
DglsFboUtil.hpp257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment()
260 glw::GLuint imageName; member
DglsFboCompletenessTests.cpp768 att->imageName = img; in makeAttachment()
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go1039 imageName := "skia-release"
1042 imageName = "skia-wasm-release"
1045 imageDir := path.Join("docker", imageName)
1053 "--image_name", fmt.Sprintf("gcr.io/skia-public/%s", imageName),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp595 std::string imageName = GlslangGetMappedSamplerName(imageUniform.name); in addImageDescriptorSetDesc() local
620 GetImageNameWithoutIndices(&imageName); in addImageDescriptorSetDesc()
621 const ShaderInterfaceVariableInfo &info = mVariableInfoMap.get(shaderType, imageName); in addImageDescriptorSetDesc()
1499 const std::string imageName = GlslangGetMappedSamplerName(imageUniform.name); in updateImagesDescriptorSet() local
1500 const ShaderInterfaceVariableInfo &info = mVariableInfoMap.get(shaderType, imageName); in updateImagesDescriptorSet()
/third_party/python/Doc/library/
Dtkinter.ttk.rst1048 * image: imageName