OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceDesc
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image9.cpp
49
D3DSURFACE_DESC
sourceDesc
;
50
result = sourceSurface->GetDesc(&
sourceDesc
);
53
ASSERT(
sourceDesc
.Format == destDesc.Format);
54
ASSERT(
sourceDesc
.Width == 1 ||
sourceDesc
.Width / 2 == destDesc.Width);
55
ASSERT(
sourceDesc
.Height == 1 ||
sourceDesc
.Height / 2 == destDesc.Height);
70
switch (
sourceDesc
.Format)
73
GenerateMip<L8>(
sourceDesc
.Width,
sourceDesc
.Height, sourceData, sourceLocked.Pitch, destData, destLocked.Pitch)
[
all
...]
Blit.cpp
295
D3DSURFACE_DESC
sourceDesc
;
297
source->GetDesc(&
sourceDesc
);
300
if (
sourceDesc
.Format == destDesc.Format && destDesc.Usage & D3DUSAGE_RENDERTARGET &&
421
D3DSURFACE_DESC
sourceDesc
;
422
surface->GetDesc(&
sourceDesc
);
426
HRESULT result = device->CreateTexture(sourceRect.right - sourceRect.left, sourceRect.bottom - sourceRect.top, 1, D3DUSAGE_RENDERTARGET,
sourceDesc
.Format, D3DPOOL_DEFAULT, &texture, NULL);
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 196 milliseconds