Home
last modified time | relevance | path

Searched refs:getParentResource (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp27 static sw::Resource *getParentResource(Unknown *container) in getParentResource() function
62 …: Surface(getParentResource(container), width, height, 1, 0, sampleCount(multiSample), translateFo… in Direct3DSurface8()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp30 sw::Resource *getParentResource(Unknown *container) in getParentResource() function
80 … memoryUsage(width, height, multiSample, quality, format)), Surface(getParentResource(container), … in Direct3DSurface9()
/external/swiftshader/src/OpenGL/libGL/
DImage.cpp29 static sw::Resource *getParentResource(Texture *texture) in getParentResource() function
40 …: sw::Surface(getParentResource(parentTexture), width, height, 1, 0, 1, selectInternalFormat(forma… in Image()
48 …: sw::Surface(getParentResource(parentTexture), width, height, 1, 0, multiSampleDepth, internalFor… in Image()