OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matrix_is_affine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h
117
static INLINE VGboolean
matrix_is_affine
(struct matrix *matrix)
function
162
if (!
matrix_is_affine
(mat)) {
172
if (!
matrix_is_affine
(dst)) {
187
if (!
matrix_is_affine
(dst)) {
229
if (!
matrix_is_affine
(dst)) {
/external/mesa3d/src/gallium/state_trackers/vega/
matrix.h
117
static INLINE VGboolean
matrix_is_affine
(struct matrix *matrix)
function
162
if (!
matrix_is_affine
(mat)) {
172
if (!
matrix_is_affine
(dst)) {
187
if (!
matrix_is_affine
(dst)) {
229
if (!
matrix_is_affine
(dst)) {
Completed in 142 milliseconds