HomeSort by relevance Sort by last modified time
    Searched refs:row_type (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/ui/
mat4.h 49 typedef tvec4<T> row_type; typedef in class:android::tmat44
56 enum { ROW_SIZE = row_type::SIZE };
351 typename tmat44<U>::row_type PURE operator *(const tvec4<U>& rv, const tmat44<T>& lv) {
352 typename tmat44<U>::row_type result(tmat44<U>::row_type::NO_INIT);
  /external/mesa3d/src/glsl/
glsl_types.h 419 const glsl_type *row_type() const function in struct:glsl_type
ast_to_hir.cpp 293 if (type_a->row_type() == type_b->column_type()) {
302 type_b->row_type()->vector_elements);
313 if (type_a->row_type() == type_b) {
337 type_b->row_type()->vector_elements,
    [all...]

Completed in 170 milliseconds