OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atlas
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h
54
void init(GrAtlas*
atlas
, int id, int offX, int offY, int width, int height, size_t bpp,
101
// Adds a width x height subimage to the
atlas
. Upon success it returns
103
// NULL is returned if the subimage cannot fit in the
atlas
.
GrTextStrike.cpp
135
GrAtlas*
atlas
= preserveStrike->fAtlas;
local
136
GrPlot* plot =
atlas
->getUnusedPlot();
227
atlas
and a position within that texture.
232
GrAtlas*
atlas
) : fPool(64) {
237
fAtlas =
atlas
; // no need to ref, it won't go away before we do
GrAtlas.cpp
42
void GrPlot::init(GrAtlas*
atlas
, int id, int offX, int offY, int width, int height, size_t bpp,
46
fAtlas =
atlas
;
215
// iterate through entire plot list for this
atlas
, see if we can find a hole
249
// new plot for
atlas
, put at end of array
/external/ceres-solver/scripts/
ceres-solver.spec
28
# Use
atlas
for BLAS and LAPACK
29
BuildRequires:
atlas
-devel
Completed in 206 milliseconds