OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storeUnpack
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/
pixelstore.c
146
state->
storeUnpack
.rowLength = a;
154
state->
storeUnpack
.imageHeight = a;
162
state->
storeUnpack
.skipRows = a;
170
state->
storeUnpack
.skipPixels = a;
178
state->
storeUnpack
.skipImages = a;
187
state->
storeUnpack
.alignment = a;
195
state->
storeUnpack
.swapEndian = (param != 0);
198
state->
storeUnpack
.lsbFirst = (param != 0);
288
state->
storeUnpack
.rowLength = param;
295
state->
storeUnpack
.imageHeight = param
[
all
...]
clientattrib.c
85
sp->
storeUnpack
= state->
storeUnpack
;
114
state->
storeUnpack
= sp->
storeUnpack
;
pixel.c
87
GLint rowLength = state->
storeUnpack
.rowLength;
88
GLint alignment = state->
storeUnpack
.alignment;
89
GLint skipPixels = state->
storeUnpack
.skipPixels;
90
GLint skipRows = state->
storeUnpack
.skipRows;
91
GLint lsbFirst = state->
storeUnpack
.lsbFirst;
169
GLint rowLength = state->
storeUnpack
.rowLength;
170
GLint imageHeight = state->
storeUnpack
.imageHeight;
171
GLint alignment = state->
storeUnpack
.alignment;
172
GLint skipPixels = state->
storeUnpack
.skipPixels;
173
GLint skipRows = state->
storeUnpack
.skipRows
[
all
...]
single2.c
275
*data = (GLintptr) state->
storeUnpack
.rowLength;
278
*data = (GLintptr) state->
storeUnpack
.imageHeight;
281
*data = (GLintptr) state->
storeUnpack
.skipRows;
284
*data = (GLintptr) state->
storeUnpack
.skipPixels;
287
*data = (GLintptr) state->
storeUnpack
.skipImages;
290
*data = (GLintptr) state->
storeUnpack
.alignment;
293
*data = (GLintptr) state->
storeUnpack
.swapEndian;
296
*data = (GLintptr) state->
storeUnpack
.lsbFirst;
glxclient.h
191
__GLXpixelStoreMode storePack,
storeUnpack
;
indirect_glx.c
399
state->
storeUnpack
.alignment = 4;
/external/mesa3d/src/glx/
pixelstore.c
146
state->
storeUnpack
.rowLength = a;
154
state->
storeUnpack
.imageHeight = a;
162
state->
storeUnpack
.skipRows = a;
170
state->
storeUnpack
.skipPixels = a;
178
state->
storeUnpack
.skipImages = a;
187
state->
storeUnpack
.alignment = a;
195
state->
storeUnpack
.swapEndian = (param != 0);
198
state->
storeUnpack
.lsbFirst = (param != 0);
288
state->
storeUnpack
.rowLength = param;
295
state->
storeUnpack
.imageHeight = param
[
all
...]
clientattrib.c
85
sp->
storeUnpack
= state->
storeUnpack
;
114
state->
storeUnpack
= sp->
storeUnpack
;
pixel.c
87
GLint rowLength = state->
storeUnpack
.rowLength;
88
GLint alignment = state->
storeUnpack
.alignment;
89
GLint skipPixels = state->
storeUnpack
.skipPixels;
90
GLint skipRows = state->
storeUnpack
.skipRows;
91
GLint lsbFirst = state->
storeUnpack
.lsbFirst;
169
GLint rowLength = state->
storeUnpack
.rowLength;
170
GLint imageHeight = state->
storeUnpack
.imageHeight;
171
GLint alignment = state->
storeUnpack
.alignment;
172
GLint skipPixels = state->
storeUnpack
.skipPixels;
173
GLint skipRows = state->
storeUnpack
.skipRows
[
all
...]
single2.c
275
*data = (GLintptr) state->
storeUnpack
.rowLength;
278
*data = (GLintptr) state->
storeUnpack
.imageHeight;
281
*data = (GLintptr) state->
storeUnpack
.skipRows;
284
*data = (GLintptr) state->
storeUnpack
.skipPixels;
287
*data = (GLintptr) state->
storeUnpack
.skipImages;
290
*data = (GLintptr) state->
storeUnpack
.alignment;
293
*data = (GLintptr) state->
storeUnpack
.swapEndian;
296
*data = (GLintptr) state->
storeUnpack
.lsbFirst;
glxclient.h
191
__GLXpixelStoreMode storePack,
storeUnpack
;
indirect_glx.c
399
state->
storeUnpack
.alignment = 4;
Completed in 6899 milliseconds