Home
last modified time | relevance | path

Searched refs:BuiltIn (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
Degldriver.c58 _EGLMain_t BuiltIn; member
206 if (mod->BuiltIn) { in _eglLoadModule()
208 mainFunc = mod->BuiltIn; in _eglLoadModule()
505 mod->BuiltIn = _eglBuiltInDrivers[i].main; in _eglAddUserDriver()
548 mod->BuiltIn = _eglBuiltInDrivers[i].main; in _eglAddBuiltInDrivers()
/external/mesa3d/src/egl/main/
Degldriver.c58 _EGLMain_t BuiltIn; member
206 if (mod->BuiltIn) { in _eglLoadModule()
208 mainFunc = mod->BuiltIn; in _eglLoadModule()
505 mod->BuiltIn = _eglBuiltInDrivers[i].main; in _eglAddUserDriver()
548 mod->BuiltIn = _eglBuiltInDrivers[i].main; in _eglAddBuiltInDrivers()
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector_MKL.h48 …adjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,BuiltIn> {};
60 …int_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,BuiltIn>::run( \
DGeneralMatrixVector_MKL.h51 …rix_vector_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,ConjugateRhs,BuiltIn> {};
63 …general_matrix_vector_product<Index,Scalar,ColMajor,ConjugateLhs,Scalar,ConjugateRhs,BuiltIn>::run…
DGeneralMatrixMatrixTriangular_MKL.h43 …x,Scalar,AStorageOrder,ConjugateA,Scalar,AStorageOrder,ConjugateA,ResStorageOrder,UpLo,BuiltIn> {};
62 ColMajor, UpLo, BuiltIn> \
DTriangularMatrixVector_MKL.h48 …ular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,StorageOrder,BuiltIn> {};
88 …triangular_matrix_vector_product<Index,Mode,EIGTYPE,ConjLhs,EIGTYPE,ConjRhs,ColMajor,BuiltIn>::run…
173 …triangular_matrix_vector_product<Index,Mode,EIGTYPE,ConjLhs,EIGTYPE,ConjRhs,RowMajor,BuiltIn>::run…
DTriangularMatrixMatrix_MKL.h49 RhsStorageOrder, ConjugateRhs, ResStorageOrder, BuiltIn> {};
117 LhsStorageOrder,ConjugateLhs, RhsStorageOrder, ConjugateRhs, ColMajor, BuiltIn>::run( \
231 LhsStorageOrder,ConjugateLhs, RhsStorageOrder, ConjugateRhs, ColMajor, BuiltIn>::run( \
DTriangularMatrixVector.h71 … general_matrix_vector_product<Index,LhsScalar,ColMajor,ConjLhs,RhsScalar,ConjRhs,BuiltIn>::run(
139 … general_matrix_vector_product<Index,LhsScalar,RowMajor,ConjLhs,RhsScalar,ConjRhs,BuiltIn>::run(
/external/eigen/Eigen/src/Core/util/
DConstants.h256 BuiltIn enumerator
/external/eigen/Eigen/src/Core/
DAssign_MKL.h79 : assign_impl<Derived1, Eigen::CwiseUnaryOp<UnaryOp, Derived2>,Traversal,Unrolling,BuiltIn>