Searched defs:glContext (Results 1 – 9 of 9) sorted by relevance
22 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext) { in create_direct_context()
279 std::unique_ptr<sk_gpu_test::GLTestContext> glContext; in main() local
32 angle::Result ProgramPipelineVk::link(const gl::Context *glContext, in link()
252 angle::Result ProgramVk::initDefaultUniformBlocks(const gl::Context *glContext) in initDefaultUniformBlocks()
143 ContextGL *glContext = GetImplAs<ContextGL>(context); in makeCurrent() local
192 GLTestContext* glContext() const { in glContext() function
46 const GrGLContext& glContext() const { return *fGLContext; } in glContext() function
393 auto glContext = GrGLContext::Make(std::move(interface), options); in Make() local
2028 const gl::Context *glContext, in getComputeExecutableForImage2DBindLayout()