OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xDim
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/cppbasic/
compute.cpp
67
static const uint32_t
xDim
= 7;
71
tb.setX(
xDim
);
81
kern1_in->copy2DRangeFrom(0, 0,
xDim
, yDim, buf);
/frameworks/base/libs/hwui/
DisplayListOp.h
757
#define SET_TEXTURE(ptr, posRect, offsetRect, texCoordsRect,
xDim
, yDim) \
758
TextureVertex::set(ptr++, posRect.
xDim
- offsetRect.left, posRect.yDim - offsetRect.top, \
759
texCoordsRect.
xDim
, texCoordsRect.yDim)
[
all
...]
Completed in 437 milliseconds