OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aSize
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c
99
const GLuint
aSize
= ctx->PixelMaps.AtoA.Size;
123
rgba[3] = ctx->PixelMaps.AtoA.Map[i *
aSize
/ texSize];
/frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp
558
size_t
aSize
;
588
if (attrib->
aSize
) {
589
pixel |= htonl((uint32_t) round((((1 << attrib->
aSize
) - 1) * alpha))
591
- (attrib->aOffset + attrib->
aSize
)));
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]