OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pbufferAttribs
(Results
1 - 3
of
3
) sorted by null
/external/virglrenderer/src/
virgl_glx_context.c
61
int
pbufferAttribs
[] = {
66
d->pbuffer = glXCreatePbuffer(d->display, d->fbConfigs[0],
pbufferAttribs
);
/frameworks/av/cmds/screenrecord/
EglWindow.cpp
76
EGLint
pbufferAttribs
[] = {
81
mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig,
pbufferAttribs
);
/external/deqp/modules/egl/
teglQuerySurfaceTests.cpp
258
static const EGLint
pbufferAttribs
[] =
267
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
pbufferAttribs
); ndx++)
269
const EGLint attribute =
pbufferAttribs
[ndx];
270
const std::string name = eglu::getSurfaceAttribName(
pbufferAttribs
[ndx]);
Completed in 461 milliseconds