OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/jni/
com_android_server_AssetAtlasService.cpp
141
EGLint
configCount
;
142
if (!eglChooseConfig(display, configAttrs, configs, 1, &
configCount
)) {
148
if (
configCount
<= 0) {
/external/skia/tests/
CanvasStateTest.cpp
31
const int
configCount
= sizeof(configs) / sizeof(SkBitmap::Config);
41
for (int i = 0; i <
configCount
; ++i) {
Completed in 23 milliseconds