Searched defs:glContext (Results 1 – 8 of 8) sorted by relevance
22 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext) { in create_direct_context()
263 std::unique_ptr<sk_gpu_test::GLTestContext> glContext; in main() local
127 ContextGL *glContext = GetImplAs<ContextGL>(context); in makeCurrent() local
54 angle::Result ProgramPipelineVk::link(const gl::Context *glContext, in link()
309 angle::Result ProgramVk::initDefaultUniformBlocks(const gl::Context *glContext) in initDefaultUniformBlocks()
185 GLTestContext* glContext() const { in glContext() function
43 const GrGLContext& glContext() const { return *fGLContext; } in glContext() function
333 auto glContext = GrGLContext::Make(std::move(interface), options); in Make() local