Home
last modified time | relevance | path

Searched refs:getPitch (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DImage.cpp64 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 …]
DImage.hpp39 unsigned int getPitch() const;
DContext.cpp2208 int inputPitch = (int)renderTarget->getPitch(); in readPixels()
DlibGL.cpp6316 memcpy(pixels, source, image->getPitch() * image->getHeight()); in glGetTexImage()
/external/deqp/framework/common/
DtcuTextureUtil.cpp263 …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()
DtcuTexture.hpp338 const IVec3& getPitch (void) const { return m_pitch; } in getPitch() function in tcu::ConstPixelBufferAccess
/external/swiftshader/src/OpenGL/common/
DImage.hpp185 unsigned int getPitch() const in getPitch() function in egl::Image
DImage.cpp1472 rect.destPitch = getPitch(); in loadImageData()
1857 GLbyte *dest = (GLbyte*)buffer + y * getPitch() + z * getSlice(); in loadCompressedData()
/external/sonic/
DSonic.java110 public float getPitch() in getPitch() method in Sonic
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp391 …xtureFormat::R, TextureFormat::UNSIGNED_INT8), access.getSize(), access.getPitch(), access.getData… in stencilToRedAccess()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp1218 fullAccess.getPitch(),
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp807 …ess destAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), destPtr + leve… in write()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp2451 int inputPitch = (int)renderTarget->getPitch(); in readPixels()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp313 …cess dstAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), (deUint8*)dst … in writeTextureLevelPyramidData()