Home
last modified time | relevance | path

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

/external/python/cryptography/
DJenkinsfile24 imageName: 'pyca/cryptography-runner-sid',
77 def build(toxenv, label, imageName, artifacts, artifactExcludes) {
94 withEnv(["LABEL=$label", "TOXENV=$toxenv", "IMAGE_NAME=$imageName"]) {
198 def imageName = config["imageName"]
199 def combinedName = "${imageName}-${toxenv}"
203 def buildImage = docker.image(imageName)
206 build(toxenv, label, imageName, artifacts, artifactExcludes)
/external/skqp/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()
/external/python/cryptography/.jenkins/
DJenkinsfile-cryptography-wheel-builder25 imageName: 'pyca/cryptography-manylinux1:i686',
34 imageName: 'pyca/cryptography-manylinux1:x86_64',
44 def build(version, label, imageName) {
131 if (imageName.contains("i686")) {
177 def imageName = config["imageName"]
178 def combinedName = "${imageName}-${version}"
182 def buildImage = docker.image(imageName)
185 build(version, label, imageName)
/external/angle/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()
/external/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()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp232 m_depthStencilImage = att.imageName; in check()
237 if (m_depthStencilImage != att.imageName || m_depthStencilType != attachmentType(att)) in check()
306 att->imageName = tex; in build()
427 att.imageName = rbo; in build()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp424 std::stringstream imageName; in iterate() local
425imageName << getImageTypeName(m_imageType) << "_" << bufferRSData.getWidth() << "_" << bufferRSDat… in iterate()
428 << tcu::TestLog::Section(imageName.str(), imageName.str()) in iterate()
DvktPipelineMultisampleImageTests.cpp1396 const std::string imageName = "color layer " + de::toString(layerNdx); in compareImages() local
1420 log << tcu::TestLog::ImageSet(imageName, imageName) in compareImages()
1426 log << tcu::TestLog::ImageSet(imageName, imageName) in compareImages()
DvktPipelineMultisampleShaderFragmentMaskTests.cpp1222 …const std::string imageName = "layer_" + de::toString(layerNdx) + "_sample_" + de::toString(sa… in test() local
1228 …const bool ok = tcu::intThresholdCompare(context.getTestContext().getLog(), imageName.c_str(), ima… in test()
/external/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);
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp508 char const *imageName) { in generateFilename() argument
527 res += imageName; in generateFilename()
557 char imageName[1024]; in init() local
560 statsFileName, getImageName(&imageName[0], sizeof(imageName))); in init()
/external/deqp/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.cpp758 att->imageName = img; in makeAttachment()
/external/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go1019 imageName := "skia-release"
1022 imageName = "skia-wasm-release"
1025 imageDir := path.Join("docker", imageName)
1033 "--image_name", fmt.Sprintf("gcr.io/skia-public/%s", imageName),
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp586 std::string imageName = GlslangGetMappedSamplerName(imageUniform.name); in addImageDescriptorSetDesc() local
611 GetImageNameWithoutIndices(&imageName); in addImageDescriptorSetDesc()
612 const ShaderInterfaceVariableInfo &info = mVariableInfoMap.get(shaderType, imageName); in addImageDescriptorSetDesc()
1475 const std::string imageName = GlslangGetMappedSamplerName(imageUniform.name); in updateImagesDescriptorSet() local
1476 const ShaderInterfaceVariableInfo &info = mVariableInfoMap.get(shaderType, imageName); in updateImagesDescriptorSet()
/external/python/cpython2/Doc/library/
Dttk.rst943 * image: imageName
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst1048 * image: imageName
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c9324 Str255 imageName; in Qt_SpriteMediaGetImageName() local
9331 PyMac_GetStr255, imageName)) in Qt_SpriteMediaGetImageName()
9335 imageName); in Qt_SpriteMediaGetImageName()