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

1 2 3 4 5

  /external/lzma/CPP/Windows/Control/
Static.h 14 HANDLE SetImage(WPARAM imageType, HANDLE handle) { return (HANDLE)SendMessage(STM_SETIMAGE, imageType, (LPARAM)handle); }
15 HANDLE GetImage(WPARAM imageType) { return (HANDLE)SendMessage(STM_GETIMAGE, imageType, 0); }
  /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),
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.hpp 40 de::MovePtr<TestCase> createImageQualifierRestrictCase (tcu::TestContext& testCtx, const ImageType imageType, const std::string& name);
vktImageTestsUtil.cpp 58 tcu::UVec3 getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize)
60 switch (imageType)
88 tcu::UVec3 getLayerSize (const ImageType imageType, const tcu::UVec3& imageSize)
90 switch (imageType)
112 deUint32 getNumLayers (const ImageType imageType, const tcu::UVec3& imageSize)
114 switch (imageType)
138 deUint32 getNumPixels (const ImageType imageType, const tcu::UVec3& imageSize
    [all...]
vktImageTestsUtil.hpp 39 enum ImageType
53 vk::VkImageType mapImageType (const ImageType imageType);
54 vk::VkImageViewType mapImageViewType (const ImageType imageType);
55 std::string getImageTypeName (const ImageType imageType);
56 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType);
101 tcu::UVec3 getShaderGridSize (const ImageType imageType, const tcu::UVec3& imageSize); //!< Size used for addresing image in a shade
    [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...]
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...]
vktImageSizeTests.cpp 54 Texture getTexture (const ImageType imageType, const tcu::IVec3& size)
56 switch (imageType)
60 return Texture(imageType, tcu::IVec3(size.x(), 1, 1), 1);
63 return Texture(imageType, tcu::IVec3(size.x(), 1, 1), size.y());
66 return Texture(imageType, tcu::IVec3(size.x(), size.y(), 1), 1);
69 return Texture(imageType, tcu::IVec3(size.x(), size.y(), 1), size.z());
72 return Texture(imageType, tcu::IVec3(size.x(), size.x(), 1), 6);
75 return Texture(imageType, tcu::IVec3(size.x(), size.x(), 1), 2*6);
78 return Texture(imageType, size, 1)
    [all...]
  /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)
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 60 tcu::UVec3 getShaderGridSize(const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel)
66 switch (imageType)
98 tcu::UVec3 getLayerSize(const ImageType imageType, const tcu::UVec3& imageSize)
100 switch (imageType)
122 deUint32 getNumLayers(const ImageType imageType, const tcu::UVec3& imageSize)
124 switch (imageType)
148 deUint32 getNumPixels(const ImageType imageType, const tcu::UVec3& imageSize
    [all...]
vktSparseResourcesTestsUtil.hpp 40 enum ImageType
54 vk::VkImageType mapImageType (const ImageType imageType);
55 vk::VkImageViewType mapImageViewType (const ImageType imageType);
56 std::string getImageTypeName (const ImageType imageType);
57 std::string getShaderImageType (const tcu::TextureFormat& format, const ImageType imageType);
103 tcu::UVec3 getShaderGridSize (const ImageType imageType,
    [all...]
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...]
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java 39 byte imageType) {
52 if (imageType == TYPE_JPG) {
  /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...]
SwtUtils.java 55 * @param imageType the {@link BufferedImage#getType()} type
58 public static PaletteData getAwtPaletteData(int imageType) {
59 switch (imageType) {
80 * @param imageType the {@link BufferedImage#getType()}
83 private static boolean isSupportedPaletteType(int imageType) {
84 switch (imageType) {
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 128 std::string getShaderImageTypeDeclaration (const tcu::TextureFormat& format, gls::TextureTestUtil::TextureType imageType)
154 switch(imageType)
170 std::string getShaderImageTypeExtensionString (gls::TextureTestUtil::TextureType imageType)
174 switch(imageType)
199 std::string getShaderImageParamP (gls::TextureTestUtil::TextureType imageType)
201 switch(imageType)
352 std::string generateShaderSource (ImageOperation function, MemoryQualifier memory, gls::TextureTestUtil::TextureType imageType, const tcu::TextureFormat& format, glu::ShaderType shaderType)
367 params["GLSL_TYPE_EXTENSION"] = getShaderImageTypeExtensionString(imageType);
372 params["IMAGE_TYPE"] = getShaderImageTypeDeclaration(format, imageType);
374 params["IMAGE_PARAM_P"] = getShaderImageParamP(imageType);
    [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...]
  /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);
  /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)
  /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/shaderexecutor/
vktShaderExecutor.hpp 147 VkImageType imageType,
261 VkImageType imageType,
377 VkImageType imageType,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]

Completed in 869 milliseconds

1 2 3 4 5