Searched refs:getPitch (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 271 …urn ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), in getSubregion() 297 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), in getSubregion() 1419 baseAccess.getPitch(), in toSamplerAccess() 1427 baseAccess.getPitch(), in toSamplerAccess() 1445 baseAccess.getPitch(), in toSamplerAccess() 1453 baseAccess.getPitch(), in toSamplerAccess() 1471 baseAccess.getPitch(), in toSamplerAccess() 1479 baseAccess.getPitch(), in toSamplerAccess() 1497 baseAccess.getPitch(), in toSamplerAccess() 1505 baseAccess.getPitch(), in toSamplerAccess()
|
D | tcuTexture.hpp | 368 const IVec3& getPitch (void) const { return m_pitch; } in getPitch() function in tcu::ConstPixelBufferAccess
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 192 unsigned int getPitch() const in getPitch() function in egl::Image
|
D | Image.cpp | 1315 rect.destPitch = getPitch(); in loadImageData() 1700 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/framework/opengl/ |
D | gluTextureUtil.cpp | 1223 fullAccess.getPitch(),
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 391 …xtureFormat::R, TextureFormat::UNSIGNED_INT8), access.getSize(), access.getPitch(), access.getData… in stencilToRedAccess()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 931 …ess destAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), destPtr + leve… in write()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 2452 int inputPitch = (int)renderTarget->getPitch(); in readPixels()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 319 …cess dstAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), (deUint8*)dst … in writeTextureLevelPyramidData()
|