| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderLibraryCase.cpp | 226 TestLog& log = m_testCtx.getLog(); in checkPixels() local 267 TestLog& log = m_testCtx.getLog(); in execute() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cClipDistance.cpp | 1307 glw::GLchar* log in compileShader() local 1403 glw::GLchar* log = new glw::GLchar[log_size]; linkShaders() local [all...] |
| H A D | gl3cTextureSizePromotion.cpp | 1432 glw::GLuint buildProgram(glw::Functions const& gl, tcu::TestLog& log, glw::GLchar const* const vertex_shader_source, in buildProgram() argument
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeCommandLineExecutor.cpp | 451 void writeInfoLog (const xe::InfoLog& log, const char* filename) in writeInfoLog() argument [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | SmallPathRenderer.cpp | 248 SkScalar log = SkScalarFloorToScalar(SkScalarLog2(SkScalarInvert(maxScale))); variable 251 SkScalar log = SkScalarCeilToScalar(SkScalarLog2(maxScale)); variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 33 void WindowsManifestError::log(raw_ostream &OS) const { OS << Msg; } in log() function in WindowsManifestError
|
| /third_party/python/Lib/distutils/ |
| H A D | dist.py | 20 from distutils import log namespace
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | text_format_unittest.cc | 1865 ScopedMemoryLog log; in TEST_F() local 1883 ScopedMemoryLog log; in TEST_F() local
|
| /third_party/skia/modules/skottie/src/ |
| H A D | Skottie.cpp | 47 void AnimationBuilder::log(Logger::Level lvl, const skjson::Value* json, in log() function in skottie::internal::AnimationBuilder 309 void Logger::log(Level, const char[], const char*) {} in log() function in skottie::Logger [all...] |
| /third_party/skia/bench/ |
| H A D | nanobench.cpp | 1490 RunSkSLMemoryBenchmarks(&log); global() variable [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fPolygonOffsetTests.cpp | 96 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius) in compareImages() argument 159 void verifyImages (tcu::TestLog& log, tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& testImage, const tcu::ConstPixelBufferAccess& referenceImage) in verifyImages() argument 362 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local 493 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local 612 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local 764 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local 877 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local 984 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local 1098 tcu::TestLog& log = m_testCtx.getLog(); testPolygonOffset() local [all...] |
| H A D | es3fShaderPrecisionTests.cpp | 241 TestLog& log = m_testCtx.getLog(); in init() local 343 TestLog& log = m_testCtx.getLog(); in iterate() local 494 TestLog& log = m_testCtx.getLog(); in init() local 557 TestLog& log in iterate() local 688 TestLog& log = m_testCtx.getLog(); init() local 751 TestLog& log = m_testCtx.getLog(); iterate() local [all...] |
| H A D | es3fStencilTests.cpp | 291 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
|
| H A D | es3fTextureFormatTests.cpp | 147 TestLog& log = m_testCtx.getLog(); in init() local 180 TestLog& log = m_testCtx.getLog(); in iterate() local 317 TestLog& log = m_testCtx.getLog(); in init() local 375 TestLog& log = m_testCtx.getLog(); in testFace() local 543 TestLog& log = m_testCtx.getLog(); testLayer() local 699 TestLog& log = m_testCtx.getLog(); testSlice() local 847 TestLog& log = m_testCtx.getLog(); iterate() local 998 TestLog& log = m_testCtx.getLog(); testFace() local 1117 TestLog& log = m_testCtx.getLog(); iterate() local 1228 TestLog& log = m_testCtx.getLog(); testFace() local [all...] |
| H A D | es3fTextureWrapTests.cpp | 311 TestLog& log = m_testCtx.getLog(); in iterate() local
|
| H A D | es3fVertexArrayObjectTests.cpp | 194 void VertexArrayObjectTest::logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg) in logVertexArrayState() argument 720 void MultiVertexArrayObjectTest::logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg) in logVertexArrayState() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fDebugTests.cpp | 394 std::stringstream log; in verifyMessageCount() local 537 TestLog& log = m_testCtx.getLog(); verifyMessageExists() local 561 TestLog& log = m_testCtx.getLog(); verifyMessageGroup() local 580 TestLog& log = m_testCtx.getLog(); verifyMessageString() local 602 TestLog& log = m_testCtx.getLog(); verifyMessage() local 665 tcu::TestLog& log = m_testCtx.getLog(); iterate() local 734 tcu::TestLog& log = m_testCtx.getLog(); iterate() local 758 TestLog& log = m_testCtx.getLog(); expectMessage() local [all...] |
| H A D | es31fDrawElementsBaseVertexTests.cpp | 325 tcu::TestLog& log = m_testCtx.getLog(); in verifyImage() local
|
| H A D | es31fMultisampleTests.cpp | 252 TestLog& log = m_testCtx.getLog(); in init() local 433 TestLog& log = m_testCtx.getLog(); in iterate() local 562 TestLog& log = m_testCtx.getLog(); init() local 585 TestLog& log = m_testCtx.getLog(); iterate() local 743 TestLog& log = m_testCtx.getLog(); iterate() local 905 TestLog& log = m_testCtx.getLog(); iterate() local [all...] |
| H A D | es31fShaderHelperInvocationTests.cpp | 381 static bool verifyHelperInvocationValue (TestLog& log, const tcu::Surface& result, bool isMultiSample) in verifyHelperInvocationValue() argument 570 static bool verifyHelperInvocationDerivate (TestLog& log, const tcu::Surface& result, bool isMultiSample) in verifyHelperInvocationDerivate() argument [all...] |
| H A D | es31fStencilTexturingTests.cpp | 394 static bool compareStencilToRed (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& stencilRef, const tcu::ConstPixelBufferAccess& result) in compareStencilToRed() argument 434 static bool compareRedChannel (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, int reference) in compareRedChannel() argument [all...] |
| H A D | es31fTextureFilteringTests.cpp | 73 static void logCubeArrayTexCoords(TestLog& log, vector<float>& texCoord) in logCubeArrayTexCoords() argument 338 TestLog& log = m_testCtx.getLog(); in iterate() local
|
| /third_party/vk-gl-cts/modules/gles31/stress/ |
| H A D | es31sVertexAttributeBindingTests.cpp | 72 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log, bool logImageOnSuccess) in verifyImageYellowGreen() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsBufferTestUtil.cpp | 73 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes) in compareByteArrays() argument 252 BufferWriterBase::BufferWriterBase (glu::RenderContext& renderCtx, tcu::TestLog& log) in BufferWriterBase() argument 267 BufferWriter(glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType) BufferWriter() argument 338 BufferVerifierBase(glu::RenderContext& renderCtx, tcu::TestLog& log) BufferVerifierBase() argument 354 BufferVerifier(glu::RenderContext& renderCtx, tcu::TestLog& log, VerifyType verifyType) BufferVerifier() argument 417 VertexArrayVerifier(glu::RenderContext& renderCtx, tcu::TestLog& log) VertexArrayVerifier() argument [all...] |
| H A D | glsMemoryStressCase.cpp | 170 TextureRenderer::TextureRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) in TextureRenderer() argument 332 BufferRenderer::BufferRenderer (tcu::TestLog& log, glu::RenderContext& renderContext) in BufferRenderer() argument 461 MemObjectAllocator::MemObjectAllocator (tcu::TestLog& log, glu::RenderContext& renderContext, MemObjectType objectTypes, const MemObjectConfig& config, int seed) in MemObjectAllocator() argument 840 tcu::TestLog& log = m_testCtx.getLog(); iterate() local [all...] |