HomeSort by relevance Sort by last modified time
    Searched refs:pbufferAttribs (Results 1 - 6 of 6) sorted by null

  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 77 EGLint pbufferAttribs[] = {
82 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, pbufferAttribs);
  /frameworks/native/libs/gui/tests/
GLTest.cpp 79 EGLint pbufferAttribs[] = {
85 pbufferAttribs);
SurfaceTextureMultiContextGL_test.cpp 437 EGLint pbufferAttribs[] = {
442 pbufferAttribs);
SurfaceTextureClient_test.cpp 76 EGLint pbufferAttribs[] = {
80 mEglSurface = eglCreatePbufferSurface(mEglDisplay, myConfig, 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]);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 346 EGLint pbufferAttribs[] = {
351 pbufferAttribs);

Completed in 243 milliseconds