HomeSort by relevance Sort by last modified time
    Searched defs:SurfaceType (Results 1 - 9 of 9) sorted by null

  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 36 enum SurfaceType{
74 int surfaceType = OutputConfiguration::SURFACE_TYPE_UNKNOWN, int width = 0,
  /external/deqp/framework/common/
tcuCommandLine.hpp 66 enum SurfaceType
166 SurfaceType getSurfaceType (void) const;
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 51 enum SurfaceType
79 SurfaceType surfaceType;
98 , surfaceType (SURFACETYPE_DONT_CARE)
  /external/deqp/modules/egl/
teglThreadCleanUpTests.cpp 55 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT;
145 enum SurfaceType
151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType)
160 if (surfaceType ==SURFACETYPE_SINGLE)
169 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType)
170 : TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context clean up test")
172 , m_surfaceType (surfaceType)
280 const SurfaceType m_surfaceType
    [all...]
teglNegativePartialUpdateTests.cpp 53 enum SurfaceType
59 NegativePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, const char* name, const char* description);
72 SurfaceType m_surfaceType;
82 return (c.surfaceType() & EGL_WINDOW_BIT) == EGL_WINDOW_BIT;
87 return (c.surfaceType() & EGL_PBUFFER_BIT) == EGL_PBUFFER_BIT;
97 return (c.surfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) == EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::SurfaceType surfaceType, bool preserveBuffer)
103 if (surfaceType == NegativePartialUpdateTest::SURFACETYPE_WINDOW
    [all...]
teglMakeCurrentPerfTests.cpp 64 enum SurfaceType
73 SurfaceType surfaceTypes;
215 vector<SurfaceType> types;
231 SurfaceType type = types[surfaceNdx % types.size()];
558 const MakeCurrentPerfCase::SurfaceType types[] = {
588 const MakeCurrentPerfCase::SurfaceType types[] = {
625 const MakeCurrentPerfCase::SurfaceType types[] = {
630 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_PIXMAP),
631 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::SURFACETYPE_WINDOW),
632 (MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PIXMAP |MakeCurrentPerfCase::SURFACETYPE_WINDOW)
    [all...]