OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureDesc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp
16
const Desc&
textureDesc
,
19
SkASSERT(0 !=
textureDesc
.fTextureID);
24
textureDesc
.fTextureID,
25
textureDesc
.fIsWrapped)));
30
vp.fWidth =
textureDesc
.fWidth;
32
vp.fHeight =
textureDesc
.fHeight;
39
const Desc&
textureDesc
)
40
: INHERITED(gpu,
textureDesc
.fIsWrapped,
textureDesc
) {
41
this->init(gpu,
textureDesc
, NULL)
[
all
...]
GrGLTexture.h
67
const Desc&
textureDesc
,
72
const Desc&
textureDesc
);
105
const Desc&
textureDesc
,
/external/skia/src/gpu/gl/
GrGLTexture.cpp
16
const Desc&
textureDesc
,
19
SkASSERT(0 !=
textureDesc
.fTextureID);
24
textureDesc
.fTextureID,
25
textureDesc
.fIsWrapped)));
30
vp.fWidth =
textureDesc
.fWidth;
32
vp.fHeight =
textureDesc
.fHeight;
39
const Desc&
textureDesc
)
40
: INHERITED(gpu,
textureDesc
.fIsWrapped,
textureDesc
) {
41
this->init(gpu,
textureDesc
, NULL)
[
all
...]
GrGLTexture.h
67
const Desc&
textureDesc
,
72
const Desc&
textureDesc
);
105
const Desc&
textureDesc
,
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp
291
D3D11_TEXTURE2D_DESC
textureDesc
;
292
colorBufferTexture->GetDesc(&
textureDesc
);
298
if (
textureDesc
.SampleDesc.Count > 1)
301
resolveDesc.Width =
textureDesc
.Width;
302
resolveDesc.Height =
textureDesc
.Height;
305
resolveDesc.Format =
textureDesc
.Format;
320
deviceContext->ResolveSubresource(srcTex, 0, colorBufferTexture, subresourceIndex,
textureDesc
.Format);
Renderer11.cpp
[
all
...]
Completed in 112 milliseconds