Home
last modified time | relevance | path

Searched refs:clearType (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsScissorTests.hpp95 ClearType clearType);
DglsScissorTests.cpp604 …& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, ClearType clearType);
622 …t& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, ClearType clearType) in FramebufferClearCase() argument
625 , m_clearType (clearType) in FramebufferClearCase()
909 ClearType clearType) in createFramebufferClearTest() argument
911 return new FramebufferClearCase(testCtx, renderCtx, name, desc, clearType); in createFramebufferClearTest()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DClear11.h54 const INT clearType,
DClear11.cpp136 const INT clearType, in getShadersAndLayout() argument
148 ASSERT(clearType == GL_FLOAT); in getShadersAndLayout()
195 switch (clearType) in getShadersAndLayout()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DClear11.h54 const INT clearType,
DClear11.cpp136 const INT clearType, in getShadersAndLayout() argument
148 ASSERT(clearType == GL_FLOAT); in getShadersAndLayout()
195 switch (clearType) in getShadersAndLayout()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php285 public function clearType() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1663 …stInstance (Context& context, const TestParams& testParams, const ClearType clearType = FULL_CLEAR) in ClearAttachmentTestInstance() argument
1665 , m_clearType (clearType) in ClearAttachmentTestInstance()