OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhs_i0
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/opengl/
util.cpp
569
const float
rhs_i0
= rhs[ I(i,0) ];
local
570
float ri0 = lhs[ I(0,0) ] *
rhs_i0
;
571
float ri1 = lhs[ I(0,1) ] *
rhs_i0
;
572
float ri2 = lhs[ I(0,2) ] *
rhs_i0
;
573
float ri3 = lhs[ I(0,3) ] *
rhs_i0
;
[
all
...]
/frameworks/native/opengl/libagl/
matrix.cpp
256
const float
rhs_i0
= rhs.m[ I(i,0) ];
local
257
float ri0 = m[ I(0,0) ] *
rhs_i0
;
258
float ri1 = m[ I(0,1) ] *
rhs_i0
;
259
float ri2 = m[ I(0,2) ] *
rhs_i0
;
260
float ri3 = m[ I(0,3) ] *
rhs_i0
;
Completed in 131 milliseconds