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

1 2 34 5 6

  /external/deqp/framework/common/
tcuResource.hpp 32 namespace tcu namespace
139 } // tcu
tcuStringTemplate.cpp 33 namespace tcu namespace
70 throw tcu::InternalError("No '}' found in template parameter", "", __FILE__, __LINE__);
102 throw tcu::InternalError((string("Value for parameter '") + paramName + "' not found in map").c_str(), "", __FILE__, __LINE__);
119 } // tcu
tcuTestCase.cpp 29 namespace tcu namespace
94 throw tcu::InternalError(std::string("Test case with non-unique name '") + node->getName() + "' added to group '" + getName() + "'.");
151 } // tcu
tcuDefs.hpp 37 namespace tcu namespace
96 } // tcu
99 throw tcu::ERRCLASS(MSG, EXPR, __FILE__, __LINE__)
114 #define TCU_CHECK(X) do { if (!(!deGetFalse() && (X))) throw tcu::TestError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
117 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __FILE__, __LINE__); } while(deGetFalse())
120 #define TCU_CHECK_INTERNAL(X) do { if (!(!deGetFalse() && (X))) throw tcu::InternalError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
tcuFloatFormat.cpp 33 namespace tcu namespace
390 } // tcu
tcuRGBA.cpp 27 namespace tcu namespace
108 } // tcu
tcuTestCase.hpp 32 namespace tcu namespace
149 } // tcu
tcuTestContext.hpp 32 namespace tcu namespace
113 } // tcu
tcuTestPackage.cpp 31 namespace tcu namespace
158 } // tcu
tcuTextureUtil.hpp 29 namespace tcu namespace
124 } // tcu
tcuCommandLine.hpp 33 namespace tcu namespace
195 } // tcu
tcuImageIO.cpp 37 namespace tcu namespace
55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
68 tcu::Resource* resource = (tcu::Resource*)png_get_io_ptr(png_ptr);
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
179 throw tcu::InternalError("PNG compression failed");
213 static inline deUint16 readBigEndianShort (tcu::Resource* resource)
228 void loadPKM (CompressedTexture& dst, const tcu::Archive& archive, const char* fileName)
256 } // tcu
tcuTestExecutor.cpp 40 namespace tcu namespace
407 } // tcu
tcuTestExecutor.hpp 34 namespace tcu namespace
172 } // tcu
tcuTexVerifierUtil.cpp 27 namespace tcu namespace
36 const int exp = tcu::Float32(value).exponent();
137 case tcu::Sampler::CLAMP_TO_BORDER:
140 case tcu::Sampler::CLAMP_TO_EDGE:
143 case tcu::Sampler::REPEAT_GL:
144 case tcu::Sampler::REPEAT_CL:
147 case tcu::Sampler::MIRRORED_REPEAT_GL:
148 case tcu::Sampler::MIRRORED_REPEAT_CL:
158 } // tcu
tcuThreadUtil.cpp 31 namespace tcu namespace
211 catch (const tcu::NotSupportedError& e)
213 newMessage() << "tcu::NotSupportedError '" << e.what() << "'" << Message::End;
217 catch (const tcu::Exception& e)
219 newMessage() << "tcu::Exception '" << e.what() << "'" << Message::End;
293 } // tcu
  /external/deqp/framework/platform/X11/
tcuX11.hpp 36 namespace tcu namespace
111 } // tcu
tcuX11EglPlatform.cpp 28 namespace tcu namespace
48 using tcu::TextureLevel;
257 } // tcu
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 35 namespace tcu namespace
99 } // tcu
tcuAndroidExecService.hpp 33 namespace tcu namespace
126 } // tcu
tcuAndroidWindow.cpp 26 namespace tcu namespace
130 print("ERROR: Window was not available for deletion, leaked tcu::Android::Window!\n");
163 throw tcu::InternalError("Window not registered", DE_NULL, __FILE__, __LINE__);
196 } // tcu
  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 31 namespace tcu namespace
70 std::vector<tcu::TestNode*> createTests (tcu::TestContext& testContext,
glsShaderExecUtil.hpp 30 namespace tcu namespace
79 virtual void log (tcu::TestLog& log) const = 0;
99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log(log); return log; }
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; }
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 40 namespace tcu namespace
68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
74 class Platform : public tcu::Platform, private glu::Platform
103 tcu::RenderTarget m_emptyTarget;
125 tcu::RenderTarget m_renderTarget;
129 } // tcu
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 35 namespace tcu namespace
83 tcu::RenderTarget m_renderTarget;
117 m_renderTarget = tcu::RenderTarget(size.x(), size.y(),
118 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits),
161 glu::RenderContext* WGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
166 } // tcu

Completed in 372 milliseconds

1 2 34 5 6