Home
last modified time | relevance | path

Searched defs:infoLog (Results 1 - 25 of 69) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram_unittest.cpp21 InfoLog infoLog; in TEST() local
32 InfoLog infoLog; in TEST() local
43 InfoLog infoLog; in TEST() local
[all...]
H A DVaryingPacking_unittest.cpp44 InfoLog infoLog; in testVaryingPacking() local
H A DProgramPipeline.cpp478 InfoLog &infoLog = mState.mExecutable->getInfoLog(); in link() local
608 InfoLog &infoLog = mState.mExecutable->getInfoLog(); in validate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DRendererCGL.cpp26 WorkerContext *RendererCGL::createWorkerContext(std::string *infoLog) in createWorkerContext() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DRendererEAGL.cpp27 WorkerContext *RendererEAGL::createWorkerContext(std::string *infoLog) in createWorkerContext() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DRendererGLX.cpp24 WorkerContext *RendererGLX::createWorkerContext(std::string *infoLog) in createWorkerContext() argument
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DEmulateGLBaseVertexBaseInstance_test.cpp33 std::string infoLog; in CheckCompileFailure() local
H A DEmulateGLDrawID_test.cpp31 std::string infoLog; in CheckCompileFailure() local
H A DTypeTracking_test.cpp55 static std::string RemoveSymbolIdsFromInfoLog(const char *infoLog) in RemoveSymbolIdsFromInfoLog() argument
H A DUnrollFlatten_test.cpp31 std::string infoLog; in compile() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DRendererWGL.cpp42 WorkerContext *RendererWGL::createWorkerContext(std::string *infoLog) in createWorkerContext() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DRendererEGL.cpp41 WorkerContext *RendererEGL::createWorkerContext(std::string *infoLog) in createWorkerContext() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DShader.h82 std::string infoLog; member in es2::Shader
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSpirVProgram.hpp101 std::string infoLog; member
H A DvkSpirVAsm.cpp153 bool validateSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* infoLog, const SpirvValidatorOptions &val_options) in validateSpirV() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp159 std::string infoLog = glslangShader->getInfoLog(); in compileGLSLtoSPIRV() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DHLSLCompiler.cpp206 compileToBinary(d3d::Context *context, gl::InfoLog &infoLog, const std::string &hlsl, const std::string &profile, const std::vector<CompileConfig> &configs, const D3D_SHADER_MACRO *overrideMacros, ID3DBlob **outCompiledBlob, std::string *outDebugInfo) compileToBinary() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderIntegerMixTests.cpp257 GLchar infoLog[1000]; in test() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DParallelShaderCompileTest.cpp110 std::cerr << "shader compilation failed: " << &infoLog[0]; in checkShader() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DProgramNULL.cpp42 GLboolean ProgramNULL::validate(const gl::Caps &caps, gl::InfoLog *infoLog) in validate() argument
21 load(const gl::Context *context, gl::BinaryInputStream *stream, gl::InfoLog &infoLog) load() argument
34 link(const gl::Context *contextImpl, const gl::ProgramLinkedResources &resources, gl::InfoLog &infoLog, const gl::ProgramMergedVaryings & ) link() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dcompiler_test.cpp139 std::string infoLog; in compile() local
63 compileTestShader(GLenum type, ShShaderSpec spec, ShShaderOutput output, const std::string &shaderString, ShBuiltInResources *resources, ShCompileOptions compileOptions, std::string *translatedCode, std::string *infoLog) compileTestShader() argument
96 compileTestShader(GLenum type, ShShaderSpec spec, ShShaderOutput output, const std::string &shaderString, ShCompileOptions compileOptions, std::string *translatedCode, std::string *infoLog) compileTestShader() argument
151 compileWithSettings(ShShaderOutput output, const std::string &shaderString, const ShCompileOptions compileOptions, std::string *translatedCode, std::string *infoLog) compileWithSettings() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dpipelineobj.c1067 _mesa_GetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) _mesa_GetProgramPipelineInfoLog() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_params.cpp112 CaptureGetProgramPipelineInfoLog_length(const State &glState, bool isCallValid, ProgramPipelineID pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog, ParamCapture *paramCapture) CaptureGetProgramPipelineInfoLog_length() argument
126 CaptureGetProgramPipelineInfoLog_infoLog(const State &glState, bool isCallValid, ProgramPipelineID pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog, ParamCapture *paramCapture) CaptureGetProgramPipelineInfoLog_infoLog() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.cpp369 bool RendererGL::bindWorkerContext(std::string *infoLog) in bindWorkerContext() argument
458 ScopedWorkerContextGL::ScopedWorkerContextGL(RendererGL *renderer, std::string *infoLog) in ScopedWorkerContextGL() argument
/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.cpp157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog) in BatchExecutor() argument

Completed in 19 milliseconds

123