Home
last modified time | relevance | path

Searched refs:defaultDepth (Results 1 – 5 of 5) sorted by relevance

/third_party/jsframework/runtime/main/page/api/
DDiffer.ts61 const defaultDepth: number = 1; constant
75 if (!map[defaultDepth]) {
76 map[defaultDepth] = {};
78 const group: object = map[defaultDepth]; constant
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp243 const int defaultDepth = 32; in createPixmap() local
245 width, height, defaultDepth); in createPixmap()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp253 const int defaultDepth = 32; in createPixmap() local
255 width, height, defaultDepth); in createPixmap()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp215 const int defaultDepth = 32; in createPixmap() local
216 return new NativePixmap(dynamic_cast<NativeDisplay*>(nativeDisplay), width, height, defaultDepth); in createPixmap()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp284 …itiveTopology topology, VkFormat format, bool largeDepthEnable, float defaultDepth, bool depthClam…
299 …itiveTopology topology, VkFormat format, bool largeDepthEnable, float defaultDepth, bool depthClam… in BuiltinFragDepthCaseInstance() argument
304 , m_defaultDepthValue (defaultDepth) in BuiltinFragDepthCaseInstance()