HomeSort by relevance Sort by last modified time
    Searched defs:imageDesc (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/vk/
GrVkStencilAttachment.cpp 19 const GrVkImage::ImageDesc& desc,
37 GrVkImage::ImageDesc imageDesc;
38 imageDesc.fImageType = VK_IMAGE_TYPE_2D;
39 imageDesc.fFormat = format.fInternalFormat;
40 imageDesc.fWidth = width;
41 imageDesc.fHeight = height;
42 imageDesc.fLevels = 1;
43 imageDesc.fSamples = sampleCnt;
44 imageDesc.fImageTiling = VK_IMAGE_TILING_OPTIMAL
    [all...]
GrVkGpu.cpp 505 // This ImageDesc refers to the texture that will be read by the client. Thus even if msaa is
506 // requested, this ImageDesc describes the resolved texutre. Therefore we always have samples set
508 GrVkImage::ImageDesc imageDesc;
509 imageDesc.fImageType = VK_IMAGE_TYPE_2D;
510 imageDesc.fFormat = pixelFormat;
511 imageDesc.fWidth = desc.fWidth;
512 imageDesc.fHeight = desc.fHeight;
513 imageDesc.fLevels = 1;
514 imageDesc.fSamples = 1
    [all...]
  /external/opencv3/modules/videoio/src/
cap_qt.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 1514 milliseconds