OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrib_p
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp
175
EGLint *
attrib_p
= attribs;
local
177
while (
attrib_p
[0] != EGL_NONE) {
178
if (
attrib_p
[0] == EGL_SURFACE_TYPE) {
179
attrib_p
[1] = EGL_PBUFFER_BIT; //replace whatever was there before
182
attrib_p
+= 2;
187
attrib_p
= newAttribs;
189
*(
attrib_p
++) = EGL_SURFACE_TYPE;
190
*(
attrib_p
++) = EGL_PBUFFER_BIT;
192
memcpy(
attrib_p
, attribs, attribCnt*sizeof(EGLint));
193
attrib_p
+= attribCnt
[
all
...]
/development/tools/emulator/opengl/system/egl/
egl.cpp
616
const EGLint *
attrib_p
= attrib_list;
local
617
while (
attrib_p
[0] != EGL_NONE) {
619
attrib_p
+= 2;
[
all
...]
Completed in 69 milliseconds