OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swimg
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c
69
struct swrast_texture_image *
swImg
= swrast_texture_image(texImage);
74
assert(!
swImg
->Buffer);
75
swImg
->Buffer = _mesa_align_malloc(bytes, 512);
76
if (!
swImg
->Buffer)
80
swImg
->RowStride = texImage->Width;
86
swImg
->ImageOffsets = (GLuint *) malloc(texImage->Depth * sizeof(GLuint));
87
if (!
swImg
->ImageOffsets)
91
swImg
->ImageOffsets[i] = i * texImage->Width * texImage->Height;
110
struct swrast_texture_image *
swImg
= swrast_texture_image(texImage);
115
swImg
->_IsPowerOfTwo = GL_TRUE
[
all
...]
s_texfilter.c
164
const struct swrast_texture_image *
swImg
= swrast_texture_image_const(img);
169
if (
swImg
->_IsPowerOfTwo) {
292
const struct swrast_texture_image *
swImg
= swrast_texture_image_const(img);
300
if (
swImg
->_IsPowerOfTwo)
852
const struct swrast_texture_image *
swImg
= swrast_texture_image_const(img);
863
swImg
->FetchTexel(
swImg
, i, 0, 0, rgba);
877
const struct swrast_texture_image *
swImg
= swrast_texture_image_const(img);
900
swImg
->FetchTexel(
swImg
, i0, 0, 0, t0)
[
all
...]
s_triangle.c
131
const struct swrast_texture_image *
swImg
= \
136
const GLubyte *texture = (const GLubyte *)
swImg
->Map; \
189
const struct swrast_texture_image *
swImg
= \
194
const GLubyte *texture = (const GLubyte *)
swImg
->Map; \
546
const struct swrast_texture_image *
swImg
= \
550
info.texture = (const GLchan *)
swImg
->Map; \
815
const struct swrast_texture_image *
swImg
= \
817
info.texture = (const GLchan *)
swImg
->Map; \
[
all
...]
s_fragprog.c
121
const struct swrast_texture_image *
swImg
=
124
const GLfloat texW = (GLfloat)
swImg
->WidthScale;
125
const GLfloat texH = (GLfloat)
swImg
->HeightScale;
s_span.c
499
const struct swrast_texture_image *
swImg
=
512
texW =
swImg
->WidthScale;
513
texH =
swImg
->HeightScale;
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_texture.c
69
struct swrast_texture_image *
swImg
= swrast_texture_image(texImage);
74
assert(!
swImg
->Buffer);
75
swImg
->Buffer = _mesa_align_malloc(bytes, 512);
76
if (!
swImg
->Buffer)
80
swImg
->RowStride = texImage->Width;
86
swImg
->ImageOffsets = (GLuint *) malloc(texImage->Depth * sizeof(GLuint));
87
if (!
swImg
->ImageOffsets)
91
swImg
->ImageOffsets[i] = i * texImage->Width * texImage->Height;
110
struct swrast_texture_image *
swImg
= swrast_texture_image(texImage);
115
swImg
->_IsPowerOfTwo = GL_TRUE
[
all
...]
s_texfilter.c
164
const struct swrast_texture_image *
swImg
= swrast_texture_image_const(img);
169
if (
swImg
->_IsPowerOfTwo) {
292
const struct swrast_texture_image *
swImg
= swrast_texture_image_const(img);
300
if (
swImg
->_IsPowerOfTwo)
852
const struct swrast_texture_image *
swImg
= swrast_texture_image_const(img);
863
swImg
->FetchTexel(
swImg
, i, 0, 0, rgba);
877
const struct swrast_texture_image *
swImg
= swrast_texture_image_const(img);
900
swImg
->FetchTexel(
swImg
, i0, 0, 0, t0)
[
all
...]
s_triangle.c
131
const struct swrast_texture_image *
swImg
= \
136
const GLubyte *texture = (const GLubyte *)
swImg
->Map; \
189
const struct swrast_texture_image *
swImg
= \
194
const GLubyte *texture = (const GLubyte *)
swImg
->Map; \
546
const struct swrast_texture_image *
swImg
= \
550
info.texture = (const GLchan *)
swImg
->Map; \
815
const struct swrast_texture_image *
swImg
= \
817
info.texture = (const GLchan *)
swImg
->Map; \
[
all
...]
s_fragprog.c
121
const struct swrast_texture_image *
swImg
=
124
const GLfloat texW = (GLfloat)
swImg
->WidthScale;
125
const GLfloat texH = (GLfloat)
swImg
->HeightScale;
s_span.c
499
const struct swrast_texture_image *
swImg
=
512
texW =
swImg
->WidthScale;
513
texH =
swImg
->HeightScale;
[
all
...]
Completed in 1500 milliseconds