Home
last modified time | relevance | path

Searched refs:requiredType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindGroup.cpp142 SampleTypeBit requiredType = in ValidateTextureBinding() local
156 DAWN_INVALID_IF((supportedTypes & requiredType) == 0, in ValidateTextureBinding()
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp250 GLuint getFboAttachment (const Functions& gl, GLuint fbo, GLenum requiredType) in getFboAttachment() argument
260 if (GLenum(type) != requiredType || GLenum(type) == GL_NONE) in getFboAttachment()