HomeSort by relevance Sort by last modified time
    Searched defs:imageType (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TransformUtils.java 46 FrameType imageType = FrameType.image2D(FrameType.ELEMENT_RGBA8888,
48 current = Frame.create(imageType, pow2Dims).asFrameImage2D();
57 FrameType imageType = FrameType.image2D(FrameType.ELEMENT_RGBA8888,
59 current = Frame.create(imageType, dimensions).asFrameImage2D();
SurfaceHolderTarget.java 99 FrameType imageType = FrameType.image2D(FrameType.ELEMENT_RGBA8888, FrameType.READ_GPU);
101 .addInputPort("image", Signature.PORT_REQUIRED, imageType)
BackingStore.java 821 Type imageType = imageTypeBuilder.create();
823 mAllocation = Allocation.createTyped(mRenderScript, imageType);
  /external/vulkan-validation-layers/layers/
image.h 60 VkImageType imageType;
65 imageType(VK_IMAGE_TYPE_RANGE_SIZE), extent{}, flags(0){};
68 samples(pCreateInfo->samples), imageType(pCreateInfo->imageType), extent(pCreateInfo->extent),
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
FaceSquareFilter.java 50 FrameType imageType = FrameType.buffer2D(FrameType.ELEMENT_RGBA8888);
53 .addInputPort("image", Signature.PORT_REQUIRED, imageType)
55 .addOutputPort("image", Signature.PORT_REQUIRED, imageType)
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 61 const ImageType imageType,
68 const ImageType m_imageType;
76 const ImageType imageType,
80 , m_imageType (imageType)
90 const ImageType imageType,
97 const ImageType m_imageType;
103 const ImageType imageType
    [all...]
vktSparseResourcesMipmapSparseResidency.cpp 72 const ImageType imageType,
79 const ImageType m_imageType;
87 const ImageType imageType,
91 , m_imageType (imageType)
101 const ImageType imageType,
109 const ImageType m_imageType;
115 const ImageType imageType
    [all...]
vktSparseResourcesImageSparseResidency.cpp 55 const std::string getCoordStr (const ImageType imageType,
60 switch (imageType)
142 const ImageType imageType,
151 const ImageType m_imageType;
160 const ImageType imageType,
165 , m_imageType (imageType)
205 const ImageType imageType
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 69 const VkImageType imageType = getCompatibleImageType(viewType);
71 switch (imageType)
189 const VkImageType imageType = getCompatibleImageType(viewType);
206 switch (imageType)
412 getCompatibleImageType(m_imageViewType), // VkImageType imageType;
494 VK_IMAGE_TYPE_2D, // VkImageType imageType;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 212 int imageType = source.getType();
213 if (imageType == BufferedImage.TYPE_CUSTOM) {
214 imageType = BufferedImage.TYPE_INT_ARGB;
218 new BufferedImage(destWidth, destHeight, imageType);
267 BufferedImage scaled = new BufferedImage(nearestWidth, nearestHeight, imageType);
282 scaled = new BufferedImage(halfWidth, halfHeight, imageType);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 89 static string getCoordStr (const ImageType imageType,
94 switch (imageType)
247 const ImageType imageType,
257 const ImageType m_imageType;
267 const ImageType imageType,
273 , m_imageType (imageType)
320 const ImageType imageType
    [all...]
vktImageQualifiersTests.cpp 68 const tcu::UVec3 getLocalWorkGroupSize (const ImageType imageType, const tcu::UVec3& imageSize)
70 const tcu::UVec3 computeGridSize = getShaderGridSize(imageType, imageSize);
78 const tcu::UVec3 getNumWorkGroups (const ImageType imageType, const tcu::UVec3& imageSize)
80 const tcu::UVec3 computeGridSize = getShaderGridSize(imageType, imageSize);
81 const tcu::UVec3 localWorkGroupSize = getLocalWorkGroupSize(imageType, imageSize);
86 tcu::ConstPixelBufferAccess getLayerOrSlice (const ImageType imageType,
90 switch (imageType)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 253 int imageType = getBufferedImageType();
256 BufferedImage image = new BufferedImage(width, height, imageType);
281 int imageType = getBufferedImageType();
284 BufferedImage image = new BufferedImage(width, height, imageType);
648 * @param imageType the type of the new image
652 /*package*/ static BufferedImage createCopy(BufferedImage image, int imageType, int alpha) {
656 BufferedImage result = new BufferedImage(w, h, imageType);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 155 * @param imageType the type of {@link BufferedImage} to create
159 public static BufferedImage cropBlank(BufferedImage image, Rect initialCrop, int imageType) {
169 return crop(image, filter, initialCrop, imageType);
203 * @param imageType the type of {@link BufferedImage} to create
208 final int blankArgb, Rect initialCrop, int imageType) {
215 return crop(image, filter, initialCrop, imageType);
235 int imageType) {
323 if (imageType == -1) {
324 imageType = image.getType();
326 if (imageType == BufferedImage.TYPE_CUSTOM)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 292 IGLProperty imageType = new GLEnumProperty(GLStateType.TEXTURE_IMAGE_TYPE,
298 width, height, format, imageType, image);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 482 const vk::VkImageType imageType = getVkImageType(texType);
539 m_uniformSetup->addData(new SamplerUniformData(bindingLocation++, (deUint32)numSamplers, refSampler, texFormat, tcu::IVec3(1, 1, 1), imageType, imageViewType, &texData[0]));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 206 VkImageType imageType;
241 imageCreateParams.imageType = imageParameters.imageType;
721 imageParameters.imageType = VK_IMAGE_TYPE_2D;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp     [all...]
es31fShaderImageLoadStoreTests.cpp 252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType)
254 return getShaderSamplerOrImageType(formatType, imageType, false);
257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType)
259 return getShaderSamplerOrImageType(formatType, imageType, true);
695 static void setTextureStorage (glu::CallLogWrapper& glLog, TextureType imageType, deUint32 internalFormat, const IVec3& imageSize, deUint32 textureBufGL)
697 const deUint32 textureTarget = getGLTextureTarget(imageType);
699 switch (imageType)
    [all...]
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta3/
ninepatch-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta6/
ninepatch-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/24.5.0/
ninepatch-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0/
ninepatch-25.0.0.jar 

Completed in 711 milliseconds

1 2 3 4