OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ftex
(Results
1 - 5
of
5
) sorted by null
/external/skia/include/utils/
SkMeshUtils.h
34
const SkPoint* tex() const { return
fTex
; }
38
SkPoint*
fTex
;
/external/skia/src/utils/
SkMeshUtils.cpp
25
fTex
= nullptr;
40
fTex
= tex;
45
fTex
= (SkPoint*)fStorage;
46
fIndices = (uint16_t*)(
fTex
+ fTexCount);
71
SkPoint* tex =
fTex
;
/external/skia/samplecode/
SampleShip.cpp
70
fTex
[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f,
78
fTex
[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f,
149
fProc(canvas, fAtlas, fXform,
fTex
, nullptr, kGrid*kGrid+1, nullptr, &paint);
173
SkRect
fTex
[kGrid*kGrid+1];
SampleAtlas.cpp
136
SkRect
fTex
[N];
153
fTex
[i].setXYWH(sx, sy, cell, cell);
190
fProc(canvas, fAtlas, xform,
fTex
, colorsPtr, N, &cull, &paint);
/external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c
261
struct pipe_resource *
ftex
;
local
271
ftex
= resource_surface_get_single_resource(rsurf,
273
if (!
ftex
)
280
u_box_origin_2d(
ftex
->width0,
ftex
->height0, &src_box);
281
pipe->resource_copy_region(pipe,
ftex
, 0, 0, 0, 0,
288
pipe_resource_reference(&
ftex
, NULL);
Completed in 330 milliseconds