OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pbufferAttribs
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL_test.cpp
420
EGLint
pbufferAttribs
[] = {
425
pbufferAttribs
);
GLTest.cpp
79
EGLint
pbufferAttribs
[] = {
85
pbufferAttribs
);
SurfaceTextureClient_test.cpp
72
EGLint
pbufferAttribs
[] = {
76
mEglSurface = eglCreatePbufferSurface(mEglDisplay, myConfig,
pbufferAttribs
);
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp
59
bool EglValidate::
pbufferAttribs
(EGLint width,EGLint height,bool isTexFormatNoTex,bool isTexTargetNoTex) {
/frameworks/av/cmds/screenrecord/
EglWindow.cpp
77
EGLint
pbufferAttribs
[] = {
82
mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig,
pbufferAttribs
);
/cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp
73
EGLint
pbufferAttribs
[] = {
79
pbufferAttribs
);
/external/deqp/modules/egl/
teglQuerySurfaceTests.cpp
255
static const EGLint
pbufferAttribs
[] = {
263
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
pbufferAttribs
); ndx++)
265
const EGLint attribute =
pbufferAttribs
[ndx];
266
const std::string name = eglu::getSurfaceAttribName(
pbufferAttribs
[ndx]);
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp
346
EGLint
pbufferAttribs
[] = {
351
pbufferAttribs
);
Completed in 2130 milliseconds