OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h
106
// static const unsigned int
finalWidth
: number of components after conversion
113
static const std::size_t
finalWidth
= N;
121
static const std::size_t
finalWidth
= N+(N&1);
128
static const std::size_t
finalWidth
= 4;
158
static const bool identity = (WidenRule::initialWidth == WidenRule::
finalWidth
) && Converter::identity;
159
static const std::size_t finalSize = WidenRule::
finalWidth
* sizeof(OutputType);
174
out += WidenRule::
finalWidth
;
181
if (WidenRule::
finalWidth
> elementindex)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.cpp
471
enum { d3dsize = WidenRule<d3dtype, size>::
finalWidth
};
[
all
...]
Completed in 756 milliseconds