Searched refs:defaultDepth (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_LinuxX11.cpp | 154 int defaultDepth = DefaultDepth(nativeDisplay, defaultScreen); in CreateNativeWindow() local 158 XMatchVisualInfo( nativeDisplay, defaultScreen, defaultDepth, TrueColor, visualInfo); in CreateNativeWindow()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 215 const int defaultDepth = 32; in createPixmap() local 216 return new NativePixmap(dynamic_cast<NativeDisplay*>(nativeDisplay), width, height, defaultDepth); in createPixmap()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 270 …itiveTopology topology, VkFormat format, bool largeDepthEnable, float defaultDepth, bool depthClam… 285 …itiveTopology topology, VkFormat format, bool largeDepthEnable, float defaultDepth, bool depthClam… in BuiltinFragDepthCaseInstance() argument 290 , m_defaultDepthValue (defaultDepth) in BuiltinFragDepthCaseInstance()
|