/external/swiftshader/src/OpenGL/libGL/ |
D | Image.cpp | 64 unsigned int Image::getPitch() const in getPitch() function in gl::Image 364 unsigned char *dest = static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset; in loadAlphaImageData() 375 …pret_cast<float*>(static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset * 16); in loadAlphaFloatImageData() 392 …t<unsigned short*>(static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset * 8); in loadAlphaHalfFloatImageData() 409 unsigned char *dest = static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset; in loadLuminanceImageData() 420 …pret_cast<float*>(static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset * 16); in loadLuminanceFloatImageData() 437 …t<unsigned short*>(static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset * 8); in loadLuminanceHalfFloatImageData() 454 …unsigned char *dest = static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset *… in loadLuminanceAlphaImageData() 465 …pret_cast<float*>(static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset * 16); in loadLuminanceAlphaFloatImageData() 482 …t<unsigned short*>(static_cast<unsigned char*>(buffer) + (y + yoffset) * getPitch() + xoffset * 8); in loadLuminanceAlphaHalfFloatImageData() [all …]
|
D | Image.hpp | 39 unsigned int getPitch() const;
|
D | Context.cpp | 2208 int inputPitch = (int)renderTarget->getPitch(); in readPixels()
|
D | libGL.cpp | 6316 memcpy(pixels, source, image->getPitch() * image->getHeight()); in glGetTexImage()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 263 …urn ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), in getSubregion() 289 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), in getSubregion() 1302 baseAccess.getPitch(), in toSamplerAccess() 1310 baseAccess.getPitch(), in toSamplerAccess() 1328 baseAccess.getPitch(), in toSamplerAccess() 1336 baseAccess.getPitch(), in toSamplerAccess() 1354 baseAccess.getPitch(), in toSamplerAccess() 1362 baseAccess.getPitch(), in toSamplerAccess() 1380 baseAccess.getPitch(), in toSamplerAccess() 1388 baseAccess.getPitch(), in toSamplerAccess()
|
D | tcuTexture.hpp | 338 const IVec3& getPitch (void) const { return m_pitch; } in getPitch() function in tcu::ConstPixelBufferAccess
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 185 unsigned int getPitch() const in getPitch() function in egl::Image
|
D | Image.cpp | 1472 rect.destPitch = getPitch(); in loadImageData() 1857 GLbyte *dest = (GLbyte*)buffer + y * getPitch() + z * getSlice(); in loadCompressedData()
|
/external/sonic/ |
D | Sonic.java | 110 public float getPitch() in getPitch() method in Sonic
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 391 …xtureFormat::R, TextureFormat::UNSIGNED_INT8), access.getSize(), access.getPitch(), access.getData… in stencilToRedAccess()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 1218 fullAccess.getPitch(),
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 807 …ess destAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), destPtr + leve… in write()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 2451 int inputPitch = (int)renderTarget->getPitch(); in readPixels()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 313 …cess dstAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), (deUint8*)dst … in writeTextureLevelPyramidData()
|