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

  /external/swiftshader/src/Renderer/
Primitive.hpp 75 Span outline[OUTLINE_RESOLUTION];
  /external/swiftshader/src/Main/
Config.hpp 82 OUTLINE_RESOLUTION = 8192, // Maximum vertical resolution of the render target
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.h 43 IMPLEMENTATION_MAX_RENDERBUFFER_SIZE = sw::OUTLINE_RESOLUTION,
Device.cpp 222 if(height > OUTLINE_RESOLUTION)
266 if(height > OUTLINE_RESOLUTION)
  /external/swiftshader/src/OpenGL/libGL/
Device.cpp 257 if(height > OUTLINE_RESOLUTION)
301 if(height > OUTLINE_RESOLUTION)
Texture.h 45 IMPLEMENTATION_MAX_RENDERBUFFER_SIZE = sw::OUTLINE_RESOLUTION,
  /external/swiftshader/src/OpenGL/libGLESv2/
Device.cpp 254 if(height > OUTLINE_RESOLUTION)
302 if(height > OUTLINE_RESOLUTION)
Texture.h 43 IMPLEMENTATION_MAX_RENDERBUFFER_SIZE = sw::OUTLINE_RESOLUTION,
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 575 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)
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 571 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)
    [all...]

Completed in 644 milliseconds