Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationESEXT.cpp31 GLenum implType = obj->getImplementationColorReadType(context); in ValidateGetImageFormatAndType() local
32 if (!ValidES3Type(type) && (type != implType || type == GL_NONE)) in ValidateGetImageFormatAndType()