Home
last modified time | relevance | path

Searched refs:genProgramPipelines (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DProgramPipelineGL.cpp22 mFunctions->genProgramPipelines(1, &mProgramPipelineID); in ProgramPipelineGL()
DDispatchTableGL_autogen.cpp484 ASSIGN("glGenProgramPipelines", genProgramPipelines); in initProcsDesktopGL()
1198 ASSIGN("glGenProgramPipelines", genProgramPipelines); in initProcsDesktopGL()
2189 ASSIGN("glGenProgramPipelines", genProgramPipelines); in initProcsGLES()
2721 ASSIGN("glGenProgramPipelinesEXT", genProgramPipelines); in initProcsSharedExtensions()
3252 genProgramPipelines = &glGenProgramPipelinesNULL; in initProcsDesktopGLNULL()
3964 genProgramPipelines = &glGenProgramPipelinesNULL; in initProcsDesktopGLNULL()
4954 genProgramPipelines = &glGenProgramPipelinesNULL; in initProcsGLESNULL()
5486 genProgramPipelines = &glGenProgramPipelinesNULL; in initProcsSharedExtensionsNULL()
DDispatchTableGL_autogen.h464 PFNGLGENPROGRAMPIPELINESPROC genProgramPipelines = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_1_autogen.h29 void genProgramPipelines(GLsizei n, ProgramPipelineID *pipelinesPacked); \
Dframe_capture_replay_autogen.cpp917 context->genProgramPipelines( in ReplayCall()
DContext.cpp7644 void Context::genProgramPipelines(GLsizei count, ProgramPipelineID *pipelines) in genProgramPipelines() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp300 context->genProgramPipelines(n, pipelinesPacked); in GenProgramPipelines()
Dentry_points_gles_ext_autogen.cpp12421 context->genProgramPipelines(n, pipelinesPacked); in GenProgramPipelinesContextANGLE()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_1_autogen.cpp214 context->genProgramPipelines(n, pipelinesPacked); in GenProgramPipelines()