Searched defs:pitchP (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Sampler.cpp | 132 int pitchP = surface->getInternalPitchP(); in setTextureLevel() local
|
D | Sampler.hpp | 39 int4 pitchP; member
|
D | Surface.hpp | 269 int pitchP; member
|
D | Surface.cpp | 1217 …nt depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0) in SurfaceImplementation() 1782 int Surface::pitchP(int width, int border, Format format, bool target) in pitchP() function in sw::Surface
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 115 Image(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in Image()
|
D | Image.cpp | 1167 ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in ImageImplementation() 1203 Image *Image::create(GLsizei width, GLsizei height, GLint internalformat, int pitchP) in create() 1233 int ClientBuffer::pitchP() const in pitchP() function in egl::ClientBuffer
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1232 Int4 pitchP = *Pointer<Int4>(mipmap + OFFSET(Mipmap, pitchP), 16); in sampleFloat2D() local 1301 Int4 pitchP = *Pointer<Int4>(mipmap + OFFSET(Mipmap, pitchP), 16); in sampleFloat3D() local
|