Home
last modified time | relevance | path

Searched defs:glContext (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/skia/tools/fiddle/
H A Degl_context.cpp22 std::unique_ptr<sk_gpu_test::GLTestContext>* glContext) { in create_direct_context()
H A Dfiddle_main.cpp307 std::unique_ptr<sk_gpu_test::GLTestContext> glContext; in main() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramPipelineVk.cpp32 angle::Result ProgramPipelineVk::link(const gl::Context *glContext, in link()
/aosp_15_r20/external/skia/example/external_client/src/
H A Dganesh_gl.cpp75 GLXContext glContext = glXCreateContext(display, visualInfo, nullptr, GL_TRUE); in initialize_gl_linux() local
/aosp_15_r20/external/skia/tools/gpu/
H A DGrContextFactory.h115 GLTestContext* glContext() const { in glContext() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDisplayGL.cpp144 ContextGL *glContext = GetImplAs<ContextGL>(context); in makeCurrent() local
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h103 const GrGLContext& glContext() const { return *fGLContext; } in glContext() function
H A DGrGLGpu.cpp427 auto glContext = GrGLContext::Make(std::move(interface), options); in Make() local