Searched refs:childType (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fpdf_ext.cpp | 125 CXML_Element::ChildType childType = pElement->GetChildType(i); in CheckSharedForm() local 126 if (childType == CXML_Element::Element) { in CheckSharedForm()
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformBlockTests.cpp | 210 …const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), chi… in init() local 211 const VarType parentType (childType, parentSize); in init()
|
D | es31fSSBOLayoutTests.cpp | 925 …const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu… in init() local 926 const VarType fullType (childType, parentSize); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 444 …const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), chi… in init() local 445 const VarType parentType (childType, parentSize); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 908 …const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu… in init() local 909 const VarType fullType (childType, parentSize); in init()
|