Home
last modified time | relevance | path

Searched refs:matrixx_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/include/private/opengles/
Dgl_context.h53 struct matrixx_t;
372 struct matrixx_t { struct
420 matrixx_t matrix;
/frameworks/base/opengl/libagl/
Dmatrix.cpp43 static const matrixx_t gIdentityx = {
233 #pragma mark matrixx_t
236 void matrixx_t::load(const matrixf_t& rhs) { in load()