Searched refs:numOccludersPerDraw (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sOcclusionQueryTests.cpp | 83 OcclusionQueryStressCase::OcclusionQueryStressCase (Context& ctx, const char* name, const char* desc, int numOccluderDraws, int numOccludersPerDraw, int numTargetDraws, int numTargetsPerDraw, int numQueries, deUint32 queryMode) in OcclusionQueryStressCase() argument 86 , m_numOccludersPerDraw (numOccludersPerDraw) in OcclusionQueryStressCase()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fOcclusionQueryTests.cpp | 71 OcclusionQueryCase (Context& context, const char* name, const char* description,int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes); 97 OcclusionQueryCase::OcclusionQueryCase (Context& context, const char* name, const char* description, int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes) in OcclusionQueryCase() argument 100 , m_numOccludersPerDraw (numOccludersPerDraw) in OcclusionQueryCase()
|
Completed in 2 milliseconds