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

/external/deqp/modules/glshared/
H A DglsDrawTest.cpp260 bool ranged; member in struct:deqp::gls::__anon5507::MethodInfo
270 // indexed instanced ranged first baseVertex indirect
2420 const bool ranged = methodInfo.ranged; local
2470 if (ranged)
2848 const bool ranged = methodInfo.ranged; local
2855 const int indexRangeHash = (!ranged) ? (0) : (indexMin + 10 * indexMax);
2876 if (methodInfo.ranged)
3180 const bool ranged local
[all...]
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c3033 char *ranged = NULL; local
3048 ranged = strchr(token, '.');
3049 if (ranged == NULL) {
3052 *ranged = '\0';
3053 cil_printf("(range %s %s) ", token, ranged + 1);
3071 char *ranged = NULL; local
3075 ranged = strchr(levelrangestr, '-');
3076 if (ranged == NULL) {
3079 *ranged = '\0';
3081 high = ranged
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp174 const bool ranged = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); local
175 const TestIterationType testType = (instanced) ? (TYPE_INSTANCE_COUNT) : ((ranged) ? (TYPE_INDEX_RANGE) : (TYPE_DRAW_COUNT));

Completed in 403 milliseconds