OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstTexture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp
182
GrTexture*
dstTexture
= temp1.set(context, desc);
184
if (NULL ==
dstTexture
|| NULL == tempTexture) {
192
context->setRenderTarget(
dstTexture
->asRenderTarget());
215
srcTexture =
dstTexture
;
216
SkTSwap(
dstTexture
, tempTexture);
228
context->setRenderTarget(
dstTexture
->asRenderTarget());
232
srcTexture =
dstTexture
;
234
SkTSwap(
dstTexture
, tempTexture);
245
context->setRenderTarget(
dstTexture
->asRenderTarget());
249
srcTexture =
dstTexture
;
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
TextureStorage11.cpp
307
ID3D11Resource *
dstTexture
= getResource();
310
ASSERT(
dstTexture
);
319
dstTexture
, dstSubresource, copyArea, texSize,
336
context->CopySubresourceRegion(
dstTexture
, dstSubresource, copyArea.x, copyArea.y, copyArea.z,
345
bool TextureStorage11::copySubresourceLevel(ID3D11Resource*
dstTexture
, unsigned int dstSubresource,
349
if (
dstTexture
)
358
context->CopySubresourceRegion(
dstTexture
, dstSubresource, xoffset, yoffset, zoffset,
[
all
...]
Completed in 50 milliseconds