Searched refs:genProgramPipelines (Results 1 – 9 of 9) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | ProgramPipelineGL.cpp | 22 mFunctions->genProgramPipelines(1, &mProgramPipelineID); in ProgramPipelineGL()
|
D | DispatchTableGL_autogen.cpp | 484 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()
|
D | DispatchTableGL_autogen.h | 464 PFNGLGENPROGRAMPIPELINESPROC genProgramPipelines = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 29 void genProgramPipelines(GLsizei n, ProgramPipelineID *pipelinesPacked); \
|
D | frame_capture_replay_autogen.cpp | 917 context->genProgramPipelines( in ReplayCall()
|
D | Context.cpp | 7644 void Context::genProgramPipelines(GLsizei count, ProgramPipelineID *pipelines) in genProgramPipelines() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 300 context->genProgramPipelines(n, pipelinesPacked); in GenProgramPipelines()
|
D | entry_points_gles_ext_autogen.cpp | 12421 context->genProgramPipelines(n, pipelinesPacked); in GenProgramPipelinesContextANGLE()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_1_autogen.cpp | 214 context->genProgramPipelines(n, pipelinesPacked); in GenProgramPipelines()
|