HomeSort by relevance Sort by last modified time
    Searched defs:tcu (Results 101 - 125 of 144) sorted by null

1 2 3 45 6

  /external/deqp/framework/egl/
egluNativeWindow.hpp 31 namespace tcu namespace
67 class WindowDestroyedError : public tcu::ResourceError
70 WindowDestroyedError (const std::string& message) : tcu::ResourceError(message) {}
89 //! Return EGLNativeWindowType that can be used with eglCreateWindowSurface(). Default implementation throws tcu::NotSupportedError().
92 //! Return native pointer that can be used with eglCreatePlatformWindowSurface(). Default implementation throws tcu::NotSupportedError().
98 // Get current size of window's logical surface. Default implementation throws tcu::NotSupportedError()
99 virtual tcu::IVec2 getSurfaceSize (void) const;
101 // Set the size of the window's logical surface. Default implementation throws tcu::NotSupportedError()
102 virtual void setSurfaceSize (tcu::IVec2 size);
104 // Get the size of the window in screen pixels. Default implementation throws tcu::NotSupportedError(
    [all...]
tcuEgl.cpp 34 namespace tcu namespace
87 void Display::describeConfig (EGLConfig config, tcu::PixelFormat& pf) const
259 } // tcu
tcuEgl.hpp 42 namespace tcu namespace
64 void describeConfig (EGLConfig config, tcu::PixelFormat& pixelFormat) const;
159 } // tcu
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 29 namespace tcu namespace
103 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine);
104 RenderConfig::Visibility parseWindowVisibility (const tcu::CommandLine& cmdLine);
gluRenderContext.hpp 28 namespace tcu namespace
204 virtual const tcu::RenderTarget& getRenderTarget (void) const = DE_NULL;
219 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType);
  /external/deqp/framework/platform/X11/
tcuX11.cpp 30 namespace tcu namespace
238 } // tcu
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 34 namespace tcu namespace
374 } // tcu
tcuAndroidNativeActivity.cpp 31 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onStart();
36 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onResume();
41 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onSaveInstanceState(outSize);
46 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onPause();
51 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onStop();
56 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onDestroy();
61 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onWindowFocusChanged(hasFocus);
66 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowCreated(window);
71 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowResized(window);
76 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowRedrawNeeded(window)
111 namespace tcu namespace
    [all...]
tcuAndroidPlatform.cpp 31 namespace tcu namespace
114 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
190 } // tcu
tcuAndroidRenderActivity.cpp 40 namespace tcu namespace
366 } // tcu
tcuAndroidRenderActivity.hpp 31 namespace tcu namespace
195 } // tcu
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 44 namespace tcu namespace
77 const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; }
113 , m_renderTarget (0, 0, tcu::PixelFormat(0,0,0,0), 0, 0, 0)
154 throw tcu::NotSupportedError("OpenGL version not supported");
183 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
198 } // tcu
200 tcu::Platform* createPlatform (void)
202 return new tcu::OSXPlatform();
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 30 tcu::Platform* createPlatform (void)
32 return new tcu::rpi::Platform();
35 namespace tcu namespace
188 } // tcu
  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.cpp 33 tcu::wgl::Context* context;
47 namespace tcu namespace
114 m_renderTarget = tcu::RenderTarget(size.x(), size.y(),
115 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits),
150 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
168 glu::RenderContext* Win32GLES3ContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
204 } // tcu
207 tcu::Platform* createPlatform (void)
209 return new tcu::Win32GLES3Platform();
  /frameworks/av/services/audioflinger/
FastThread.h 71 ThreadCpuUsage tcu; // for reading the current CPU clock frequency in kHz member in class:android::FastThread
  /external/deqp/framework/common/
tcuCompressedTexture.hpp 31 namespace tcu namespace
128 } // tcu
tcuFloat.hpp 31 namespace tcu namespace
337 } // tcu
tcuFormatUtil.hpp 32 namespace tcu namespace
67 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex)
83 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT)
281 } // tcu
tcuFuzzyImageCompare.cpp 32 namespace tcu namespace
71 static inline deUint32 readUnorm8 (const tcu::ConstPixelBufferAccess& src, int x, int y)
86 inline deUint32 readUnorm8<4> (const tcu::ConstPixelBufferAccess& src, int x, int y)
92 static inline void writeUnorm8 (const tcu::PixelBufferAccess& dst, int x, int y, deUint32 val)
101 inline void writeUnorm8<4> (const tcu::PixelBufferAccess& dst, int x, int y, deUint32 val)
342 } // tcu
tcuImageCompare.cpp 37 namespace tcu namespace
43 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, tcu::Vec4& scale, tcu::Vec4& bias)
90 static int findNumPositionDeviationFailingPixels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue)
301 diffMask.setPixel(tcu::RGBA(deClamp32(sum*diffFactor, 0, 255), deClamp32(255-sum*diffFactor, 0, 255), 0, 255).toVec(), x, y);
453 if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ||
454 tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT)
540 if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POI (…)
    [all...]
tcuInterval.hpp 36 namespace tcu namespace
176 ::tcu::ScopedRoundingMode VAR##_ctx_; \
177 ::tcu::Interval& VAR##_dst_ = (DST); \
178 ::tcu::Interval VAR##_lo_; \
179 ::tcu::Interval VAR##_hi_; \
182 ::tcu::Interval& VAR = VAR##_lo_; \
187 ::tcu::Interval& VAR = VAR##_hi_; \
205 const ::tcu::Interval& VAR##_arg_ = (ARG); \
206 ::tcu::Interval& VAR##_dst_ = (DST); \
207 ::tcu::Interval VAR##_lo_;
    [all...]
tcuRGBA.hpp 32 namespace tcu namespace
185 } // tcu
tcuThreadUtil.hpp 36 namespace tcu namespace
232 } // tcu
tcuVector.hpp 32 namespace tcu namespace
405 std::ostream& operator<< (std::ostream& stream, const tcu::Vector<T, Size>& vec)
418 } // tcu
tcuVectorUtil.hpp 34 namespace tcu namespace
465 } // tcu

Completed in 509 milliseconds

1 2 3 45 6