Searched defs:gConfigs (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp1040 static configs_t const gConfigs[] = { member in namespace:android
1158 config_pair_t const* configFound = gConfigs[i].array;
1160 gConfigs[i].array,
1161 0, gConfigs[i].size-1,
1230 size_t numConfigs = NELEM(gConfigs);
1237 gConfigs[index].array,
1238 0, gConfigs[index].size-1,
1241 *value = gConfigs[index].array[attrIndex].value;
1472 GLint numConfigs = NELEM(gConfigs);
1507 int numConfigs = NELEM(gConfigs);
[all...]

Completed in 72 milliseconds