Home
last modified time | relevance | path

Searched defs:methodNdx (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp2029 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(s_clearMethods); ++methodNdx) in iterate() local
2059 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(s_clearMethods); ++methodNdx) in iterate() local
H A Des31fDrawTests.cpp2079 for (int methodNdx = 0; methodNdx < DE_LENGTH_OF_ARRAY(methods); ++methodNdx) in init() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp376 … const bool transferOnlyQueue, const uint32_t methodNdx, in TransferTimestampTestParam()