Home
last modified time | relevance | path

Searched refs:nAttribs (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp266 int nAttribs = 0; in filter_es2_bit() local
267 while(attrib_list[nAttribs] != EGL_NONE) nAttribs++; in filter_es2_bit()
268 nAttribs++; in filter_es2_bit()
270 attribs = new EGLint[nAttribs]; in filter_es2_bit()
271 memcpy(attribs, attrib_list, nAttribs * sizeof(EGLint)); in filter_es2_bit()
275 for (int i = 0; i < nAttribs; i++) { in filter_es2_bit()
432 int nAttribs = 0; in eglCreateContext() local
434 while(attrib_list[nAttribs] != EGL_NONE) { in eglCreateContext()
435 nAttribs++; in eglCreateContext()
437 nAttribs++; in eglCreateContext()
[all …]