Searched refs:OUTLINE_RESOLUTION (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/src/Renderer/
H A DPrimitive.hpp75 Span outline[OUTLINE_RESOLUTION];
/external/swiftshader/src/Main/
H A DConfig.hpp78 OUTLINE_RESOLUTION = 8192, // Maximum vertical resolution of the render target enumerator in enum:sw::__anon22288
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DRenderbuffer.cpp292 if(height > sw::OUTLINE_RESOLUTION)
370 if(height > sw::OUTLINE_RESOLUTION)
H A DTexture.h43 IMPLEMENTATION_MAX_RENDERBUFFER_SIZE = sw::OUTLINE_RESOLUTION,
/external/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.cpp503 if(height > sw::OUTLINE_RESOLUTION)
581 if(height > sw::OUTLINE_RESOLUTION)
H A DTexture.h41 IMPLEMENTATION_MAX_RENDERBUFFER_SIZE = sw::OUTLINE_RESOLUTION,
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.cpp257 if(height > OUTLINE_RESOLUTION)
301 if(height > OUTLINE_RESOLUTION)
H A DTexture.h45 IMPLEMENTATION_MAX_RENDERBUFFER_SIZE = sw::OUTLINE_RESOLUTION,
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp575 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
691 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp571 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
785 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)

Completed in 168 milliseconds