OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pitchp
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/src/Renderer/
Sampler.cpp
132
int
pitchP
= surface->getInternalPitchP();
211
mipmap.onePitchP[1] =
pitchP
;
213
mipmap.onePitchP[3] =
pitchP
;
215
mipmap.
pitchP
[0] =
pitchP
;
216
mipmap.
pitchP
[1] =
pitchP
;
217
mipmap.
pitchP
[2] =
pitchP
;
218
mipmap.
pitchP
[3] = pitchP
[
all
...]
Surface.hpp
269
int
pitchP
;
281
Surface(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int
pitchP
= 0);
285
static Surface *create(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int
pitchP
= 0);
362
static int
pitchP
(int width, int border, Format format, bool target);
583
return external.
pitchP
;
608
return internal.
pitchP
;
Sampler.hpp
39
int4
pitchP
;
Surface.cpp
[
all
...]
/external/swiftshader/src/OpenGL/common/
Image.hpp
77
int
pitchP
() const;
115
Image(GLsizei width, GLsizei height, GLint internalformat, int
pitchP
)
116
: sw::Surface(nullptr, width, height, 1, 0, 1, gl::SelectInternalFormat(internalformat), true, true,
pitchP
),
140
static Image *create(GLsizei width, GLsizei height, GLint internalformat, int
pitchP
);
Image.cpp
[
all
...]
/external/swiftshader/src/Shader/
SamplerCore.cpp
[
all
...]
Completed in 189 milliseconds