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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.h 25 static bool pbufferAttribs(EGLint width,EGLint height,bool texFormatIsNoTex,bool texTargetIsNoTex);
EglValidate.cpp 59 bool EglValidate::pbufferAttribs(EGLint width,EGLint height,bool isTexFormatNoTex,bool isTexTargetNoTex) {
EglImp.cpp 534 if(!EglValidate::pbufferAttribs(width,height,texFormat == EGL_NO_TEXTURE,texTarget == EGL_NO_TEXTURE)) {
    [all...]
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 73 EGLint pbufferAttribs[] = {
79 pbufferAttribs);
  /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 420 EGLint pbufferAttribs[] = {
425 pbufferAttribs);
SurfaceTextureClient_test.cpp 72 EGLint pbufferAttribs[] = {
76 mEglSurface = eglCreatePbufferSurface(mEglDisplay, myConfig, 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 154 milliseconds