Searched refs:getMipLevelSize (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp109 inline int getMipLevelSize (int baseLevelSize, int levelNdx) function in namespace:sglr
4764 const int expectedW = getMipLevelSize(w, levelNdx);
4862 const int expectedW = getMipLevelSize(w, levelNdx);
4863 const int expectedH = getMipLevelSize(h, levelNdx);
4968 const int levelW = getMipLevelSize(width, levelNdx);
4969 const int levelH = getMipLevelSize(height, levelNdx);
5095 const int expectedW = getMipLevelSize(w, levelNdx);
5096 const int expectedH = getMipLevelSize(h, levelNdx);
5201 const int expectedW = getMipLevelSize(w, levelNdx);
5202 const int expectedH = getMipLevelSize(
[all...]

Completed in 124 milliseconds