OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptWidth
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c
329
GLuint
ptWidth
, ptHeight, ptDepth, ptLayers;
384
&
ptWidth
, &ptHeight, &ptDepth, &ptLayers);
390
ptWidth
,
468
GLuint
ptWidth
, ptHeight, ptDepth, ptLayers;
472
&
ptWidth
, &ptHeight, &ptDepth, &ptLayers);
478
ptWidth
,
[
all
...]
st_texture.c
176
GLuint
ptWidth
, ptHeight, ptDepth, ptLayers;
190
&
ptWidth
, &ptHeight, &ptDepth, &ptLayers);
195
if (
ptWidth
!= u_minify(pt->width0, image->Level) ||
Completed in 947 milliseconds