OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matrixf_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libagl/
matrix.cpp
236
void matrixx_t::load(const
matrixf_t
& rhs) {
249
#pragma mark
matrixf_t
252
void
matrixf_t
::multiply(
matrixf_t
& r, const
matrixf_t
& lhs, const
matrixf_t
& rhs)
275
void
matrixf_t
::dump(const char* what) {
283
void
matrixf_t
::loadIdentity() {
287
void
matrixf_t
::set(const GLfixed* rhs) {
291
void
matrixf_t
::set(const GLfloat* rhs)
[
all
...]
/frameworks/base/include/private/opengles/
gl_context.h
367
struct
matrixf_t
;
371
void load(const
matrixf_t
& rhs);
377
struct
matrixf_t
{
struct in namespace:android::gl
379
void load(const
matrixf_t
& rhs);
387
static void multiply(
matrixf_t
& r,
388
const
matrixf_t
& lhs, const
matrixf_t
& rhs);
397
void multiply(const
matrixf_t
& rhs);
450
matrixf_t
*stack;
457
void multiply(const
matrixf_t
& rhs)
[
all
...]
Completed in 274 milliseconds