HomeSort by relevance Sort by last modified time
    Searched refs:textureDesc (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp 18 const Desc& textureDesc,
21 GrAssert(0 != textureDesc.fTextureID);
26 textureDesc.fTextureID,
27 textureDesc.fIsWrapped)));
32 vp.fWidth = textureDesc.fWidth;
34 vp.fHeight = textureDesc.fHeight;
41 const Desc& textureDesc)
42 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
43 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 18 const Desc& textureDesc,
21 GrAssert(0 != textureDesc.fTextureID);
26 textureDesc.fTextureID,
27 textureDesc.fIsWrapped)));
32 vp.fWidth = textureDesc.fWidth;
34 vp.fHeight = textureDesc.fHeight;
41 const Desc& textureDesc)
42 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
43 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_dx11/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 265 milliseconds