Searched defs:getPixelSize (Results 1 - 8 of 8) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJ.java219 public static int getPixelSize(int pixelFormat) { method in class:TJ
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp261 VkDeviceSize getPixelSize (VkFormat vkFormat) function in namespace:vkt::__anon4465
265 return format.getPixelSize();
275 const VkDeviceSize pixelSize (getPixelSize(format));
H A DvktRenderPassMultisampleTests.cpp319 VkDeviceSize getPixelSize (VkFormat vkFormat) function in namespace:vkt::__anon4467
323 return format.getPixelSize();
333 const VkDeviceSize pixelSize (getPixelSize(format));
/external/deqp/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp381 static int getPixelSize (glw::GLenum internalFormat) function in namespace:deqp::gles31::Functional::__anon5469
384 return fmt.getPixelSize();
476 const int baseSize = getPixelSize(internalFormat);
500 const int baseSize = getPixelSize(internalFormat);
623 const int baseSize = getPixelSize(internalFormats[internalFormatNdx]);
/external/deqp/framework/common/
H A DtcuTexture.cpp716 int getPixelSize (TextureFormat format) function in namespace:tcu
762 int TextureFormat::getPixelSize (void) const function in class:tcu::TextureFormat
764 return ::tcu::getPixelSize(*this);
877 const int pixelSize = format.getPixelSize();
912 , m_pitch (format.getPixelSize(), rowPitch, slicePitch)
925 DE_ASSERT(m_format.getPixelSize() <= m_pitch.x());
2155 int pixelSize = m_format.getPixelSize();
3165 const int size = m_format.getPixelSize()*width*height*depth;
3452 const int dataSize = m_format.getPixelSize()*size*size;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 190 milliseconds